export interface CustomPredefinedFee { amount?: number; encodedKey?: string; percentage?: number; predefinedFeeEncodedKey?: string; }