Class BalanceKey
Stores information related to the balance of a given purse.
Format: 32-byte length with prefix 'balance-'.
Inheritance
System.Object
BalanceKey
Assembly: Casper.Network.SDK.dll
Syntax
public class BalanceKey : GlobalStateKey
Constructors
BalanceKey(Byte[])
Declaration
public BalanceKey(byte[] key)
Parameters
Type |
Name |
Description |
System.Byte[] |
key |
|
BalanceKey(String)
Declaration
public BalanceKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Fields
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value
Type |
Description |
System.String |
|