Casper.Network.SDK
Show / Hide Table of Contents

Class StoredValue

A wrapper class for different types of values stored in the global state.

Inheritance
object
StoredValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
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
Type Description
Account
| Edit this page View Source

AddressableEntity

Stores an addressable entity.

Declaration
public AddressableEntity AddressableEntity { get; init; }
Property Value
Type Description
AddressableEntity
| Edit this page View Source

Bid

Declaration
public Bid Bid { get; init; }
Property Value
Type Description
Bid
| Edit this page View Source

BidKind

Declaration
public BidKind BidKind { get; init; }
Property Value
Type Description
BidKind
| Edit this page View Source

ByteCode

A record of byte code.

Declaration
public ByteCode ByteCode { get; init; }
Property Value
Type Description
ByteCode
| Edit this page View Source

CLValue

Declaration
public CLValue CLValue { get; init; }
Property Value
Type Description
CLValue
| Edit this page View Source

Contract

Declaration
public Contract Contract { get; init; }
Property Value
Type Description
Contract
| Edit this page View Source

ContractPackage

Declaration
public ContractPackage ContractPackage { get; init; }
Property Value
Type Description
ContractPackage
| Edit this page View Source

ContractWasm

Declaration
public ContractWasm ContractWasm { get; init; }
Property Value
Type Description
ContractWasm
| Edit this page View Source

DeployInfo

Declaration
public DeployInfo DeployInfo { get; init; }
Property Value
Type Description
DeployInfo
| Edit this page View Source

EntryPoint

Declaration
public EntryPoint EntryPoint { get; init; }
Property Value
Type Description
EntryPoint
| Edit this page View Source

EraInfo

Declaration
public EraInfo EraInfo { get; init; }
Property Value
Type Description
EraInfo
| Edit this page View Source

Message

Stores a message checksum.

Declaration
public string Message { get; init; }
Property Value
Type Description
string
| Edit this page View Source

MessageTopic

Stores a message topic.

Declaration
public MessageTopicSummary MessageTopic { get; init; }
Property Value
Type Description
MessageTopicSummary
| Edit this page View Source

NamedKey

Stores a NamedKey.

Declaration
public NamedKeyValue NamedKey { get; init; }
Property Value
Type Description
NamedKeyValue
| Edit this page View Source

Package

Stores a package.

Declaration
public Package Package { get; init; }
Property Value
Type Description
Package
| Edit this page View Source

Prepayment

Stores location, type and data for a gas pre-payment.

Declaration
public Prepayment Prepayment { get; init; }
Property Value
Type Description
Prepayment
| 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
Type Description
string
| Edit this page View Source

Transfer

Declaration
public Transfer Transfer { get; init; }
Property Value
Type Description
Transfer
| Edit this page View Source

Unbonding

Declaration
public List<UnbondingPurse> Unbonding { get; init; }
Property Value
Type Description
List<UnbondingPurse>
| Edit this page View Source

Withdraw

Declaration
public List<WithdrawPurse> Withdraw { get; init; }
Property Value
Type Description
List<WithdrawPurse>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC