MultisigConfig: {
    allowArbitrarySeqno: boolean;
    proposers: Address[];
    signers: Address[];
    threshold: number;
}

Type declaration

  • allowArbitrarySeqno: boolean
  • proposers: Address[]
  • signers: Address[]
  • threshold: number