contracts
📄️ Link address and contract
Links an address to a contract.
📄️ Unlink address and contract
Unlinks an address from a contract.
📄️ Get event indexing status
Returns the event indexing status for a given address and contract.
📄️ Call a contract function
Builds a transaction to call the given contract function. Returns a transaction to be signed and signs and submits to the blockchain it if the `signAndSubmit` flag is enabled.
📄️ List contracts
Returns a list of contracts.
📄️ Create multiple contracts
Adds multiple contracts.
📄️ Get a contract
Returns the given contract.
📄️ Create a contract
Adds a contract.
📄️ Delete a contract
Deletes a contract and all its versions.
📄️ Deploy a contract
Returns a transaction to deploy the given contract to the blockchain.
📄️ List all contract versions
Returns a list of the versions of a contract.
📄️ Get all contract versions
Returns all the versions of a contract.
📄️ Get a contract version
Returns a specific contract version.
📄️ Delete a contract version
Deletes a specific contract version.
📄️ Deploy a contract version
Returns a transaction to deploy the given contract version to the blockchain.
📄️ Get function type conversions
Returns the type conversion options for a given contract and function signature.
📄️ Set function type conversions
Sets the type conversion options for a given contract and function signature.
📄️ Get event type conversions
Returns the type conversion options for a given contract and event signature.
📄️ Set event type conversions
Sets the type conversion options for a given contract and event signature.