Interface GetAllContractEventSubscriptionsResponse

interface GetAllContractEventSubscriptionsResponse {
    allContractEventSubscriptions: AllContractEventSubscriptions;
}

Properties

allContractEventSubscriptions: AllContractEventSubscriptions