Casper.Network.SDK
  • Articles
  • Examples
  • Tutorials
  • Api Documentation
  • Api Documentation
  • Casper.Network.SDK.Types
  • ChainspecRegistryKey
Show / Hide Table of Contents
  • Casper.Network.SDK
    • DeployTemplates
    • ICasperClient
    • NetCasperClient
  • Casper.Network.SDK.ByteSerializers
    • BaseByteSerializer
    • CLValueByteSerializer
    • DeployApprovalByteSerializer
    • DeployByteSerializer
    • ExecutableDeployItemByteSerializer
    • GlobalStateKeyByteSerializer
    • IByteSerializer<T>
    • NamedArgByteSerializer
  • Casper.Network.SDK.Converters
    • BidsListConverter
    • BigIntegerConverter
    • CLTypeInfoConverter
    • CLTypeInfoConverter.CLTypeInfoConverterInner
    • DateTime2EpochConverter
    • ExecutableDeployItemConverter
    • GenericListConverter<T, TConverter>
    • HexBytesConverter
    • HexBytesWithChecksumConverter
    • HumanizeTTLConverter
    • IDeserializeAsList
  • Casper.Network.SDK.JsonRpc
    • GetAccountInfo
    • GetAuctionInfo
    • GetBalance
    • GetBlock
    • GetBlockTransfers
    • GetChainspec
    • GetDeploy
    • GetDictionaryItem
    • GetDictionaryItemByAccount
    • GetDictionaryItemByContract
    • GetDictionaryItemByURef
    • GetEraInfoBySwitchBlock
    • GetEraSummary
    • GetItem
    • GetNodePeers
    • GetNodeStatus
    • GetRpcSchema
    • GetStateRootHash
    • GetValidatorChanges
    • PutDeploy
    • QueryGlobalState
    • RpcClient
    • RpcClientException
    • RpcError
    • RpcLoggingHandler
    • RpcMethod
    • RpcResponse<TRpcResult>
    • SpeculativeExecution
  • Casper.Network.SDK.JsonRpc.ResultTypes
    • BalanceResultConverter
    • GetAccountInfoResult
    • GetAuctionInfoResult
    • GetBalanceResult
    • GetBlockResult
    • GetBlockTransfersResult
    • GetChainspecResult
    • GetDeployResult
    • GetDictionaryItemResult
    • GetEraInfoBySwitchBlockResult
    • GetEraSummaryResult
    • GetItemResult
    • GetNodePeersResult
    • GetNodeStatusResult
    • GetStateRootHashResult
    • GetValidatorChangesResult
    • PutDeployResult
    • QueryGlobalStateResult
    • RpcResult
    • SpeculativeExecutionResult
  • Casper.Network.SDK.SSE
    • BlockAdded
    • ChannelType
    • DeployAccepted
    • DeployExpired
    • DeployProcessed
    • EventCallback
    • EventType
    • Fault
    • FinalitySignature
    • ISSEClient
    • ServerEventsClient
    • SSEvent
  • Casper.Network.SDK.Types
    • AccessRights
    • Account
    • AccountHashKey
    • ActionThresholds
    • AssociatedKey
    • AuctionState
    • AvailableBlockRange
    • BalanceKey
    • Bid
    • BidKey
    • Block
    • BlockBody
    • BlockHeader
    • BlockProof
    • BlockSynchronizerStatus
    • BlockSyncStatus
    • ChainspecRawBytes
    • ChainspecRegistryKey
    • ChecksumRegistryKey
    • CLByteArrayTypeInfo
    • CLKeyTypeInfo
    • CLListTypeInfo
    • CLMapTypeInfo
    • CLOptionTypeInfo
    • CLResultTypeInfo
    • CLTuple1TypeInfo
    • CLTuple2TypeInfo
    • CLTuple3TypeInfo
    • CLType
    • CLTypeInfo
    • CLValue
    • CLValueException
    • Contract
    • ContractPackage
    • ContractVersion
    • Delegator
    • Deploy
    • DeployApproval
    • DeployHeader
    • DeployInfo
    • DeployInfoKey
    • DictionaryKey
    • DisabledVersion
    • EntryPoint
    • EntryPointAccess
    • EntryPointType
    • EraEnd
    • EraInfo
    • EraInfoKey
    • EraReport
    • EraSummary
    • EraSummaryKey
    • EraValidators
    • ExecutableDeployItem
    • ExecutionEffect
    • ExecutionResult
    • GlobalStateKey
    • Group
    • HashKey
    • KeyAlgo
    • KeyIdentifier
    • KeyPair
    • LockStatus
    • MinimalBlockInfo
    • ModuleBytesDeployItem
    • NamedArg
    • NamedKey
    • NextUpgrade
    • Operation
    • OpKind
    • Parameter
    • Peer
    • Proposer
    • PublicKey
    • ReactorState
    • Result<TOk, TErr>
    • Reward
    • SeigniorageAllocation
    • Signature
    • StateIdentifier
    • Step
    • StoredContractByHashDeployItem
    • StoredContractByNameDeployItem
    • StoredValue
    • StoredVersionedContractByHashDeployItem
    • StoredVersionedContractByNameDeployItem
    • SystemContractRegistryKey
    • Transfer
    • TransferDeployItem
    • TransferKey
    • Transform
    • TransformType
    • U64GlobalStateKey
    • UnbondingPurse
    • UnbondKey
    • Unit
    • URef
    • ValidatorChange
    • ValidatorChanges
    • ValidatorStatusChange
    • ValidatorWeight
    • VestingSchedule
    • WithdrawKey
  • Casper.Network.SDK.Utils
    • BinaryReaderExtensions
    • CEP57Checksum
    • DateUtils
    • DurationUtils
    • RpcResponseExtensions

Class ChainspecRegistryKey

Stores a mapping of file names to the hash of the file itself. These files include Chainspec.toml and may also include Accounts.toml and GlobalState.toml. Format: 32-byte length with prefix 'chainspec-registry-'.

Inheritance
System.Object
GlobalStateKey
ChainspecRegistryKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey._GetRawBytesFromKey(String)
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(String)
GlobalStateKey.FromBytes(Byte[])
GlobalStateKey.GetBytes()
GlobalStateKey.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ChainspecRegistryKey : GlobalStateKey

Constructors

ChainspecRegistryKey()

Declaration
public ChainspecRegistryKey()

ChainspecRegistryKey(Byte[])

Declaration
public ChainspecRegistryKey(byte[] key)
Parameters
Type Name Description
System.Byte[] key

ChainspecRegistryKey(String)

Declaration
public ChainspecRegistryKey(string key)
Parameters
Type Name Description
System.String key

Fields

KEYPREFIX

Declaration
public static string KEYPREFIX
Field Value
Type Description
System.String
In This Article
  • Constructors
    • ChainspecRegistryKey()
    • ChainspecRegistryKey(Byte[])
    • ChainspecRegistryKey(String)
  • Fields
    • KEYPREFIX
Back to top Maintained by MAKE Technology LLC