Avalanche SDK Client
    Preparing search index...

    Type Alias BaseFeeMethod

    type BaseFeeMethod = {
        Method: "eth_baseFee";
        Parameters: [];
        ReturnType: BaseFeeReturnType;
    }
    Index

    Properties

    Method: "eth_baseFee"
    Parameters: []
    ReturnType: BaseFeeReturnType