interface DryRunResults {
    results: DryRunResult[];
    txEvents?: Record<string, unknown>[];
}

Properties

Properties

results: DryRunResult[]

results

txEvents?: Record<string, unknown>[]

on-chain tx events

Generated using TypeDoc