Class PendingTransactions
PendingTransactions is an array of signed transactions exactly as they were submitted.
Inheritance
object
    PendingTransactions
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class PendingTransactions
  Properties
| Improve this Doc View SourceTopTransactions
Declaration
[JsonProperty("top-transactions", Required = Required.Always)]
[Required]
public ICollection<SignedTransaction> TopTransactions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><SignedTransaction> | 
TotalTransactions
Declaration
[JsonProperty("total-transactions", Required = Required.Always)]
[Required]
public ulong TotalTransactions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |