Avalanche SDK Client
    Preparing search index...

    Type Alias GetTxParameters

    Parameters for the platform.getTx method. Get a transaction by its ID.

    type GetTxParameters = {
        encoding?: Encoding;
        txID: string;
    }
    Index

    Properties

    Properties

    encoding?: Encoding

    Optional. The encoding format to use. Can be either hex or json. Defaults to hex

    txID: string

    The ID of the transaction to get