Show / Hide Table of Contents

Class PendingTransaction

Information identifying a pending transaction, includes the address of the pending transaction record, plus the transaction id that will exist representing the executed transaction if it is ultimately executed (and not timed out or delted).

Inheritance
Object
PendingTransaction
PendingTransactionInfo
Implements
IEquatable<PendingTransaction>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public class PendingTransaction : IEquatable<PendingTransaction>

Properties

| Improve this Doc View Source

Id

The identifier of the pending transaction record held by the network.

Declaration
public Address Id { get; }
Property Value
Type Description
Address
| Improve this Doc View Source

TxId

The ID of the pending transaction, should it be executed.

Declaration
public TxId TxId { get; }
Property Value
Type Description
TxId

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph