MultisigModularAccount

1type MultisigModularAccount<TSigner> = SmartContractAccountWithSigner<
2 typeof MULTISIG_ACCOUNT_SOURCE,
3 TSigner,
4 "0.6.0"
5> &
6 object;

Defined in: account-kit/smart-contracts/src/msca/account/multisigAccount.ts:28

Type Declaration

NameType

getLocalThreshold()

() => bigint

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner