JsUrlSignProvider

class JsUrlSignProvider(val scope: JsCoroutineScope, url: String, httpProxy: String? = null) : JsSignProvider

Constructors

Link copied to clipboard
constructor(scope: JsCoroutineScope, url: String, httpProxy: String? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun sign(cmd: String, seq: Int, src: ByteArray): Promise<SignResult>