ContractOwner class
Encodes and decodes Contract functions
Signature:
export declare class ContractOwner<TContract extends Ownable> implements DetectableFeature
Implements: DetectableFeature
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(contractWrapper) | Constructs a new instance of the ContractOwner class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| featureName | "Ownable" |
Methods
| Method | Modifiers | Description |
|---|---|---|
| get() | Return the current owner of the contract | |
| set(address) | Set the new owner of the contract |