Casper.Network.SDK
Show / Hide Table of Contents

Class TransferKey

Stores information for a transfer in the global state. Format: 32-byte length with prefix 'transfer-'.

Inheritance
System.Object
GlobalStateKey
TransferKey
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 TransferKey : GlobalStateKey

Constructors

TransferKey(Byte[])

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

TransferKey(String)

Declaration
public TransferKey(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
    • TransferKey(Byte[])
    • TransferKey(String)
  • Fields
    • KEYPREFIX
Back to top Maintained by MAKE Technology LLC