Search Results for

    Show / Hide Table of Contents

    Struct PaymentTxn.Params

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Params : IEquatable<PaymentTxn.Params>

    Fields

    Amount

    Declaration
    public MicroAlgos Amount
    Field Value
    Type Description
    MicroAlgos

    CloseRemainderTo

    Declaration
    public Address CloseRemainderTo
    Field Value
    Type Description
    Address

    Receiver

    Declaration
    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
    ☀
    ☾