Type Alias: LogTopicType<primitiveType, topic>
type LogTopicType<primitiveType, topic>: topic extends Hex ? primitiveType : topic extends Hex[] ? primitiveType[] : topic extends null ? null : never;
Internal
Type Parameters
Type Parameter | Default type |
---|---|
| |
|
Defined
@nilfoundation/niljs/src/contract-factory/ContractFactory.ts:446