getRawWithdrawTransaction_Pre method

Future<GetRawTransactionResponse> getRawWithdrawTransaction_Pre(
  1. ServiceCall call,
  2. Future<GetRawWithdrawTransactionRequest> request
)

Implementation

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