Avalanche SDK Client
    Preparing search index...

    Type Alias GetActiveRulesAtReturnType

    The return type for the eth_getActiveRulesAt method.

    type GetActiveRulesAtReturnType = {
        avalancheRules: Map<string, true>;
        ethRules: Map<string, true>;
        precompiles: Map<string, object>;
    }
    Index

    Properties

    avalancheRules: Map<string, true>

    The active rules for the Avalanche chain.

    ethRules: Map<string, true>

    The active rules for the Ethereum chain.

    precompiles: Map<string, object>

    The precompiles for the Ethereum chain.