Class Prepayment
Container for bytes recording location, type and data for a gas pre-payment.
Assembly: Casper.Network.SDK.dll
Syntax
Properties
|
Edit this page
View Source
PrepaymentData
Declaration
[JsonPropertyName("prepayment_data")]
public string PrepaymentData { get; init; }
Property Value
|
Edit this page
View Source
PrepaymentKind
Declaration
[JsonPropertyName("prepayment_kind")]
public byte PrepaymentKind { get; init; }
Property Value
|
Edit this page
View Source
Receipt
Declaration
[JsonPropertyName("receipt")]
public string Receipt { get; init; }
Property Value