Skip to content

Commit

Permalink
reformatted tx types according to jdowning/tx-refactor branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis2626 committed Mar 29, 2024
1 parent 718ed59 commit 29f79f1
Show file tree
Hide file tree
Showing 81 changed files with 10,226 additions and 4,476 deletions.
6 changes: 6 additions & 0 deletions lib.commonjs/providers/abstract-provider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ export type PerformActionRequest = {
} | {
method: "getTransactionResult";
hash: string;
} | {
method: "getRunningLocations";
} | {
method: "getProtocolTrieExpansionCount";
} | {
method: "getQiRateAtBlock";
blockTag: BlockTag;
Expand Down Expand Up @@ -361,6 +365,8 @@ export declare class AbstractProvider implements Provider {
*/
_getTransactionRequest(_request: TransactionRequest): PerformActionTransaction | Promise<PerformActionTransaction>;
getNetwork(): Promise<Network>;
getRunningLocations(): Promise<number[][]>;
getProtocolTrieExpansionCount(): Promise<number>;
getFeeData(txType?: boolean): Promise<FeeData>;
estimateGas(_tx: TransactionRequest): Promise<bigint>;
call(_tx: TransactionRequest): Promise<string>;
Expand Down
2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-provider.d.ts.map

Large diffs are not rendered by default.

21 changes: 18 additions & 3 deletions lib.commonjs/providers/abstract-provider.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-provider.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-signer.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions lib.commonjs/providers/abstract-signer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-signer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29f79f1

Please sign in to comment.