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 : int
Fields
| Name | Description |
|---|---|
| Account | AccountHash keys store accounts in the global state. |
| Balance | Balance keys store information related to the balance of a given purse. |
| Bid | Bid keys store information related to auction bids in the global state. |
| ChainspecRegistry | A |
| ChecksumRegistry | A |
| DeployInfo | DeployInfo keys store information related to deploys in the global state. |
| Dictionary | Dictionary keys store dictionary items. |
| 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. |
| SystemContractRegistry | A |
| Transfer | Transfer keys store transfers in the global state. |
| Unbond | A |
| URef | URef keys store values and manage permissions to interact with the value stored under the URef. |
| Withdraw | Withdraw keys store information related to auction withdraws in the global state. |