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