Vote.(constructor)
Constructs a new instance of the Vote
class
Signature:
constructor(network: NetworkOrSignerOrProvider, address: string, storage: IStorage, options?: SDKOptions, contractWrapper?: ContractWrapper<VoteERC20>);
Parameters
Parameter | Type | Description |
---|---|---|
network | NetworkOrSignerOrProvider | |
address | string | |
storage | IStorage | |
options | SDKOptions | (Optional) |
contractWrapper | ContractWrapper<VoteERC20> | (Optional) |