Class Account
Structure representing a user's account, stored in global state.
Inheritance
System.Object
Account
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Account : object
Properties
AccountHash
Account identity key
Declaration
public AccountHashKey AccountHash { get; set; }
Property Value
Type | Description |
---|---|
AccountHashKey |
ActionThresholds
Thresholds that have to be met when executing an action of a certain type.
Declaration
public ActionThresholds ActionThresholds { get; set; }
Property Value
Type | Description |
---|---|
ActionThresholds |
AssociatedKeys
Set of public keys allowed to provide signatures on deploys for the account
Declaration
public List<AssociatedKey> AssociatedKeys { get; set; }
Property Value
Type | Description |
---|---|
List<AssociatedKey> |
MainPurse
Purse that can hold Casper tokens
Declaration
public URef MainPurse { get; set; }
Property Value
Type | Description |
---|---|
URef |
NamedKeys
Collection of named keys
Declaration
public List<NamedKey> NamedKeys { get; set; }
Property Value
Type | Description |
---|---|
List<NamedKey> |