Show / Hide Table of Contents

Class MemoWrapper

Additional arbitrary information used to identify transaction.

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

Properties

| Edit this page View Source

Memo

The Memos field includes arbitrary messaging data with the transaction.

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