export type AddPublicAddressOptions = {
    fioAddress: string
    chainCode: string
    tokenCode: string
    publicAddress: string
    maxFee: number
    technologyProviderId?: string | null,
}
