getEventsByCreationNumber constant

AptosApiMethod const getEventsByCreationNumber

Implementation

static const AptosApiMethod getEventsByCreationNumber = AptosApiMethod._(
  url: '/accounts/{address}/events/{creation_number}',
  name: 'Get events by creation number',
  requestType: RequestServiceType.get,
);