Crate cw4[][src]

Structs

AdminResponse
Cw4Contract

Cw4Contract is a wrapper around Addr that provides a lot of helpers for working with cw4 contracts

HooksResponse
Member

A group member has a weight associated with them. This may all be equal, or may have meaning in the app that makes use of the group (eg. voting power)

MemberChangedHookMsg

MemberChangedHookMsg should be de/serialized under MemberChangedHook() variant in a ExecuteMsg. This contains a list of all diffs on the given transaction.

MemberDiff

MemberDiff shows the old and new states for a given cw4 member They cannot both be None. old = None, new = Some -> Insert old = Some, new = Some -> Update old = Some, new = None -> Delete

MemberListResponse
MemberResponse
TotalWeightResponse

Enums

Cw4ExecuteMsg
Cw4QueryMsg

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