Skip to content

Commit f16b352

Browse files
committed
feat: add optional blockChain and numOfUsers fields to SendManyOptions
BTC-3028
1 parent f4ee459 commit f16b352

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,10 @@ 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;
776+
/** Optional number of users required for the wallet */
777+
numOfUsers?: number;
774778
}
775779

776780
export interface FetchCrossChainUTXOsOptions {

0 commit comments

Comments
 (0)