Hierarchy

  • TokenHolder__factory

Constructors

Properties

Methods

Constructors

Properties

abi: ({
    inputs: never[];
    name: string;
    outputs: {
        internalType: string;
        name: string;
        type: string;
    }[];
    stateMutability: string;
    type: string;
} | {
    inputs: {
        internalType: string;
        name: string;
        type: string;
    }[];
    name: string;
    outputs: never[];
    stateMutability: string;
    type: string;
})[] = _abi

Methods

Generated using TypeDoc