OFTLimit

Git Source

Struct representing OFT limit information.

These amounts can change dynamically and are up the the specific oft implementation.

struct OFTLimit {
    uint256 minAmountLD;
    uint256 maxAmountLD;
}