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

Fields

Name Description
Account

AccountHash keys store accounts in the global state.

AddressableEntity

A Key under which an addressable entity is stored.

Balance

Balance keys store information related to the balance of a given purse.

BalanceHold

A Key under which a hold on a purse balance is stored.

Bid

Bid keys store information related to auction bids in the global state.

BidAddr

A Key under which bid information is stored.

BlockGlobal
ByteCode

A Key under which a byte code record is stored.

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.

EntryPoint

A Key under which a entrypoint record is written.

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 Key under which a message is stored.

NamedKey

A Key under which a single named key entry is stored.

Package

A Key under which package information is stored.

SystemContractRegistry

A Key variant under which system contract hashes are stored.

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 Key under which we store unbond information.

Withdraw

Withdraw keys store information related to auction withdraws in the global state.

  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC