xrpl
    Preparing search index...

    Interface VaultCreateFlagsInterface

    Map of flags to boolean values representing VaultCreate transaction flags.

    interface VaultCreateFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfVaultPrivate?: boolean;
        tfVaultShareNonTransferable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfVaultPrivate?: boolean
    tfVaultShareNonTransferable?: boolean