Skip to contents

Generates a new address (with a private key) and adds it to the node's wallet.

Usage

mc_get_new_address(conn)

Arguments

conn

A connection object created by mc_connect.

Value

A character string with the newly created address.

Examples

if (FALSE) { # \dontrun{
new_addr <- mc_get_new_address(conn)
print(new_addr)
} # }