Skip to main content

addToken

codebolt.tokenizer.addToken(key: string): Promise<AddTokenResponse>
Adds a token to the system via WebSocket.

Parameters

NameTypeDescription
keystringThe key associated with the token to be added.

Returns:

 Promise<AddTokenResponse>
A promise that resolves with the response from the add token event.

Status

Working Progress...