Struct PaymentTxn.Params
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct Params : IEquatable<PaymentTxn.Params>
Fields
Amount
Declaration
[AlgoApiField("amt")]
public MicroAlgos Amount
Field Value
CloseRemainderTo
Declaration
[AlgoApiField("close")]
public Address CloseRemainderTo
Field Value
Receiver
Declaration
[AlgoApiField("rcv")]
public Address Receiver
Field Value
Methods
Equals(PaymentTxn.Params)
Declaration
public bool Equals(PaymentTxn.Params other)
Parameters
Returns