Is the name param from the esdt_nft_create ignored?
https://docs.elrond.com/developers/developer-reference/elrond-wasm-api-functions/#esdt_nft_create
In this test I can see that you pass the name and in the smart contract creation code this name is used but is nowhere to be found in the checkState section.
https://github.com/ElrondNetwork/elrond-wasm-rs/blob/71e8f06190c9729ddc15a3987c0a1e14437a71cc/contracts/examples/nft-minter/mandos/create_nft.scen.json#L22
Where does the name go? Why is it needed? Can I just pass str:Ignore name with no effect on the nft that gets created?
Pretty sure you can check the name in the checkState, but you don't have to :)