pub fn execute_transfer_unallocated(
deps: DepsMut<'_>,
env: Env,
info: MessageInfo,
amount: Uint128,
recipient: Option<String>,
) -> Result<Response, ContractError>Expand description
Transfer unallocated ASTRO tokens to a recipient.
-
amount amount ASTRO to transfer.
-
recipient transfer recipient.