pub async fn mint_nft(
peer: &Peer,
synthetic_key: PublicKey,
selected_coins: Vec<Coin>,
did_string: &str,
recipient_puzzle_hash: Bytes32,
metadata: NftMetadata,
royalty_puzzle_hash: Option<Bytes32>,
royalty_basis_points: u16,
fee: u64,
for_testnet: Option<bool>,
) -> Result<Vec<CoinSpend>>
Expand description
Mints a new NFT using a DID string (Rust API version).