Skip to content

api.entities.Account.types.AccountIdentityRelation

prashantasdeveloper edited this page Sep 11, 2024 · 34 revisions

Enumeration: AccountIdentityRelation

api/entities/Account/types.AccountIdentityRelation

Represents the how an Account is associated to an Identity

Table of contents

Enumeration Members

Enumeration Members

MultiSigSigner

MultiSigSigner = "MultiSigSigner"

The Account is one of many signers for a MultiSig

Defined in

api/entities/Account/types.ts:48


Primary

Primary = "Primary"

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

Defined in

api/entities/Account/types.ts:40


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:44


Unassigned

Unassigned = "Unassigned"

The Account is not associated to any Identity

Defined in

api/entities/Account/types.ts:36

Clone this wiki locally