MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Api-blockchain-core.readthedocs.io most likely does not offer any malicious content.
Secure connection support
HTTPS
Api-blockchain-core.readthedocs.io provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Api-blockchain-core.readthedocs.io most likely does not offer any adult content.
Popular pages
-
Welcome to blockchain-core’s documentation! — blockchain-core documentation
Contents
-
Key Exchange — blockchain-core documentation
The KeyExchange module is used to exchange communication keys between two parties, assuming that both have created a profile and have a public facing partial Diffie Hellman key part (the combination ...
-
Data Contract — blockchain-core documentation
Let’s say, we want to create a DataContract for a business center at the domain “samplebc.evan” and this business center has a DataContractFactory named “testdatacontract”. We want to have two users w...
-
Base Contract — blockchain-core documentation
Create new contract but do not initialize it yet. The API supports creating contracts, that inhert from BaseContract. This is done by calling the respective factory. The factory calls are done via a ...
-
Executor — blockchain-core documentation
the event (if event but no getEventResult was given), the value returned by getEventResult(eventObject, arguments). Because an estimation is performed, even if a fixed gas cost has been set, failing ...
-
Digital Twin — blockchain-core documentation
const { valid } = await DigitalTwin.getValidity(runtime, address); if (!valid) { throw new Error(`no valid digital twin found at "${address}"`); } digitalTwin.ensureContract(); Check if digital tw...