interchain-token-service

Solidity API

TestFlowLimitLiveNetwork

TOKEN_ID

bytes32 TOKEN_ID

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