Private
contractSet the new owner of the contract
Rest
...args: [address: string]Can only be called by the current owner.
const newOwnerAddress = "{{wallet_address}}";
await contract.owner.set(newOwnerAddress);
Ownable
Rest
...args: [address: string]Generated using TypeDoc
Encodes and decodes Contract functions