Avalanche SDK Client
    Preparing search index...

    Type Alias Output

    type Output = {
        addresses: string[];
        amount: number;
        assetId?: string;
        locktime?: number;
        threshold?: number;
    }
    Index

    Properties

    addresses: string[]

    Addresses who can sign the consuming of this UTXO.

    amount: number

    Amount holding in this UTXO.

    assetId?: string

    Optional. Asset ID of the UTXO.

    locktime?: number

    Optional. Timestamp in seconds after which this UTXO can be consumed.

    threshold?: number

    Optional. Threshold of addresses' signatures required to consume this UTXO.