QueryMsg
The only difference when handling query messages in the fixed multisig ADO is the use of the. #[andr_query]
attribute. Just like #[andr_instantiate]
and #[andr_exec]
, this macro ensures that the common ADO queries are included.
msg.rs
This case is handled here:
contract.rs
The remaining logic for the queries is the same as in both the CW3 and ADO versions.
Last updated
Was this helpful?