import {EndPoint} from '../EndPoint'

export type GetFeeOptions = {
    endPoint: EndPoint
    fioAddress?: string | null,
}
