pub fn execute_withdraw(
deps: DepsMut<'_>,
env: Env,
info: MessageInfo,
) -> Result<Response, ContractError>Expand description
Allow allocation recipients to withdraw unlocked ASTRO.
pub fn execute_withdraw(
deps: DepsMut<'_>,
env: Env,
info: MessageInfo,
) -> Result<Response, ContractError>Allow allocation recipients to withdraw unlocked ASTRO.