interface DryRunCallContext {
    stateful?: boolean;
    tx?: string;
    txHash?: `th_${string}`;
}

Properties

Properties

stateful?: boolean

This call will have effects on the next call in this dry-run (or not)

tx?: string

Base64Check encoded tagged byte array

txHash?: `th_${string}`

Base58Check encoded tagged hash