Type Alias: BoopLog
type BoopLog = {
address: Address;
data: Hex;
topics: Hex[];
};Defined in: apps/submitter/lib/types/BoopReceipt.ts:59
Log (event) that was emitted during the call made by a boop.
Properties
address
address: Address;Defined in: apps/submitter/lib/types/BoopReceipt.ts:65
The address from which this log originated
data
data: Hex;Defined in: apps/submitter/lib/types/BoopReceipt.ts:71
Contains the non-indexed arguments of the log
topics
topics: Hex[];Defined in: apps/submitter/lib/types/BoopReceipt.ts:68
Ordered list of topics.
