Class UnbondKey
Stores unbond information,
Format: 32-byte length with prefix 'unbond-'.
Inheritance
System.Object
UnbondKey
Assembly: Casper.Network.SDK.dll
Syntax
public class UnbondKey : GlobalStateKey
Constructors
UnbondKey(Byte[])
Declaration
public UnbondKey(byte[] key)
Parameters
Type |
Name |
Description |
System.Byte[] |
key |
|
UnbondKey(String)
Declaration
public UnbondKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Fields
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value
Type |
Description |
System.String |
|