Avalanche SDK Client
    Preparing search index...

    Type Alias GetTxParameters

    Parameters for the avm.getTx method.

    type GetTxParameters = {
        encoding?: "hex" | "json";
        txID: string;
    }
    Index

    Properties

    Properties

    encoding?: "hex" | "json"

    The encoding format for the transaction data. Defaults to "json" if not specified.

    txID: string

    The ID of the transaction to retrieve