IMockBiomapperLogWrite

Git Source

Mock access for writing biomapper log.

Interface for the MockBiomapperLock contract.

Functions

initGeneration

Initializes a new generation.

function initGeneration(bytes32 generation) external;

Parameters

NameTypeDescription
generationbytes32Arbitrarty bytes to represent the generation.

biomap

Creates a new biomapping for the specified account.

function biomap(address account) external;

Parameters

NameTypeDescription
accountaddressThe address of the account to biomap.