Avalanche SDK Client
    Preparing search index...

    Type Alias FeeConfigReturnType

    The return type for the feeConfig method.

    type FeeConfigReturnType = {
        feeConfig: { [key: string]: string };
        lastChangedAt: string;
    }
    Index

    Properties

    feeConfig: { [key: string]: string }

    An object containing the fee config for each chain.

    lastChangedAt: string

    The timestamp of the last fee config change.