Skip to content

Commit 6276a7a

Browse files
authored
Merge pull request #126 from helius-labs/feat/remove-mint-list-support
feat(cNFT): Remove Mint API Support
2 parents ed5c317 + 52b8dbc commit 6276a7a

6 files changed

Lines changed: 0 additions & 518 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ Our SDK is designed to provide a seamless developer experience when building on
115115
- [`get_token_accounts`](https://docs.helius.dev/compression-and-das-api/digital-asset-standard-das-api/get-token-accounts) - Gets information about all token accounts for a specific mint or owner
116116
- [`get_nft_edition`](https://docs.helius.dev/compression-and-das-api/digital-asset-standard-das-api/get-nft-editions) - Gets all the NFT editions associated with a specific master NFT
117117

118-
### Mint API (Deprecated)
119-
- [`delegate_collection_authority`](https://github.com/helius-labs/helius-rust-sdk/blob/6d3630c5fbafaaf450302789251ffaeed3cf7fcc/src/mint_api.rs#L24-L59) - Delegates collection authority to a new authority for a given collection mint
120-
- [`mint_compressed_nft`](https://docs.helius.dev/compression-and-das-api/deprecated-mint-api) - The easiest way to mint a compressed NFT (cNFT)
121-
- [`revoke_collection_authority`](https://github.com/helius-labs/helius-rust-sdk/blob/6d3630c5fbafaaf450302789251ffaeed3cf7fcc/src/mint_api.rs#L61-L93) - Revokes a delegated collection authority for a given collection mint
122-
123118
### Enhanced Transactions API
124119
- [`parse_transactions`](https://docs.helius.dev/solana-apis/enhanced-transactions-api/parse-transaction-s) - Parses transactions given an array of transaction IDs
125120
- [`parsed_transaction_history`](https://docs.helius.dev/solana-apis/enhanced-transactions-api/parsed-transaction-history) - Retrieves a parsed transaction history for a specific address

examples/delegate_and_revoke_collection_authority.rs

Lines changed: 0 additions & 140 deletions
This file was deleted.

examples/mint_cnft.rs

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pub mod enhanced_transactions;
44
pub mod error;
55
pub mod factory;
66
pub mod jito;
7-
pub mod mint_api;
87
pub mod optimized_transaction;
98
pub mod request_handler;
109
pub mod rpc_client;

src/mint_api.rs

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)