Type Alias HashAndSimulatedResult<T>

HashAndSimulatedResult<T>: {
    hash: Hash;
    result: T;
}

Utility type to encapsulate a transaction hash, and the simulated result prior to submitting the transaction.

Type Parameters

  • T = unknown