Show / Hide Table of Contents

Class BookWrapper

Wrapper for Book reference in AdditionalBooks array. Each element in AdditionalBooks contains a Book object.

Inheritance
object
BookWrapper
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class BookWrapper

Properties

| Edit this page View Source

Book

The inner Book object containing directory reference.

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