Returns a list of contracts created by (or related to) the specified account from tzKT.
Returns a list of contracts related to the specified account.
Fetches code for the specified contract from tzKT.
Returns a code of the specified contract.
Fetches a number of contract accounts from tzKT.
Returns a number of contract accounts.
Fetches contracts from tzKT.
Returns a list of contracts.
Fetches contracts which have the same interface (parameter and storage types) as the specified one from tzKT.
Returns a list of contracts.
Generated using TypeDoc
Contracts are accounts associated with Michelson scripts on the Tezos blockchain. They are created with an explicit origination operation and are therefore sometimes called originated accounts. For more information see the Contracts API documentation on tzKT.
The address of a smart contract always starts with the letters "KT1".