Function wallet_gen::cryptonote::generate_address [] [src]

pub fn generate_address(
    coin: Coin,
    spend_key: &PublicKey,
    view_key: &PublicKey
) -> Result<String>

Generate the Cryptonote wallet address from the two public keys and the type of coin.