@rabby-wallet/rabby-api 0.9.48-0 → 0.9.48-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { AxiosAdapter, AxiosRequestConfig } from 'axios';
2
2
  import { RateLimitedAxiosInstance } from 'axios-rate-limit';
3
3
  import { InitOptions, RabbyApiPlugin } from './plugins/intf';
4
- import { AddrDescResponse, BridgeAggregator, ApprovalStatus, AssetItem, BasicDappInfo, CEXQuote, Cex, ChainListItem, ChainWithPendingCount, Collection, CollectionList, CollectionWithFloorPrice, ComplexProtocol, ContractCredit, DbkBridgeHistoryItem, ExplainTxResponse, ExplainTypedDataResponse, GasLevel, GetTxResponse, HistoryCurve, LatestExplainTxResponse, MempoolCheckDetail, NFTApprovalResponse, NFTItem, NodeStatus, NodeStatusDetail, ParseTextResponse, ParseTxResponse, ParseTypedDataResponse, PendingTxItem, Protocol, SecurityCheckResponse, ServerChain, SlippageStatus, Summary, SupportedChain, SwapTradeList, TokenApproval, TokenItem, TotalBalanceResponse, Tx, TxAllHistoryResult, TxHistoryResult, TxPushType, TxRequest, UsedChain, BridgeTokenPair, BridgeQuote, BridgeHistory, ContractInfo, GasAccountCheckResult, ParseCommonResponse, WithdrawListAddressItem, BuyCountryItem, BuyQuoteItem, BuyHistoryList, BuyPaymentMethod, GasAccountInfo, TokenEntityDetail, TokenItemWithEntity, ProjectItem, CopyTradeTokenListResponse, CopyTradeRecentBuyListResponse, CopyTradePnlListResponse, AppChainListResponse, CopyTradeTokenListV2Response, CopyTradeRecentBuyListV2Response, CopyTradeTokenItemV2, CopyTradeSameToken, DefaultRPCRes, TokenDetailWithPriceCurve, GiftEligibilityItem, UserFeedbackItem, PerpTopToken, KlineDataItem, TokenMarketInfo, TokenHolderInfo, TokenSupplyInfo, MarketSummary, MarketTradingHistoryItem, TokenHolderSummary, TokenHolderItem, CurrencyItem, PerpBridgeQuote, LiquidityPoolItem, LiquidityPoolHistoryItem, NFTDetail, NFTTradingConfig, PrepareAcceptNFTOfferResponse, PrepareListingNFTResponse } from './types';
4
+ import { AddrDescResponse, BridgeAggregator, ApprovalStatus, AssetItem, BasicDappInfo, CEXQuote, Cex, ChainListItem, ChainWithPendingCount, Collection, CollectionList, CollectionWithFloorPrice, ComplexProtocol, ContractCredit, DbkBridgeHistoryItem, ExplainTxResponse, ExplainTypedDataResponse, GasLevel, GetTxResponse, HistoryCurve, LatestExplainTxResponse, MempoolCheckDetail, NFTApprovalResponse, NFTItem, NodeStatus, NodeStatusDetail, ParseTextResponse, ParseTxResponse, ParseTypedDataResponse, PendingTxItem, Protocol, SecurityCheckResponse, ServerChain, SlippageStatus, Summary, SupportedChain, SwapTradeList, TokenApproval, TokenItem, TotalBalanceResponse, Tx, TxAllHistoryResult, TxHistoryResult, TxPushType, TxRequest, UsedChain, BridgeTokenPair, BridgeQuote, BridgeHistory, ContractInfo, GasAccountCheckResult, ParseCommonResponse, WithdrawListAddressItem, BuyCountryItem, BuyQuoteItem, BuyHistoryList, BuyPaymentMethod, GasAccountInfo, TokenEntityDetail, TokenItemWithEntity, ProjectItem, CopyTradeTokenListResponse, CopyTradeRecentBuyListResponse, CopyTradePnlListResponse, AppChainListResponse, CopyTradeTokenListV2Response, CopyTradeRecentBuyListV2Response, CopyTradeTokenItemV2, CopyTradeSameToken, DefaultRPCRes, TokenDetailWithPriceCurve, GiftEligibilityItem, UserFeedbackItem, PerpTopToken, KlineDataItem, TokenMarketInfo, TokenHolderInfo, TokenSupplyInfo, MarketSummary, MarketTradingHistoryItem, TokenHolderSummary, TokenHolderItem, CurrencyItem, PerpBridgeQuote, LiquidityPoolItem, LiquidityPoolHistoryItem, NFTDetail, NFTTradingConfig, PrepareAcceptNFTOfferResponse, PrepareListingNFTResponse, CreateListingNFTOfferResponse } from './types';
5
5
  interface OpenApiStore {
6
6
  host: string;
7
7
  testnetHost?: string;
@@ -1393,6 +1393,7 @@ export declare class OpenApiService {
1393
1393
  getNFTCollectionFees: (params: {
1394
1394
  chain_id: string;
1395
1395
  collection_id: string;
1396
+ inner_id: string;
1396
1397
  }) => Promise<{
1397
1398
  marketplace_fees: {
1398
1399
  recipient: string;
@@ -1427,9 +1428,10 @@ export declare class OpenApiService {
1427
1428
  }) => Promise<PrepareListingNFTResponse>;
1428
1429
  createListingNFT: (postData: {
1429
1430
  chain_id: string;
1430
- order: any;
1431
+ order: PrepareListingNFTResponse['data']['post']['body']['order'];
1431
1432
  signature: string;
1432
- }) => Promise<any>;
1433
+ protocol_address?: string;
1434
+ }) => Promise<CreateListingNFTOfferResponse>;
1433
1435
  prepareAcceptNFTOffer: (postData: {
1434
1436
  chain_id: string;
1435
1437
  order_hash: string;
package/dist/index.js CHANGED
@@ -1797,7 +1797,6 @@ export class OpenApiService {
1797
1797
  const { data } = yield this.request.post('/v1/nft/order/listing/prepare', postData);
1798
1798
  return data;
1799
1799
  });
1800
- // todo ts type
1801
1800
  this.createListingNFT = (postData) => __awaiter(this, void 0, void 0, function* () {
1802
1801
  const { data } = yield this.request.post('/v1/nft/order/listing/post', postData);
1803
1802
  return data;
package/dist/types.d.ts CHANGED
@@ -1840,178 +1840,263 @@ export declare type NFTTradingConfig = Record<string, {
1840
1840
  token_id: string;
1841
1841
  };
1842
1842
  }>;
1843
- interface LastSale {
1844
- event_type: 'sale' | string;
1845
- event_timestamp: number;
1846
- transaction: string;
1847
- payment: Payment;
1848
- seller: string;
1849
- buyer: string;
1850
- quantity: number;
1851
- }
1852
- interface Payment {
1853
- quantity: string;
1854
- decimals: number;
1855
- symbol: string;
1856
- token_id: string;
1857
- price: number;
1858
- }
1859
- interface Rarity {
1860
- strategy_id: 'openrarity' | string;
1861
- strategy_version: string;
1862
- rank: number;
1863
- }
1864
- interface ListingOrder {
1865
- created_date: string;
1866
- closing_date: string;
1867
- listing_time: number;
1868
- expiration_time: number;
1869
- order_hash: string;
1870
- protocol_data: SeaportProtocolData;
1871
- protocol_address: string;
1872
- current_price: string;
1873
- maker: User;
1874
- taker: null;
1875
- maker_fees: any[];
1876
- taker_fees: any[];
1877
- side: 'ask' | 'bid';
1878
- order_type: 'basic' | string;
1879
- cancelled: boolean;
1880
- finalized: boolean;
1881
- marked_invalid: boolean;
1882
- remaining_quantity: number;
1883
- maker_asset_bundle: AssetBundle;
1884
- taker_asset_bundle: AssetBundle;
1885
- }
1886
- interface BestOfferOrder {
1887
- order_hash: string;
1888
- chain: string;
1889
- protocol_data: SeaportProtocolData;
1890
- protocol_address: string;
1891
- remaining_quantity: number;
1892
- criteria: OfferCriteria;
1893
- price: Price;
1894
- status: 'ACTIVE' | string;
1895
- }
1896
- interface SeaportProtocolData {
1897
- parameters: SeaportParameters;
1898
- signature: null;
1899
- }
1900
- interface SeaportParameters {
1901
- offerer: string;
1902
- offer: SeaportItem[];
1903
- consideration: SeaportConsiderationItem[];
1904
- startTime: string;
1905
- endTime: string;
1906
- orderType: number;
1907
- zone: string;
1908
- zoneHash: string;
1909
- salt: string;
1910
- conduitKey: string;
1911
- totalOriginalConsiderationItems: number;
1912
- counter: number;
1913
- }
1914
- interface SeaportItem {
1915
- itemType: number;
1916
- token: string;
1917
- identifierOrCriteria: string;
1918
- startAmount: string;
1919
- endAmount: string;
1920
- }
1921
- interface SeaportConsiderationItem extends SeaportItem {
1922
- recipient: string;
1923
- }
1924
- interface AssetBundle {
1925
- assets: Asset[];
1926
- maker: null;
1927
- asset_contract: null;
1928
- slug: null;
1929
- name: null;
1930
- description: null;
1931
- external_link: null;
1932
- permalink: null;
1933
- seaport_sell_orders: null;
1934
- }
1935
- interface Asset {
1936
- id: null;
1937
- token_id: string;
1938
- num_sales: null;
1939
- background_color: null;
1940
- image_url: string | null;
1941
- image_preview_url: null;
1942
- image_thumbnail_url: null;
1943
- image_original_url: null;
1944
- animation_url: null;
1945
- animation_original_url: null;
1946
- name: string;
1947
- description: string | null;
1948
- external_link: null;
1949
- asset_contract: AssetContract;
1950
- permalink: string | null;
1951
- collection: CollectionDetail | null;
1952
- decimals: number | null;
1953
- token_metadata: null;
1954
- is_nsfw: boolean | null;
1955
- owner: User | null;
1956
- }
1957
- interface AssetContract {
1958
- address: string;
1959
- chain_identifier: string;
1960
- schema_name: 'ERC721' | 'ERC1155' | 'NATIVE' | string;
1961
- asset_contract_type: 'non-fungible' | 'semi-fungible' | 'unknown';
1962
- }
1963
- interface CollectionDetail {
1964
- collection: string;
1965
- name: string;
1966
- description: string;
1967
- image_url: string;
1968
- banner_image_url: string;
1969
- owner: string;
1970
- safelist_status: 'not_requested' | 'verified' | string;
1971
- category: string;
1972
- is_disabled: boolean;
1973
- is_nsfw: boolean;
1974
- trait_offers_enabled: boolean;
1975
- collection_offers_enabled: boolean;
1976
- opensea_url: string;
1977
- project_url: string;
1978
- wiki_url: string;
1979
- discord_url: string;
1980
- telegram_url: string;
1981
- twitter_username: string;
1982
- instagram_username: string;
1983
- contracts: Contract[];
1984
- }
1985
- interface Contract {
1986
- address: string;
1987
- chain: string;
1988
- }
1989
- interface User {
1990
- address: string;
1991
- profile_img_url: null;
1992
- config: null;
1993
- }
1994
- interface OfferCriteria {
1995
- collection: {
1996
- slug: string;
1997
- };
1998
- contract: {
1999
- address: string;
2000
- };
2001
- trait: null;
2002
- traits: null;
2003
- encoded_token_ids: string;
2004
- }
2005
- interface Price {
2006
- currency: string;
2007
- decimals: number;
2008
- value: string;
2009
- }
2010
1843
  export interface NFTDetail extends NFTItem {
2011
- listing_order: ListingOrder | null;
2012
- best_offer_order: BestOfferOrder | null;
2013
- rarity: Rarity | null;
2014
- last_sale?: LastSale | null;
1844
+ listing_order: {
1845
+ created_date: string;
1846
+ closing_date: string;
1847
+ listing_time: number;
1848
+ expiration_time: number;
1849
+ order_hash: string;
1850
+ protocol_data: {
1851
+ parameters: {
1852
+ offerer: string;
1853
+ offer: Array<{
1854
+ itemType: number;
1855
+ token: string;
1856
+ identifierOrCriteria: string;
1857
+ startAmount: string;
1858
+ endAmount: string;
1859
+ }>;
1860
+ consideration: Array<{
1861
+ itemType: number;
1862
+ token: string;
1863
+ identifierOrCriteria: string;
1864
+ startAmount: string;
1865
+ endAmount: string;
1866
+ recipient: string;
1867
+ }>;
1868
+ startTime: string;
1869
+ endTime: string;
1870
+ orderType: number;
1871
+ zone: string;
1872
+ zoneHash: string;
1873
+ salt: string;
1874
+ conduitKey: string;
1875
+ totalOriginalConsiderationItems: number;
1876
+ counter: number;
1877
+ };
1878
+ signature: null;
1879
+ };
1880
+ protocol_address: string;
1881
+ current_price: string;
1882
+ maker: {
1883
+ address: string;
1884
+ profile_img_url: null;
1885
+ config: null;
1886
+ };
1887
+ taker: null;
1888
+ maker_fees: any[];
1889
+ taker_fees: any[];
1890
+ side: 'ask' | 'bid';
1891
+ order_type: 'basic' | string;
1892
+ cancelled: boolean;
1893
+ finalized: boolean;
1894
+ marked_invalid: boolean;
1895
+ remaining_quantity: number;
1896
+ maker_asset_bundle: {
1897
+ assets: Array<{
1898
+ id: null;
1899
+ token_id: string;
1900
+ num_sales: null;
1901
+ background_color: null;
1902
+ image_url: string | null;
1903
+ image_preview_url: null;
1904
+ image_thumbnail_url: null;
1905
+ image_original_url: null;
1906
+ animation_url: null;
1907
+ animation_original_url: null;
1908
+ name: string;
1909
+ description: string | null;
1910
+ external_link: null;
1911
+ asset_contract: {
1912
+ address: string;
1913
+ chain_identifier: string;
1914
+ schema_name: 'ERC721' | 'ERC1155' | 'NATIVE' | string;
1915
+ asset_contract_type: 'non-fungible' | 'semi-fungible' | 'unknown';
1916
+ };
1917
+ permalink: string | null;
1918
+ collection: {
1919
+ collection: string;
1920
+ name: string;
1921
+ description: string;
1922
+ image_url: string;
1923
+ banner_image_url: string;
1924
+ owner: string;
1925
+ safelist_status: 'not_requested' | 'verified' | string;
1926
+ category: string;
1927
+ is_disabled: boolean;
1928
+ is_nsfw: boolean;
1929
+ trait_offers_enabled: boolean;
1930
+ collection_offers_enabled: boolean;
1931
+ opensea_url: string;
1932
+ project_url: string;
1933
+ wiki_url: string;
1934
+ discord_url: string;
1935
+ telegram_url: string;
1936
+ twitter_username: string;
1937
+ instagram_username: string;
1938
+ contracts: Array<{
1939
+ address: string;
1940
+ chain: string;
1941
+ }>;
1942
+ } | null;
1943
+ decimals: number | null;
1944
+ token_metadata: null;
1945
+ is_nsfw: boolean | null;
1946
+ owner: {
1947
+ address: string;
1948
+ profile_img_url: null;
1949
+ config: null;
1950
+ } | null;
1951
+ }>;
1952
+ maker: null;
1953
+ asset_contract: null;
1954
+ slug: null;
1955
+ name: null;
1956
+ description: null;
1957
+ external_link: null;
1958
+ permalink: null;
1959
+ seaport_sell_orders: null;
1960
+ };
1961
+ taker_asset_bundle: {
1962
+ assets: Array<{
1963
+ id: null;
1964
+ token_id: string;
1965
+ num_sales: null;
1966
+ background_color: null;
1967
+ image_url: string | null;
1968
+ image_preview_url: null;
1969
+ image_thumbnail_url: null;
1970
+ image_original_url: null;
1971
+ animation_url: null;
1972
+ animation_original_url: null;
1973
+ name: string;
1974
+ description: string | null;
1975
+ external_link: null;
1976
+ asset_contract: {
1977
+ address: string;
1978
+ chain_identifier: string;
1979
+ schema_name: 'ERC721' | 'ERC1155' | 'NATIVE' | string;
1980
+ asset_contract_type: 'non-fungible' | 'semi-fungible' | 'unknown';
1981
+ };
1982
+ permalink: string | null;
1983
+ collection: {
1984
+ collection: string;
1985
+ name: string;
1986
+ description: string;
1987
+ image_url: string;
1988
+ banner_image_url: string;
1989
+ owner: string;
1990
+ safelist_status: 'not_requested' | 'verified' | string;
1991
+ category: string;
1992
+ is_disabled: boolean;
1993
+ is_nsfw: boolean;
1994
+ trait_offers_enabled: boolean;
1995
+ collection_offers_enabled: boolean;
1996
+ opensea_url: string;
1997
+ project_url: string;
1998
+ wiki_url: string;
1999
+ discord_url: string;
2000
+ telegram_url: string;
2001
+ twitter_username: string;
2002
+ instagram_username: string;
2003
+ contracts: Array<{
2004
+ address: string;
2005
+ chain: string;
2006
+ }>;
2007
+ } | null;
2008
+ decimals: number | null;
2009
+ token_metadata: null;
2010
+ is_nsfw: boolean | null;
2011
+ owner: {
2012
+ address: string;
2013
+ profile_img_url: null;
2014
+ config: null;
2015
+ } | null;
2016
+ }>;
2017
+ maker: null;
2018
+ asset_contract: null;
2019
+ slug: null;
2020
+ name: null;
2021
+ description: null;
2022
+ external_link: null;
2023
+ permalink: null;
2024
+ seaport_sell_orders: null;
2025
+ };
2026
+ } | null;
2027
+ best_offer_order: {
2028
+ order_hash: string;
2029
+ chain: string;
2030
+ protocol_data: {
2031
+ parameters: {
2032
+ offerer: string;
2033
+ offer: Array<{
2034
+ itemType: number;
2035
+ token: string;
2036
+ identifierOrCriteria: string;
2037
+ startAmount: string;
2038
+ endAmount: string;
2039
+ }>;
2040
+ consideration: Array<{
2041
+ itemType: number;
2042
+ token: string;
2043
+ identifierOrCriteria: string;
2044
+ startAmount: string;
2045
+ endAmount: string;
2046
+ recipient: string;
2047
+ }>;
2048
+ startTime: string;
2049
+ endTime: string;
2050
+ orderType: number;
2051
+ zone: string;
2052
+ zoneHash: string;
2053
+ salt: string;
2054
+ conduitKey: string;
2055
+ totalOriginalConsiderationItems: number;
2056
+ counter: number;
2057
+ };
2058
+ signature: null;
2059
+ };
2060
+ protocol_address: string;
2061
+ remaining_quantity: number;
2062
+ criteria: {
2063
+ collection: {
2064
+ slug: string;
2065
+ };
2066
+ contract: {
2067
+ address: string;
2068
+ };
2069
+ trait: null;
2070
+ traits: null;
2071
+ encoded_token_ids: string;
2072
+ };
2073
+ price: {
2074
+ currency: string;
2075
+ decimals: number;
2076
+ value: string;
2077
+ };
2078
+ status: 'ACTIVE' | string;
2079
+ } | null;
2080
+ rarity: {
2081
+ strategy_id: 'openrarity' | string;
2082
+ strategy_version: string;
2083
+ rank: number;
2084
+ } | null;
2085
+ last_sale?: {
2086
+ event_type: 'sale' | string;
2087
+ event_timestamp: number;
2088
+ transaction: string;
2089
+ payment: {
2090
+ quantity: string;
2091
+ decimals: number;
2092
+ symbol: string;
2093
+ token_id: string;
2094
+ price: number;
2095
+ };
2096
+ seller: string;
2097
+ buyer: string;
2098
+ quantity: number;
2099
+ } | null;
2015
2100
  }
2016
2101
  export interface PrepareListingNFTResponse {
2017
2102
  data: {
@@ -2335,4 +2420,161 @@ export interface PrepareAcceptNFTOfferResponse {
2335
2420
  };
2336
2421
  };
2337
2422
  }
2423
+ export interface CreateListingNFTOfferResponse {
2424
+ order: {
2425
+ created_date: string;
2426
+ closing_date: string;
2427
+ listing_time: number;
2428
+ expiration_time: number;
2429
+ order_hash: string;
2430
+ protocol_data: {
2431
+ parameters: {
2432
+ offerer: string;
2433
+ offer: Array<{
2434
+ itemType: number;
2435
+ token: string;
2436
+ identifierOrCriteria: string;
2437
+ startAmount: string;
2438
+ endAmount: string;
2439
+ }>;
2440
+ consideration: Array<{
2441
+ itemType: number;
2442
+ token: string;
2443
+ identifierOrCriteria: string;
2444
+ startAmount: string;
2445
+ endAmount: string;
2446
+ recipient: string;
2447
+ }>;
2448
+ startTime: string;
2449
+ endTime: string;
2450
+ orderType: number;
2451
+ zone: string;
2452
+ zoneHash: string;
2453
+ salt: string;
2454
+ conduitKey: string;
2455
+ totalOriginalConsiderationItems: number;
2456
+ counter: number;
2457
+ };
2458
+ signature: null;
2459
+ };
2460
+ protocol_address: string;
2461
+ current_price: string;
2462
+ maker: {
2463
+ address: string;
2464
+ profile_img_url: null;
2465
+ config: null;
2466
+ };
2467
+ taker: null;
2468
+ maker_fees: any[];
2469
+ taker_fees: any[];
2470
+ side: 'ask' | 'bid';
2471
+ order_type: 'basic' | string;
2472
+ cancelled: boolean;
2473
+ finalized: boolean;
2474
+ marked_invalid: boolean;
2475
+ remaining_quantity: number;
2476
+ maker_asset_bundle: {
2477
+ assets: Array<{
2478
+ id: null;
2479
+ token_id: string;
2480
+ num_sales: null;
2481
+ background_color: null;
2482
+ image_url: string | null;
2483
+ image_preview_url: null;
2484
+ image_thumbnail_url: null;
2485
+ image_original_url: null;
2486
+ animation_url: null;
2487
+ animation_original_url: null;
2488
+ name: string;
2489
+ description: string | null;
2490
+ external_link: null;
2491
+ asset_contract: {
2492
+ address: string;
2493
+ chain_identifier: string;
2494
+ schema_name: 'ERC721' | 'ERC1155' | 'NATIVE' | string;
2495
+ asset_contract_type: 'non-fungible' | 'semi-fungible' | 'unknown';
2496
+ };
2497
+ permalink: string | null;
2498
+ collection: {
2499
+ collection: string;
2500
+ name: string;
2501
+ description: string;
2502
+ image_url: string;
2503
+ banner_image_url: string;
2504
+ owner: string;
2505
+ safelist_status: 'not_requested' | 'verified' | string;
2506
+ category: string;
2507
+ is_disabled: boolean;
2508
+ is_nsfw: boolean;
2509
+ trait_offers_enabled: boolean;
2510
+ collection_offers_enabled: boolean;
2511
+ opensea_url: string;
2512
+ project_url: string;
2513
+ wiki_url: string;
2514
+ discord_url: string;
2515
+ telegram_url: string;
2516
+ twitter_username: string;
2517
+ instagram_username: string;
2518
+ contracts: Array<{
2519
+ address: string;
2520
+ chain: string;
2521
+ }>;
2522
+ } | null;
2523
+ decimals: number | null;
2524
+ token_metadata: null;
2525
+ is_nsfw: boolean | null;
2526
+ owner: {
2527
+ address: string;
2528
+ profile_img_url: null;
2529
+ config: null;
2530
+ } | null;
2531
+ }>;
2532
+ maker: null;
2533
+ asset_contract: null;
2534
+ slug: null;
2535
+ name: null;
2536
+ description: null;
2537
+ external_link: null;
2538
+ permalink: null;
2539
+ seaport_sell_orders: null;
2540
+ };
2541
+ taker_asset_bundle: {
2542
+ assets: Array<{
2543
+ id: null;
2544
+ token_id: string;
2545
+ num_sales: null;
2546
+ background_color: null;
2547
+ image_url: null;
2548
+ image_preview_url: null;
2549
+ image_thumbnail_url: null;
2550
+ image_original_url: null;
2551
+ animation_url: null;
2552
+ animation_original_url: null;
2553
+ name: string;
2554
+ description: null;
2555
+ external_link: null;
2556
+ asset_contract: {
2557
+ address: string;
2558
+ chain_identifier: string;
2559
+ schema_name: 'NATIVE' | string;
2560
+ asset_contract_type: 'unknown';
2561
+ };
2562
+ permalink: null;
2563
+ collection: null;
2564
+ decimals: number;
2565
+ token_metadata: null;
2566
+ is_nsfw: null;
2567
+ owner: null;
2568
+ }>;
2569
+ maker: null;
2570
+ asset_contract: null;
2571
+ slug: null;
2572
+ name: null;
2573
+ description: null;
2574
+ external_link: null;
2575
+ permalink: null;
2576
+ seaport_sell_orders: null;
2577
+ };
2578
+ };
2579
+ }
2338
2580
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.48-0",
3
+ "version": "0.9.48-1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [