HaloStartTransactionResult constructor

HaloStartTransactionResult(
  1. HaloStartTransactionResultType resultType,
  2. HaloErrorCode errorCode
)

Implementation

HaloStartTransactionResult(this.resultType, this.errorCode);