interface EVMEventConfirmed {
    chain: string;
    eventId: string;
    type: string;
}

Properties

Properties

chain: string
eventId: string
type: string

Generated using TypeDoc