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