export type RegisterFioDomainAddressOptions = {
    fioAddress: string
    maxFee: number
    isPublic?: boolean | null
    ownerPublicKey?: string | null
    expirationOffset?: number | null
    technologyProviderId?: string | null,
}
