Show / Hide Table of Contents

Class XChainCreateAccountAttestationCollectionElement

An attestation element within an XChainCreateAccountAttestations array.

Inheritance
object
XChainCreateAccountAttestationCollectionElement
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class XChainCreateAccountAttestationCollectionElement

Properties

| Edit this page View Source

XChainCreateAccountProofSig

The inner attestation data.

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