increasePosition()

increasePosition() is a function to create new leverage position for specific pair.

By calling increasePosition function, we open leverage position.

Here is a description of the arguments:

function increasePosition(
    address _account,
    bytes32 _tradePairId,
    uint256 _sizeDelta,
    bool _isLong)

Last updated