Interface GetContractEventsResponse

interface GetContractEventsResponse {
    eventByContractId: EventByContractID;
}

Properties

eventByContractId: EventByContractID