pub async fn delete_username(
__arg0: State<AppState>,
signer_ctx: SignerContext,
) -> Result<SonicJson<DeleteUsernameResponse>, ApiError>Expand description
Delete the display username for the authenticated wallet.
pub async fn delete_username(
__arg0: State<AppState>,
signer_ctx: SignerContext,
) -> Result<SonicJson<DeleteUsernameResponse>, ApiError>Delete the display username for the authenticated wallet.