Class AccountHashKey
Stores an account in the global state.
Format: 32-byte length with prefix 'account-hash-'.
Inheritance
System.Object
AccountHashKey
Assembly: Casper.Network.SDK.dll
Syntax
public class AccountHashKey : GlobalStateKey
Constructors
AccountHashKey(PublicKey)
Declaration
public AccountHashKey(PublicKey publicKey)
Parameters
AccountHashKey(String)
Declaration
public AccountHashKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Fields
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value
Type |
Description |
System.String |
|