Type Alias GetNftsOptions

GetNftsOptions: {
    chainCode?: string | null;
    contractAddress?: string | null;
    fioAddress?: string | null;
    hash?: string | null;
    limit?: number | null;
    offset?: number | null;
    tokenId?: string | null;
}