An event emitted from a contract, wrapped to include additional metadata.

interface ContractsContractEvent {
    data?: Uint8Array;
    id: longnum;
}

Properties

Properties

data?: Uint8Array

Raw event data emitted by the instance.

id: longnum

Identifier of the instance that emitted the event.