getRawTransferTransaction_Pre method

Future<GetRawTransactionResponse> getRawTransferTransaction_Pre(
  1. ServiceCall call,
  2. Future<GetRawTransferTransactionRequest> request
)

Implementation

$async.Future<$0.GetRawTransactionResponse> getRawTransferTransaction_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.GetRawTransferTransactionRequest> request) async {
  return getRawTransferTransaction(call, await request);
}