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

interface DryRunTransactionBlockParams {
    transactionBlock: string | Uint8Array;
}

Properties

Properties

transactionBlock: string | Uint8Array