xrpl
    Preparing search index...

    Interface DID

    interface DID {
        Account: string;
        Data: string;
        DIDDocument: string;
        Flags: 0;
        index: string;
        LedgerEntryType: "DID";
        OwnerNode: string;
        PreviousTxnID: string;
        PreviousTxnLgrSeq: number;
        URI: string;
    }

    Hierarchy

    • BaseLedgerEntry
    • HasPreviousTxnID
      • DID
    Index

    Properties

    Account: string
    Data: string
    DIDDocument: string
    Flags: 0
    index: string
    LedgerEntryType: "DID"
    OwnerNode: string
    PreviousTxnID: string

    The identifying hash of the transaction that most recently modified this object.

    PreviousTxnLgrSeq: number

    The index of the ledger that contains the transaction that most recently modified this object.

    URI: string