pub fn rescue_tokens(
    ctx: Context<'_, '_, '_, '_, RescueTokens<'_>>
) -> Result<()>
Expand description

Withdraw tokens from a Miner-owned token account that is not the Miner::token_vault_key. This is useful for if tokens are sent directly to a Miner.

Only the Miner::authority may call this.