export type GetPublicAddressOptions = {
    fioAddress: string
    chainCode: string
    tokenCode: string,
}
