Technical description of the platform
REST API methods available for smart contracts¶
Note
As of version 1.12, support for REST-based smart contracts is discontinued after the 1120 feature activation.
General instructions on development of smart contracts with the use of REST API are provided in the article Example of a smart contract with the use of REST API.
Smart contracts that use the REST API interface for data exchange can use following methods:
``Addresses`` method set:
``Crypto`` method set:
``Privacy`` method set:
``Transactions`` method set:
``Contracts`` method set:
To ensure a better performance, smart contracts can use the Contracts
methods with a dedicated route /internal/contracts/
. Endpoints of this route are identical to the conventional methods of the Contracts
group.
``PKI`` method group: