Casper.Network.SDK
Show / Hide Table of Contents

Class Prepayment

Container for bytes recording location, type and data for a gas pre-payment.

Inheritance
object
Prepayment
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 Prepayment

Properties

| Edit this page View Source

PrepaymentData

Declaration
[JsonPropertyName("prepayment_data")]
public string PrepaymentData { get; init; }
Property Value
Type Description
string
| Edit this page View Source

PrepaymentKind

Declaration
[JsonPropertyName("prepayment_kind")]
public byte PrepaymentKind { get; init; }
Property Value
Type Description
byte
| Edit this page View Source

Receipt

Declaration
[JsonPropertyName("receipt")]
public string Receipt { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC