Structs§
- Admin
Response - Hooks
Response - Member
- A group member has some points associated with them. This may all be equal, or may have meaning in the app that makes use of the group (eg. voting power)
- Member
Changed Hook Msg - MemberChangedHookMsg should be de/serialized under
MemberChangedHook()
variant in a ExecuteMsg. This contains a list of all diffs on the given transaction. - Member
Diff - MemberDiff shows the old and new states for a given tg4 member They cannot both be None. old = None, new = Some -> Insert old = Some, new = Some -> Update old = Some, new = None -> Delete
- Member
Info - Member
List Response - Member
Response - Tg4Contract
- Tg4Contract is a wrapper around Addr that provides a lot of helpers for working with tg4 contracts
- Total
Points Response
Enums§
Constants§
- MEMBERS_
CHANGELOG - MEMBERS_
CHECKPOINTS - MEMBERS_
KEY - TOTAL_
KEY - TOTAL_KEY is meant for raw queries
Functions§
- member_
key - member_key is meant for raw queries for one member, given address