Class TransactionV1PayloadJson
Inheritance
TransactionV1PayloadJson
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
|
Edit this page
View Source
Fields
Declaration
[JsonPropertyName("fields")]
public PayloadFields Fields { get; set; }
Property Value
|
Edit this page
View Source
InitiatorAddr
Declaration
[JsonPropertyName("initiator_addr")]
public InitiatorAddr InitiatorAddr { get; set; }
Property Value
|
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
|
Edit this page
View Source
Timestamp
Declaration
[JsonPropertyName("timestamp")]
[JsonConverter(typeof(DateTime2EpochConverter))]
public ulong Timestamp { get; set; }
Property Value
|
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