Interface EventAddress

An object that contains the address of an event.

interface EventAddress {
    address: string;
}

Properties

Properties

address: string