generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Account.types.AccountKeyType
prashantasdeveloper edited this page Sep 19, 2024
·
37 revisions
api/entities/Account/types.AccountKeyType
Distinguishes MultiSig and Smart Contract accounts
• MultiSig = "MultiSig"
Account is a MultiSig. (i.e. multiple signatures are required to authorize transactions)
api/entities/Account/types.ts:35
• Normal = ""
Account is a standard type (e.g. corresponds to the public key of a sr25519 pair)
api/entities/Account/types.ts:31
• SmartContract = "SmartContract"
Account represents a smart contract
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