Interface: ContractHandlers
Represents a contract module, which contains handlers for different methods.
Properties
handlers
handlers: object;
Index signature
[key
: string
]: MethodCallback
Represents a contract module, which contains handlers for different methods.
handlers: object;
[key
: string
]: MethodCallback