Skip to content

Commit e749c0e

Browse files
committed
feat: add optional blockChain field to SendManyOptions
Add an optional blockChain property of type string to the SendManyOptions interface in sdk-core. This allows callers of the sendMany wallet method to specify a blockchain identifier for cross-chain transactions. BTC-3028
1 parent f4ee459 commit e749c0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/sdk-core/src/bitgo/wallet/iWallet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ export interface SendManyOptions extends PrebuildAndSignTransactionOptions {
771771
eip1559?: EIP1559;
772772
gasLimit?: number;
773773
custodianTransactionId?: string;
774+
/** Optional blockchain identifier for cross-chain transactions */
775+
blockChain?: string;
774776
}
775777

776778
export interface FetchCrossChainUTXOsOptions {

0 commit comments

Comments
 (0)