Contract: interface to the API of a particular contract instance. Has an address on a specific chain, usually also an agent. Subclass this to add the contract's methods.
address
chain
agent
Optional
Execute a transaction on the specified instance as the specified Connection.
Execute a query on the specified instance as the specified Connection.
Generated using TypeDoc
Contract: interface to the API of a particular contract instance. Has an
address
on a specificchain
, usually also anagent
. Subclass this to add the contract's methods.