DomainDefinitionInput
Defined in: packages/hoppity/src/contracts/types.ts:190
The input shape passed to defineDomain.
Type Parameters
Section titled “Type Parameters”TEvents
Section titled “TEvents”TEvents extends EventsDefinition = EventsDefinition
TCommands
Section titled “TCommands”TCommands extends CommandsDefinition = CommandsDefinition
TRpc extends RpcDefinition = RpcDefinition
Properties
Section titled “Properties”commands?
Section titled “commands?”
optionalcommands:TCommands
Defined in: packages/hoppity/src/contracts/types.ts:196
events?
Section titled “events?”
optionalevents:TEvents
Defined in: packages/hoppity/src/contracts/types.ts:195
optionalrpc:TRpc
Defined in: packages/hoppity/src/contracts/types.ts:197