pub fn send_to_proxy(
    msgs: Vec<CosmosMsg>,
    proxy_address: &Addr
) -> StdResult<CosmosMsg<Empty>>
Expand description

Constructs the proxy dapp action message to execute CosmosMsgs on the Proxy.