-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ICA innerCall batching based on network
- Loading branch information
1 parent
5aee461
commit 1f40e36
Showing
2 changed files
with
28 additions
and
38 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
typescript/sdk/src/providers/transactions/transformer/TxTransformerTypes.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
import { InterchainAccount } from '../../../middleware/account/InterchainAccount.js'; | ||
import { AccountConfig } from '../../../middleware/account/types.js'; | ||
import { ChainName } from '../../../types.js'; | ||
|
||
export enum TxTransformerType { | ||
ICA = 'Interchain Account', | ||
} | ||
|
||
export interface EV5InterchainAccountTxTransformerProps { | ||
chain: ChainName; | ||
interchainAccount: InterchainAccount; | ||
accountConfig: AccountConfig; | ||
hookMetadata?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters