Agents-aea fetch_block

name: fetch_block

install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest: packages/fetchai/skills/fetch_block/skill.yaml
source content

name: fetch_block author: fetchai version: 0.12.6 type: skill description: Retrieve the latest block from the Fetch ledger license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmNi2rZ6b8pgx5Uop4FMvNagGLbzHEJUruwFzbqHMHpYtd init.py: QmbjWVWAaMcaAiv9ynLGttHRbC5t3RGVEMUkctR2XXTkqS behaviours.py: Qmdg334UUoAyvcuqv2eVKAG42fMYzB4kqTjDcyBZsWtoYJ dialogues.py: Qma1KWoLRxPJMaxacGLbVEdkuvERG7UbmA4hT385KYww3A handlers.py: QmYhe8XfYmbrWxqZqFiCuiSnSFpiBkKRQKo62brchcAG1s fingerprint_ignore_patterns: [] connections:

  • fetchai/ledger:0.21.5 contracts: [] protocols:
  • fetchai/ledger_api:1.1.7 skills: [] behaviours: fetch_block_behaviour: args: tick_interval: 5 class_name: FetchBlockBehaviour handlers: ledger_api: args: {} class_name: LedgerApiHandler models: ledger_api_dialogues: args: {} class_name: LedgerApiDialogues dependencies: aea-ledger-ethereum: version: <2.0.0,>=1.0.0 is_abstract: false