Enumeration: AccountIdentityRelation
api/entities/Account/types.AccountIdentityRelation
Represents the how an Account is associated to an Identity
Enumeration Members
MultiSigSigner
• MultiSigSigner = "MultiSigSigner"
The Account is one of many signers for a MultiSig
Defined in
api/entities/Account/types.ts:61
Primary
• Primary = "Primary"
The Account is the Identity's primary key (i.e. it has full permission)
Defined in
api/entities/Account/types.ts:53
Secondary
• Secondary = "Secondary"
The Account is a Secondary account. There are associated permissions that may limit what transactions it may authorize for the Identity
Defined in
api/entities/Account/types.ts:57
Unassigned
• Unassigned = "Unassigned"
The Account is not associated to any Identity