computeMultisigAddressWasm
@totemsdk/tx-builder / computeMultisigAddressWasm
Function: computeMultisigAddressWasm()
computeMultisigAddressWasm(
config):Promise<{address:string;scriptHash:string; }>
Parameters
config
address?
string
ownPublicKey
string
publicKeys
string[]
threshold
number
type
"2of2" | "mofn"
Returns
Promise<{ address: string; scriptHash: string; }>