Constructs a new Contract
instance.
The unique hash for the contract package.
The unique hash for the Wasm code of the contract.
An array of entry points defining functions available in the contract.
Named keys providing access to specific stored data within the contract.
The protocol version for this contract.
The unique hash representing the contract package.
The unique hash representing the WebAssembly (Wasm) code of the contract.
The list of entry points (functions) that can be called on this contract.
The named keys associated with the contract, providing access to specific values or data stored by the contract.
The protocol version of the contract, indicating compatibility with specific blockchain protocol versions.
Generated using TypeDoc
Represents a smart contract on the blockchain, including its unique identifiers, entry points, named keys, and protocol version.