@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias PluginConfig

    Config for plugins. This can be used to override certain client behavior.

    type PluginConfig = {
        IGNORE_TRANSACTION_SUBMITTER?: boolean;
        TRANSACTION_SUBMITTER?: TransactionSubmitter;
    }
    Index

    Properties

    IGNORE_TRANSACTION_SUBMITTER?: boolean

    If true, we won't use the TRANSACTION_SUBMITTER if set.

    TRANSACTION_SUBMITTER?: TransactionSubmitter

    If given, this will be used for submitting transactions instead of the default implementation (which submits transactions directly via a node).