Avalanche SDK Client
    Preparing search index...

    Type Alias FeeConfigMethod

    type FeeConfigMethod = {
        Method: "eth_feeConfig";
        Parameters: [FeeConfigParameters];
        ReturnType: FeeConfigReturnType;
    }
    Index

    Properties

    Method: "eth_feeConfig"
    Parameters: [FeeConfigParameters]