Avalanche SDK Client
    Preparing search index...

    Type Alias GetFeeStateReturnType

    Return type for the platform.getFeeState method. Get the current fee state of the P-Chain.

    type GetFeeStateReturnType = {
        capacity: bigint;
        excess: bigint;
        price: bigint;
        timestamp: string;
    }
    Index

    Properties

    capacity: bigint

    The current capacity of the fee market

    excess: bigint

    The current excess of the fee market

    price: bigint

    The current price of the fee market

    timestamp: string

    The timestamp of the fee state in ISO8601 format