IMockBiomapperLogWrite
Mock access for writing biomapper log.
Interface for the MockBiomapperLock contract.
Functions
initGeneration
Initializes a new generation.
function initGeneration(bytes32 generation) external;
Parameters
| Name | Type | Description |
|---|---|---|
generation | bytes32 | Arbitrarty bytes to represent the generation. |
biomap
Creates a new biomapping for the specified account.
function biomap(address account) external;
Parameters
| Name | Type | Description |
|---|---|---|
account | address | The address of the account to biomap. |