Class WithdrawKey
Stores information related to auction withdraws in the global state.
Format: 32-byte length with prefix 'withdraw-'.
Inheritance
System.Object
WithdrawKey
Assembly: Casper.Network.SDK.dll
Syntax
public class WithdrawKey : GlobalStateKey
Constructors
WithdrawKey(Byte[])
Declaration
public WithdrawKey(byte[] key)
Parameters
Type |
Name |
Description |
System.Byte[] |
key |
|
WithdrawKey(String)
Declaration
public WithdrawKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Fields
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value
Type |
Description |
System.String |
|