Search Results for

    Show / Hide Table of Contents

    Struct PaymentTxn.Params

    Namespace: Algorand.Unity
    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
    Type Description
    MicroAlgos

    CloseRemainderTo

    Declaration
    [AlgoApiField("close")]
    public Address CloseRemainderTo
    Field Value
    Type Description
    Address

    Receiver

    Declaration
    [AlgoApiField("rcv")]
    public Address Receiver
    Field Value
    Type Description
    Address

    Methods

    Equals(PaymentTxn.Params)

    Declaration
    public bool Equals(PaymentTxn.Params other)
    Parameters
    Type Name Description
    PaymentTxn.Params other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾