Struct TransactionResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct TransactionResponse : IEquatable<TransactionResponse>
Properties
CurrentRound
Round at which the results were computed.
Declaration
[AlgoApiField("current-round")]
public ulong CurrentRound { get; set; }
Property Value
Transaction
Declaration
[AlgoApiField("transaction")]
public Transaction Transaction { get; set; }
Property Value
Methods
Equals(TransactionResponse)
Declaration
public bool Equals(TransactionResponse other)
Parameters
Returns