Type alias TxInspector<T>

TxInspector<T>: ((tx: Cardano.Tx) => Promise<{ [ k in keyof T]: Awaited<ReturnType<T[k]>> }>)

Type Parameters

Type declaration

    • (tx: Cardano.Tx): Promise<{ [ k in keyof T]: Awaited<ReturnType<T[k]>> }>
    • Parameters

      Returns Promise<{ [ k in keyof T]: Awaited<ReturnType<T[k]>> }>

Generated using TypeDoc