[][src]Function grin_wallet::create_coinbase

pub fn create_coinbase(
    dest: &str,
    block_fees: &BlockFees
) -> Result<CbData, Error>

Call the wallet API to create a coinbase output for the given block_fees. Will retry based on default "retry forever with backoff" behavior.