Provides a set of methods to create contract references for already existing contracts
Loads a contract instance for a contract which is already deployed to the blockchain.
ContractLoader.at<MyContractTypeDef>(myContractAccount); // or ContractLoader.at<MyContractTypeDef>('my.contract');
Kevin Brown <github.com/thekevinbrown>
The account or account name where the contract is already deployed.
Contract instance
Generated using TypeDoc
Provides a set of methods to create contract references for already existing contracts