We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ee459 commit f16b352Copy full SHA for f16b352
1 file changed
modules/sdk-core/src/bitgo/wallet/iWallet.ts
@@ -771,6 +771,10 @@ export interface SendManyOptions extends PrebuildAndSignTransactionOptions {
771
eip1559?: EIP1559;
772
gasLimit?: number;
773
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;
778
}
779
780
export interface FetchCrossChainUTXOsOptions {
0 commit comments