Bingex.User.Data.GenerateListenKey (Bingex v0.1.9)

Represents the listen key data for user authentication in BingX.

Summary

Types

t()

@type t() :: %Bingex.User.Data.GenerateListenKey{listen_key: binary()}

Functions

decode(data)

@spec decode(map()) :: {:ok, t()} | :error

embed_in_reply(reply)

@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())