Class TransferKey
Stores information for a transfer in the global state.
Format: 32-byte length with prefix 'transfer-'.
Inheritance
System.Object
TransferKey
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 |
|