Skip to main content

Vote.(constructor)

Constructs a new instance of the Vote class

Signature:

constructor(network: NetworkOrSignerOrProvider, address: string, storage: IStorage, options?: SDKOptions, contractWrapper?: ContractWrapper<VoteERC20>);

Parameters

ParameterTypeDescription
networkNetworkOrSignerOrProvider
addressstring
storageIStorage
optionsSDKOptions(Optional)
contractWrapperContractWrapper<VoteERC20>(Optional)