UNPKG

o3-dapi-ont

Version:
9 lines (7 loc) 205 B
import { sendMessage } from '../../messaging'; import { Command } from '../../constants'; export function getIdentity(): Promise<string> { return sendMessage({ command: Command.getIdentity, }); }