Search Results for

    Show / Hide Table of Contents

    Struct AssetTransferTxn.Params

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    public struct Params : IEquatable<AssetTransferTxn.Params>

    Fields

    AssetAmount

    Declaration
    [AlgoApiField("aamt")]
    public ulong AssetAmount
    Field Value
    Type Description
    UInt64

    AssetCloseTo

    Declaration
    [AlgoApiField("aclose")]
    public Address AssetCloseTo
    Field Value
    Type Description
    Address

    AssetReceiver

    Declaration
    [AlgoApiField("arcv")]
    public Address AssetReceiver
    Field Value
    Type Description
    Address

    AssetSender

    Declaration
    [AlgoApiField("asnd")]
    public Address AssetSender
    Field Value
    Type Description
    Address

    XferAsset

    Declaration
    [AlgoApiField("xaid")]
    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
    ☀
    ☾