getBlocksByHeight constant

AptosApiMethod const getBlocksByHeight

Implementation

static const AptosApiMethod getBlocksByHeight = AptosApiMethod._(
  url: '/blocks/by_height/{block_height}',
  name: 'Get blocks by height',
  requestType: RequestServiceType.get,
);