interface SubscriptionRevokedEvent {
    blockNumber: number;
    gasPrice: string;
    id: string;
    indexId: string;
    logIndex: number;
    name: "SubscriptionRevoked";
    order: number;
    publisher: string;
    subscriber: string;
    subscription: string;
    timestamp: number;
    token: string;
    transactionHash: string;
    userData: string;
}

Hierarchy (view full)

Properties

blockNumber: number
gasPrice: string
id: string
indexId: string
logIndex: number
name: "SubscriptionRevoked"
order: number
publisher: string
subscriber: string
subscription: string
timestamp: number
token: string
transactionHash: string
userData: string

Generated using TypeDoc