getEventsByEventHandle constant

AptosApiMethod const getEventsByEventHandle

Implementation

static const AptosApiMethod getEventsByEventHandle = AptosApiMethod._(
    url: '/accounts/{address}/events/{event_handle}/{field_name}',
    name: 'Get events by event handle',
    requestType: RequestServiceType.get);