const factory TransactionError.rpcError({ required int code, required String message, Object? data, }) = _TransactionRPCError;