Interface ContractMethodsBase

interface ContractMethodsBase {
    [key: string]: ((...args) => any);
}

Indexable

[key: string]: ((...args) => any)
    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc