sendTransactionErrors top-level property

Map<SendTransactionErrorCodes, Type> sendTransactionErrors
getter/setter pair

Implementation

Map<SendTransactionErrorCodes, Type> sendTransactionErrors = {
  SendTransactionErrorCodes.unknownError: UnknownError,
  SendTransactionErrorCodes.badRequestError: BadRequestError,
  SendTransactionErrorCodes.unknownAppError: UnknownAppError,
  SendTransactionErrorCodes.userRejectsError: UserRejectsError,
};