xrpl
    Preparing search index...

    Interface CreatedNode

    interface CreatedNode {
        CreatedNode: {
            LedgerEntryType: string;
            LedgerIndex: string;
            NewFields: { [field: string]: unknown };
        };
    }
    Index

    Properties

    Properties

    CreatedNode: {
        LedgerEntryType: string;
        LedgerIndex: string;
        NewFields: { [field: string]: unknown };
    }