generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Account.types.AccountIdentityRelation
prashantasdeveloper edited this page Oct 31, 2024
·
39 revisions
api/entities/Account/types.AccountIdentityRelation
Represents the how an Account is associated to an Identity
• MultiSigSigner = "MultiSigSigner"
The Account is one of many signers for a MultiSig
api/entities/Account/types.ts:61
• Primary = "Primary"
The Account is the Identity's primary key (i.e. it has full permission)
api/entities/Account/types.ts:53
• Secondary = "Secondary"
The Account is a Secondary account. There are associated permissions that may limit what transactions it may authorize for the Identity
api/entities/Account/types.ts:57
• Unassigned = "Unassigned"
The Account is not associated to any Identity
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types