Alchemy Logo

MultisigModularAccount

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

Defined in: account-kit/smart-contracts/dist/types/src/msca/account/multisigAccount.d.ts:4

NameType

getLocalThreshold()

() => bigint

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

Was this page helpful?