Contract entry point
Last updated
Last updated
The ContractEntryPoint
entity offers a normalized representation of the Casper Network EntryPoint. Entry points are associated with the Contract entity and describe how to interact with it. In CSPR.Cloud, only the name of the entry point and its relations to the Contract and ContractPackage are stored.
The ContractEntryPoint
entity has the following properties:
Property | Type | Description |
---|---|---|
Example
None
The ContractEntryPoint
entity has the following relations with other entities:
The ContractEntryPoint
entity has the following endpoints:
Entity | Mapping property | Description |
---|---|---|
contract_hash
string(64)
Contract hash represented as a hexadecimal string. Unique contract identifier
contract_package_hash
string(64)
Hash of the contract package, this contract version is a part of, represented as a hexadecimal string
name
string
Name of the entry point
contract_hash
Entry point is associated with a contract
contract_package_hash
Entry point is associated with a contract, that is a version of the contract package.