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).
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public class PendingTransaction : IEquatable<PendingTransaction>
Properties
| Improve this Doc View SourceId
The identifier of the pending transaction record held by the network.
Declaration
public Address Id { get; }
Property Value
Type | Description |
---|---|
Address |
TxId
The ID of the pending transaction, should it be executed.
Declaration
public TxId TxId { get; }
Property Value
Type | Description |
---|---|
TxId |