ISteerToken.sol
Methods
createSnapshot()
Solidity
function createSnapshot() external nonpayable returns (uint256)
Returns
| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |
verifyVote(string,string,bytes)
Solidity
function verifyVote(string mailTo, string mailContents, bytes signature) external nonpayable returns (address)
Parameters
| Name | Type | Description |
|---|---|---|
| mailTo | string | undefined |
| mailContents | string | undefined |
| signature | bytes | undefined |
Returns
| Name | Type | Description |
|---|---|---|
| _0 | address | undefined |