Search Results for

    Show / Hide Table of Contents

    Struct AssetTransferTxn.Params

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

    Fields

    AssetAmount

    Declaration
    public ulong AssetAmount
    Field Value
    Type Description
    UInt64

    AssetCloseTo

    Declaration
    public Address AssetCloseTo
    Field Value
    Type Description
    Address

    AssetReceiver

    Declaration
    public Address AssetReceiver
    Field Value
    Type Description
    Address

    AssetSender

    Declaration
    public Address AssetSender
    Field Value
    Type Description
    Address

    XferAsset

    Declaration
    public AssetIndex XferAsset
    Field Value
    Type Description
    AssetIndex

    Methods

    Equals(AssetTransferTxn.Params)

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