You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a problem, when the defined storage is using StrorageMap the tuples in the generated structure are pub, but when using StorageDoubleMap the tuples in the generated structure are private. Wondering if there is any way to solve this problem. Here is the generated code.
I found a problem, when the defined storage is using StrorageMap the tuples in the generated structure are pub, but when using StorageDoubleMap the tuples in the generated structure are private. Wondering if there is any way to solve this problem. Here is the generated code.
What you can see is that the tuples inside the generated connections structure are pub, while the tuples inside the channels structure are private.
there is code link: https://github.com/octopus-network/octopusxt/blob/d6b2589a18c57257495bae70b3e008e420b538a2/src/codegen/generate.rs#L4986 for connections
https://github.com/octopus-network/octopusxt/blob/d6b2589a18c57257495bae70b3e008e420b538a2/src/codegen/generate.rs#L5007 for channels
The text was updated successfully, but these errors were encountered: