Class StoredValue
A wrapper class for different types of values stored in the global state.
Inheritance
System.Object
StoredValue
Assembly: Casper.Network.SDK.dll
Syntax
public class StoredValue : object
Properties
Account
Declaration
public Account Account { get; set; }
Property Value
Bid
Declaration
public Bid Bid { get; set; }
Property Value
CLValue
Declaration
public CLValue CLValue { get; set; }
Property Value
Contract
Declaration
public Contract Contract { get; set; }
Property Value
ContractPackage
Declaration
public ContractPackage ContractPackage { get; set; }
Property Value
ContractWasm
Declaration
public string ContractWasm { get; set; }
Property Value
Type |
Description |
System.String |
|
DeployInfo
Declaration
public DeployInfo DeployInfo { get; set; }
Property Value
EraInfo
Declaration
public EraInfo EraInfo { get; set; }
Property Value
Transfer
Declaration
public Transfer Transfer { get; set; }
Property Value
Withdraw
Declaration
public List<UnbondingPurse> Withdraw { get; set; }
Property Value