getRawWithdrawTransaction_Pre method
Future<GetRawTransactionResponse>
getRawWithdrawTransaction_Pre(
- ServiceCall call,
- Future<
GetRawWithdrawTransactionRequest> request
Implementation
$async.Future<$0.GetRawTransactionResponse> getRawWithdrawTransaction_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetRawWithdrawTransactionRequest> request) async {
return getRawWithdrawTransaction(call, await request);
}