IMockBiomapperControl
Mock controls for the MockBiomapper
.
Interface for the MockBiomapper
contract.
Functions
initGeneration
Initializes a new generation.
function initGeneration() external;
biomap
Creates a new biomapping for the specified account.
function biomap(address account, bytes32 biotoken) external;
Parameters
Name | Type | Description |
---|---|---|
account | address | The address of the account to biomap. |
biotoken | bytes32 | The biotoken to map to the account. |