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