Class StoredValue
A wrapper class for different types of values stored in the global state.
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(StoredValue.StoredValueConverter))]
public class StoredValue
Properties
|
Edit this page
View Source
Account
Declaration
public Account Account { get; init; }
Property Value
|
Edit this page
View Source
AddressableEntity
Stores an addressable entity.
Declaration
public AddressableEntity AddressableEntity { get; init; }
Property Value
|
Edit this page
View Source
Bid
Declaration
public Bid Bid { get; init; }
Property Value
|
Edit this page
View Source
BidKind
Declaration
public BidKind BidKind { get; init; }
Property Value
|
Edit this page
View Source
ByteCode
Declaration
public ByteCode ByteCode { get; init; }
Property Value
|
Edit this page
View Source
CLValue
Declaration
public CLValue CLValue { get; init; }
Property Value
|
Edit this page
View Source
Contract
Declaration
public Contract Contract { get; init; }
Property Value
|
Edit this page
View Source
ContractPackage
Declaration
public ContractPackage ContractPackage { get; init; }
Property Value
|
Edit this page
View Source
ContractWasm
Declaration
public ContractWasm ContractWasm { get; init; }
Property Value
|
Edit this page
View Source
DeployInfo
Declaration
public DeployInfo DeployInfo { get; init; }
Property Value
|
Edit this page
View Source
EntryPoint
Declaration
public EntryPoint EntryPoint { get; init; }
Property Value
|
Edit this page
View Source
EraInfo
Declaration
public EraInfo EraInfo { get; init; }
Property Value
|
Edit this page
View Source
Message
Stores a message checksum.
Declaration
public string Message { get; init; }
Property Value
|
Edit this page
View Source
MessageTopic
Declaration
public MessageTopicSummary MessageTopic { get; init; }
Property Value
|
Edit this page
View Source
NamedKey
Declaration
public NamedKeyValue NamedKey { get; init; }
Property Value
|
Edit this page
View Source
Package
Declaration
public Package Package { get; init; }
Property Value
|
Edit this page
View Source
Prepayment
Stores location, type and data for a gas pre-payment.
Declaration
public Prepayment Prepayment { get; init; }
Property Value
|
Edit this page
View Source
RawBytes
Raw bytes. Similar to a [crate::StoredValue::CLValue] but does not incur overhead of a [crate::CLValue] and [crate::CLType].
Declaration
public string RawBytes { get; init; }
Property Value
|
Edit this page
View Source
Transfer
Declaration
public Transfer Transfer { get; init; }
Property Value
|
Edit this page
View Source
Unbonding
Declaration
public List<UnbondingPurse> Unbonding { get; init; }
Property Value
|
Edit this page
View Source
Withdraw
Declaration
public List<WithdrawPurse> Withdraw { get; init; }
Property Value