ContractOwner
Encodes and decodes Contract functions
class ContractOwner implements DetectableFeature {}
function constructor( contractWrapper: ContractWrapper<Ownable>,
function set(address: string): Promise<TResult>;
Preparable
You can also prepare the transaction without executing it by calling set.prepare()
with same arguments. Learn more