diff --git a/modules/sdk-core/src/bitgo/wallet/iWallet.ts b/modules/sdk-core/src/bitgo/wallet/iWallet.ts index 4c523e1a2f..905708fac7 100644 --- a/modules/sdk-core/src/bitgo/wallet/iWallet.ts +++ b/modules/sdk-core/src/bitgo/wallet/iWallet.ts @@ -771,6 +771,10 @@ export interface SendManyOptions extends PrebuildAndSignTransactionOptions { eip1559?: EIP1559; gasLimit?: number; custodianTransactionId?: string; + /** Optional blockchain identifier for cross-chain transactions */ + blockChain?: string; + /** Optional number of users required for the wallet */ + numOfUsers?: number; } export interface FetchCrossChainUTXOsOptions {