xrpl
    Preparing search index...

    Interface BatchFlagsInterface

    Map of flags to boolean values representing Batch transaction flags.

    interface BatchFlagsInterface {
        tfAllOrNothing?: boolean;
        tfIndependent?: boolean;
        tfInnerBatchTxn?: boolean;
        tfOnlyOne?: boolean;
        tfUntilFailure?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfAllOrNothing?: boolean
    tfIndependent?: boolean
    tfInnerBatchTxn?: boolean
    tfOnlyOne?: boolean
    tfUntilFailure?: boolean