Show / Hide Table of Contents

Class XChainClaimAttestationCollectionElement

An attestation element within an XChainClaimAttestations array on an XChainOwnedClaimID ledger object.

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

Properties

| Edit this page View Source

XChainClaimProofSig

The inner attestation data.

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