OFTLimit
Struct representing OFT limit information.
These amounts can change dynamically and are up the the specific oft implementation.
struct OFTLimit {
uint256 minAmountLD; // Minimum amount in local decimals that can be sent to the recipient.
uint256 maxAmountLD; // Maximum amount in local decimals that can be sent to the recipient.
}