Class MultisigAccountInfo
Constructors
constructor
Parameters
version: number
accountAddress: Address
minApproval: number
minRemoval: number
cosignatoryAddresses: Address[]
multisigAddresses: Address[]
Properties
Readonly cosignatoryAddresses
Readonly minApproval
minApproval: number
Readonly minRemoval
minRemoval: number
Readonly multisigAddresses
Readonly version
version: number
Methods
hasCosigner
- hasCosigner(address: Address): boolean
Parameters
Returns boolean
isCosignerOfMultisigAccount
- isCosignerOfMultisigAccount(address: Address): boolean
Parameters
Returns boolean
The multisig account graph info structure describes the information of all the mutlisig levels an account is involved in.