xrpl
    Preparing search index...

    Interface TransactionMetadataBase

    interface TransactionMetadataBase {
        AffectedNodes: Node[];
        delivered_amount?: MPTAmount | Amount;
        DeliveredAmount?: MPTAmount | Amount;
        ParentBatchID?: string;
        TransactionIndex: number;
        TransactionResult: string;
    }
    Index

    Properties

    AffectedNodes: Node[]
    delivered_amount?: MPTAmount | Amount
    DeliveredAmount?: MPTAmount | Amount
    ParentBatchID?: string
    TransactionIndex: number
    TransactionResult: string