Deployed
Copyclass Deployed
class Deployed
Helper class that provides a standard way to create an ABC using inheritance.
Descendants
swivel.abstracts.market_place.MarketPlace
swivel.abstracts.swivel.Swivel
swivel.abstracts.vault_tracker.VaultTracker
Methods
Method at
at
Copydef at( self, a, opts=None )
def at( self, a, opts=None )
Get a reference to the vendor specific contract instance deployed at a given address
a (string) the address of the deployed smart contract
opts (dict) optional tx options
Method tx_opts
tx_opts
Sets default transaction options
def tx_opts( self, o )