multisig
depositBase: u128
interface:
multisig.depositBasesummary: The base amount of currency needed to reserve for creating a multisig execution or to store a dispatch call for later.
This is held for an additional storage item whose value size is
4 + sizeof((BlockNumber, Balance, AccountId))bytes and whose key size is32 + sizeof(AccountId)bytes.
depositFactor: u128
interface:
multisig.depositFactorsummary: The amount of currency needed per unit threshold when creating a multisig execution.
This is held for adding 32 bytes more into a pre-existing storage value.
maxSignatories: u32
interface:
multisig.maxSignatoriessummary: The maximum amount of signatories allowed in the multisig.