Casper.Network.SDK
Show / Hide Table of Contents

Class TransactionV1PayloadJson

Inheritance
object
TransactionV1PayloadJson
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
public class TransactionV1PayloadJson

Properties

| Edit this page View Source

ChainName

Name of the chain where the deploy is executed.

Declaration
[JsonPropertyName("chain_name")]
public string ChainName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Fields

Declaration
[JsonPropertyName("fields")]
public PayloadFields Fields { get; set; }
Property Value
Type Description
PayloadFields
| Edit this page View Source

InitiatorAddr

Declaration
[JsonPropertyName("initiator_addr")]
public InitiatorAddr InitiatorAddr { get; set; }
Property Value
Type Description
InitiatorAddr
| Edit this page View Source

PricingMode

Pricing mode of a Transaction.

Declaration
[JsonPropertyName("pricing_mode")]
[JsonConverter(typeof(PricingMode.PricingModeConverter))]
public IPricingMode PricingMode { get; set; }
Property Value
Type Description
IPricingMode
| Edit this page View Source

Timestamp

Declaration
[JsonPropertyName("timestamp")]
[JsonConverter(typeof(DateTime2EpochConverter))]
public ulong Timestamp { get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

Ttl

Duration of the Deploy in milliseconds (from timestamp).

Declaration
[JsonPropertyName("ttl")]
[JsonConverter(typeof(HumanizeTTLConverter))]
public ulong Ttl { get; set; }
Property Value
Type Description
ulong
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC