Documentation
    Preparing search index...

    Interface DryRunTransactionBlockParams

    Return transaction execution effects including the gas cost summary, while the effects are not committed to the chain.

    interface DryRunTransactionBlockParams {
        signal?: AbortSignal;
        transactionBlock: string | Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    signal?: AbortSignal
    transactionBlock: string | Uint8Array<ArrayBufferLike>