pub fn create_miner(
    ctx: Context<'_, '_, '_, '_, CreateMiner<'_>>,
    _bump: u8
) -> Result<()>
Expand description

Miner functions

Creates a Miner for the given authority.

Anyone can call this; this is an associated account.