doc: fix description of PROVIDE NFT INFORMATION

This commit is contained in:
greenknot
2022-01-20 10:34:52 +01:00
parent 6c03be385c
commit ccb316c5f3

View File

@@ -251,9 +251,9 @@ This commands provides a trusted description of an NFT to associate a contract a
It shall be run immediately before performing a transaction involving a contract calling this contract address to display the proper nft information to the user if necessary, as marked in GET APP CONFIGURATION flags.
The signature is computed on
The signature is computed on:
type || version || len(collectionName) || collectionName || address || chainId || keyId || algorithmId || len(signature) || signature
type || version || len(collectionName) || collectionName || address || chainId || keyId || algorithmId
#### Coding