Documentation
    Preparing search index...

    Options for dry-running transactions

    This type is used to specify whether a transaction should be executed in dry-run mode (simulation only) or actually submitted to the blockchain.

    type DryRunOptions = {
        dryRun: boolean;
    }
    Index

    Properties

    Properties

    dryRun: boolean

    Whether to run the transaction in dry-run mode