Function mint_wrapped_sol

Source
pub async fn mint_wrapped_sol<R: RpcConnection>(
    rpc: &mut R,
    payer: &Keypair,
    token_account: &Pubkey,
    amount: u64,
) -> Result<Signature, RpcError>