Casper.Network.SDK
Show / Hide Table of Contents

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 Key variant under which chainspec and other hashes are stored.

ChecksumRegistry

A Key variant under which a registry of checksums are stored.

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 Key variant under which system contract hashes are stored.

Transfer

Transfer keys store transfers in the global state.

Unbond

A Key under which we store unbond information.

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.

In This Article
Back to top Maintained by MAKE Technology LLC