LogoRobo.js
Framework

TransactionResult<T>

Interface: TransactionResult<T>

Transaction execution result.

Type Parameters

Type Parameter
T

Properties

PropertyTypeDescription
durationMsnumberTotal duration in milliseconds.
resultTThe result returned from the transaction function.
retriesnumberNumber of retry attempts (only relevant for optimistic mode).

On this page