pub async fn delete_nft(
context: &WalletContext,
sender: SuiAddress,
package_id: ObjectID,
nft_to_delete: ObjectRef,
) -> ExecutedTransactionExpand 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,
) -> ExecutedTransactionExecutes a transaction to delete the given NFT.