Class RawTransactionWrapper
Inheritance
object
RawTransactionWrapper
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public sealed class RawTransactionWrapper
Properties
| Edit this page View SourceRawTransaction
Declaration
[JsonConverter(typeof(TransactionRequestConverter))]
[JsonPropertyName("RawTransaction")]
[JsonRequired]
public ITransactionRequest RawTransaction { get; set; }
Property Value
| Type | Description |
|---|---|
| ITransactionRequest |