pub async fn set_username(
__arg0: State<AppState>,
signer_ctx: SignerContext,
__arg2: SonicJson<SetUsernameRequest>,
) -> Result<SonicJson<UsernameResponse>, ApiError>Expand description
Set the display username for the authenticated wallet.