Pointer to the Web3Connection assigned to this contract class
Returns the Web3Contract class representing this contract
Returns the Web3 class assigned to this connection
Return a property value from the contract
Alias for Web3Connection.connect(); Will load contract if success
Deploy the loaded abi contract
The marketplace can be deployed on a native-transactions mode; simply assign tokenAddress to the null wallet '0x0000000000000000000000000000000000000000', and all transactions will be resolved via the chain's native token.
Permissive way of initializing the contract, used primarily for deploys. Prefer to use loadContract
Preferred way of initializing and loading a contract
Interact with, or change a value of, a property on the contract
Send unsigned transaction
Alias for Web3Connection.start(); Will load contract if success
Generated using TypeDoc
Returns the Account associated with this connection