IMockBiomapperControl

Git Source

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

NameTypeDescription
accountaddressThe address of the account to biomap.
biotokenbytes32The biotoken to map to the account.