getRawWithdrawTransaction method

ResponseFuture<GetRawTransactionResponse> getRawWithdrawTransaction(
  1. GetRawWithdrawTransactionRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetRawTransactionResponse> getRawWithdrawTransaction(
    $0.GetRawWithdrawTransactionRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getRawWithdrawTransaction, request,
      options: options);
}