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