Skip to main content
Version: v29.0.x

Enumeration: AccountIdentityRelation

Defined in: src/api/entities/Account/types.ts:45

Represents the how an Account is associated to an Identity

Enumeration Members

MultiSigSigner

MultiSigSigner: "MultiSigSigner"

Defined in: src/api/entities/Account/types.ts:61

The Account is one of many signers for a MultiSig


Primary

Primary: "Primary"

Defined in: src/api/entities/Account/types.ts:53

The Account is the Identity's primary key (i.e. it has full permission)


Secondary

Secondary: "Secondary"

Defined in: src/api/entities/Account/types.ts:57

The Account is a Secondary account. There are associated permissions that may limit what transactions it may authorize for the Identity


Unassigned

Unassigned: "Unassigned"

Defined in: src/api/entities/Account/types.ts:49

The Account is not associated to any Identity