Skip to content
Alchemy Logo

MultisigModularAccount

type MultisigModularAccount<TSigner> = SmartContractAccountWithSigner<
  typeof MULTISIG_ACCOUNT_SOURCE,
  TSigner,
  "0.6.0"
> &
  object;

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

NameType

getLocalThreshold()

() => bigint

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

Was this page helpful?