elrond-wasm-rs
elrond-wasm-rs copied to clipboard
feat: object(generic type) to id mapper
This is handy when one need to link multiple parameters, such as token_identifier
and nonce
... , with a unique ID
and this ID
serves as a reference to another struct
. It's especially useful when one deals with params in endpoints and IDs in view methods.