• Type Parameters

    • K1 extends "Ethereum"

    Parameters

    • Rest ...args: [K1]

    Returns ToExtPropKey<K1> extends "Ethereum"
        ? ObjectFromMappingEntries<readonly [readonly ["Ethereum", 32]], 1>["Ethereum" & ToExtPropKey<K1>] extends Mapped
            ? any[any]
            : ObjectFromMappingEntries<readonly [readonly ["Ethereum", 32]], 1>["Ethereum" & ToExtPropKey<K1>]
        : never

Generated using TypeDoc