Avalanche SDK Client
    Preparing search index...

    Type Alias GetRewardUTXOsParameters

    Parameters for the platform.getRewardUTXOs method. Get the reward UTXOs for a transaction.

    type GetRewardUTXOsParameters = {
        encoding?: "hex";
        txID: string;
    }
    Index

    Properties

    Properties

    encoding?: "hex"

    The encoding format to use. Can only be hex when a value is provided

    txID: string

    The ID of the transaction to get reward UTXOs for