Avalanche SDK Client
    Preparing search index...

    Type Alias GetRewardUTXOsReturnType

    Return type for the platform.getRewardUTXOs method.

    type GetRewardUTXOsReturnType = {
        encoding: string;
        numFetched: number;
        utxos: string[];
    }
    Index

    Properties

    encoding: string

    The encoding format used

    numFetched: number

    The number of UTXOs returned

    utxos: string[]

    The reward UTXOs