LogEvent
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.19.0
@midnight-ntwrk/compact-runtime / LogEvent
Type Alias: LogEvent
type LogEvent = Extract<GatherResult, {
tag: "log";
}>["content"] & {
address: ContractAddress;
};
A GatherResult narrowed to log emissions, tagged with the address of the contract
that emitted it; content is the encoded VersionedLogItem array.
Type Declaration
address
address: ContractAddress;