core / ContractFactory

ContractFactory

interface ContractFactory

A contract factory knows how to lazily load and instantiate contract objects.



Functions

get abstract operator fun <T : Contract> get(hash: SecureHash): T

Loads, instantiates and returns a contract object from its class bytecodes, given the hash of that bytecode.