Module constants/src

Properties

ABI_ERC20: {
    abi: ({
        anonymous?: undefined;
        constant: boolean;
        inputs: {
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            name: string;
            type: string;
        }[];
        payable: boolean;
        stateMutability: string;
        type: string;
    } | {
        anonymous?: undefined;
        constant?: undefined;
        inputs?: undefined;
        name?: undefined;
        outputs?: undefined;
        payable: boolean;
        stateMutability: string;
        type: string;
    } | {
        anonymous: boolean;
        constant?: undefined;
        inputs: {
            indexed: boolean;
            name: string;
            type: string;
        }[];
        name: string;
        outputs?: undefined;
        payable?: undefined;
        stateMutability?: undefined;
        type: string;
    })[];
}

Type declaration

  • abi: ({
        anonymous?: undefined;
        constant: boolean;
        inputs: {
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            name: string;
            type: string;
        }[];
        payable: boolean;
        stateMutability: string;
        type: string;
    } | {
        anonymous?: undefined;
        constant?: undefined;
        inputs?: undefined;
        name?: undefined;
        outputs?: undefined;
        payable: boolean;
        stateMutability: string;
        type: string;
    } | {
        anonymous: boolean;
        constant?: undefined;
        inputs: {
            indexed: boolean;
            name: string;
            type: string;
        }[];
        name: string;
        outputs?: undefined;
        payable?: undefined;
        stateMutability?: undefined;
        type: string;
    })[]
ABI_LIT: {
    abi: ({
        anonymous?: undefined;
        constant?: undefined;
        inputs: any[];
        name?: undefined;
        outputs?: undefined;
        payable?: undefined;
        stateMutability: string;
        type: string;
    } | {
        anonymous: boolean;
        constant?: undefined;
        inputs: {
            indexed: boolean;
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs?: undefined;
        payable?: undefined;
        stateMutability?: undefined;
        type: string;
    } | {
        anonymous?: undefined;
        constant: boolean;
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        payable?: undefined;
        stateMutability: string;
        type: string;
    } | {
        anonymous?: undefined;
        constant?: undefined;
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        payable: boolean;
        stateMutability: string;
        type: string;
    } | {
        anonymous?: undefined;
        constant?: undefined;
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        payable?: undefined;
        stateMutability: string;
        type: string;
    })[];
    contractName: string;
}

Type declaration

  • abi: ({
        anonymous?: undefined;
        constant?: undefined;
        inputs: any[];
        name?: undefined;
        outputs?: undefined;
        payable?: undefined;
        stateMutability: string;
        type: string;
    } | {
        anonymous: boolean;
        constant?: undefined;
        inputs: {
            indexed: boolean;
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs?: undefined;
        payable?: undefined;
        stateMutability?: undefined;
        type: string;
    } | {
        anonymous?: undefined;
        constant: boolean;
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        payable?: undefined;
        stateMutability: string;
        type: string;
    } | {
        anonymous?: undefined;
        constant?: undefined;
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        payable: boolean;
        stateMutability: string;
        type: string;
    } | {
        anonymous?: undefined;
        constant?: undefined;
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        payable?: undefined;
        stateMutability: string;
        type: string;
    })[]
  • contractName: string

Generated using TypeDoc