getBlocksByVersion constant

AptosApiMethod const getBlocksByVersion

Implementation

static const AptosApiMethod getBlocksByVersion = AptosApiMethod._(
    url: '/blocks/by_version/{version}',
    name: 'Get blocks by version',
    requestType: RequestServiceType.get);