OFTFeeDetail
Struct representing OFT fee details.
Future proof mechanism to provide a standardized way to communicate fees to things like a UI.
struct OFTFeeDetail {
int256 feeAmountLD; // Amount of the fee in local decimals.
string description; // Description of the fee.
}