Avalanche SDK Client
    Preparing search index...

    Type Alias ImportedOutput

    type ImportedOutput = {
        addresses: string[];
        locktime?: number;
        threshold?: number;
    }
    Index

    Properties

    addresses: string[]

    The addresses to import the funds to. These are the addresses who can sign the consuming of this UTXO.

    locktime?: number

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

    threshold?: number

    Optional. The number of signatures required out of the total addresses to spend the imported output.