Avalanche SDK Client
    Preparing search index...

    Type Alias FeeConfigParameters

    The parameters for the feeConfig method.

    type FeeConfigParameters = {
        blk: string;
    }
    Index

    Properties

    Properties

    blk: string

    The block number or hash at which to retrieve the fee config. Defaults to the latest block if omitted.