getTransactionFromPending method

ResponseFuture<Transaction> getTransactionFromPending(
  1. BytesMessage request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.Transaction> getTransactionFromPending(
    $2.BytesMessage request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getTransactionFromPending, request,
      options: options);
}