Show / Hide Table of Contents

Class RawTransactionWrapper

Inheritance
object
RawTransactionWrapper
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public sealed class RawTransactionWrapper

Properties

| Edit this page View Source

RawTransaction

Declaration
[JsonConverter(typeof(TransactionRequestConverter))]
[JsonPropertyName("RawTransaction")]
[JsonRequired]
public ITransactionRequest RawTransaction { get; set; }
Property Value
Type Description
ITransactionRequest
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX