interchain-token-service

Solidity API

TestFlowLimit

Invalid

error Invalid()

TOKEN_ID

bytes32 TOKEN_ID

placeholder

string placeholder

constructor

constructor() public

epochTime

function epochTime() internal pure returns (uint256)

Override of the epochTime function for testing

Return Values

Name Type Description
[0] uint256 The epoch time in seconds for testing (60 seconds)

setFlowLimit

function setFlowLimit(uint256 flowLimit) external

addFlowIn

function addFlowIn(uint256 flowInAmount) external

addFlowOut

function addFlowOut(uint256 flowOutAmount) external