Enum KeyIdentifier
Keys in the global state store information about different data types.
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum KeyIdentifier
Fields
| Name | Description |
|---|---|
| Account | AccountHash keys store accounts in the global state. |
| AddressableEntity | A |
| Balance | Balance keys store information related to the balance of a given purse. |
| BalanceHold | A |
| Bid | Bid keys store information related to auction bids in the global state. |
| BidAddr | A |
| BlockGlobal | |
| ByteCode | A |
| ChainspecRegistry | A |
| ChecksumRegistry | A |
| DeployInfo | DeployInfo keys store information related to deploys in the global state. |
| Dictionary | Dictionary keys store dictionary items. |
| EntryPoint | A |
| EraInfo | EraInfo keys store information related to the Auction metadata for a particular era. |
| EraSummary | Era Summary keys store current era info. |
| Hash | Hash keys store contracts immutably in the global state. |
| Message | A |
| NamedKey | A |
| Package | A |
| SystemContractRegistry | A |
| Transfer | Transfer keys store transfers in the global state. |
| URef | URef keys store values and manage permissions to interact with the value stored under the URef. |
| Unbond | A |
| Withdraw | Withdraw keys store information related to auction withdraws in the global state. |