interface Event {
    address: string;
    data: string;
    topics: string[];
}

Hierarchy (view full)

Properties

Properties

address: string

Base58Check encoded tagged pubkey

data: string

Base64Check encoded tagged byte array

topics: string[]

Event topics

Generated using TypeDoc