Type alias MultisigAddSpendingLimitArgs
MultisigAddSpendingLimitArgs: { amount: beet.bignum; createKey: web3.PublicKey; destinations: web3.PublicKey[]; members: web3.PublicKey[]; memo: beet.COption<string>; mint: web3.PublicKey; period: Period; vaultIndex: number; } Type declaration
amount: beet.bignum
createKey: web3.PublicKey
destinations: web3.PublicKey[]
members: web3.PublicKey[]
memo: beet.COption<string>
mint: web3.PublicKey
vaultIndex: number