export interface BurnFioAddressResponse {
    status: string,
    fee_collected: number
}