export type GetNftsOptions = {
    fioAddress?: string | null
    chainCode?: string | null
    contractAddress?: string | null
    tokenId?: string | null
    hash?: string | null
    limit?: number | null
    offset?: number | null,
}
