Type Alias TransactionResult<T>

TransactionResult<T>: Result<T, TransactionError[]>

Type Parameters

  • T