Software are node software versions for the Tezos blockchain. For more information see the Software API documentation on tzKT.
Fetches a number of software from tzKT.
get software count.
Usage
let softwareCount: number = await Software.count();
Returns a number of software.
Fetches a list of baker software aligned with blocks from tzKT.
get baker software.
let software: Software[] = await Software.get();
Returns a list of baker software.
Generated using TypeDoc
Software are node software versions for the Tezos blockchain. For more information see the Software API documentation on tzKT.