docean-storm
docean-storm
# 🐛 Bug ``` public(script) fun create_finite_collection_script( account: signer, description: vector, name: vector, uri: vector, maximum: u64, ) ``` in https://github.com/aptos-labs/aptos-core/blob/main/developer-docs-site/docs/tutorials/your-first-nft.md This seems to be written wrong, it should be...
function create_finite_collection_script is posted incorrectly , replace it with create_limited_collection_script ### Description when i test the create_limited_collection_script, it can't sign and submit the transaction successfully.And I can hardly find a...
Can support asynchronous versions of run_as_str and related functions.