Interface SubscriberRecord

Interface for the subscriber record.

interface SubscriberRecord {
    address: string;
    subscription: SubscriptionRecord;
}

Properties

address: string
subscription: SubscriptionRecord

Generated using TypeDoc