pub async fn delete_nft(
context: &WalletContext,
sender: SuiAddress,
package_id: ObjectID,
nft_to_delete: ObjectRef,
) -> SuiTransactionBlockResponse
Expand description
Executes a transaction to delete the given NFT.
pub async fn delete_nft(
context: &WalletContext,
sender: SuiAddress,
package_id: ObjectID,
nft_to_delete: ObjectRef,
) -> SuiTransactionBlockResponse
Executes a transaction to delete the given NFT.