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;
string description;
}
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;
string description;
}