Hi guys.
This code creates a new wallet address with the given label (test). I want to create a wallet address with the logged in user’s username as the label. The field name is user_username
and the db name is genies_MN
$newAddressInfo = $block_io->get_new_address(array(‘label’ => ‘test’));