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

    • GlobalFlagsInterface
      • VaultCreateFlagsInterface
    Index

    Properties

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