concordium-rust-smart-contracts
concordium-rust-smart-contracts copied to clipboard
[CIS-3 NFT] Fix nonce event serialization
Purpose
As per the CIS-3 specification, nonce events should be serialized with the nonce first, followed by the account. This is currently not the case.