What's the naming convention for the struct that holds extend_ref of contract signer? #69
-
Take Aptogtochi as an example, we create an object and use it as the creator of the aptogotchi collection and token and store the extend_ref of the object in a struct. I've seen sometimes people call the struct |
Beta Was this translation helpful? Give feedback.
Answered by
gregnazario
Mar 15, 2024
Replies: 1 comment
-
I wouldn't say there is a convention, since it often can be part of your application data directly. I've been working with or say you were making an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0x-j
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wouldn't say there is a convention, since it often can be part of your application data directly.
I've been working with
ObjectController
orObjectRefs
or say you were making an
Escrow
so you might call itEscrowRefs
.