Constructor
new AbstractDeverySmartContract(options)
You should not call this class constructor directly if you do so you will get a TypeError as we are explicitly checking against this.
// excerpt from the constructor
if (this.constructor === AbstractDeverySmartContract) {
throw new TypeError("Cannot construct AbstractDeverySmartContract instances directly");
}
Parameters:
Name | Type | Description |
---|---|---|
options |
ClientOptions |
- Version:
-
- 3
- Source:
Extends
Methods
getSignerAddress() → {*}
You can use this method to check the current signer wallet address.
- Overrides:
- Source:
getProvider() → {*}
Returns the internal signer or provider, this method needs to be used with caution as it exposes internals. So unless you know what you are doing it's better to avoid using it.
- Overrides:
- Source: