export interface AssetDetailModel {
    allowanceFee: bigint;
    withdrawalFee: bigint;
    depositFee: bigint;
}
