Interface BaseContractInterface<TFunctions>

Type Parameters

  • TFunctions extends {
        [name: string]: any;
    } = {
        [name: string]: any;
    }

Hierarchy

  • BaseContract
    • BaseContractInterface

Properties

Properties

functions: TFunctions

Generated using TypeDoc