JsMultiSignature

Table of contents

Constructors

  • constructor

Properties

  • challenge

  • public_nonce

  • signature

Methods

  • free

Constructors

constructor

• new JsMultiSignature(signature, challenge, public_nonce)

Parameters

NameType

signature

string

challenge

string

public_nonce

string

Defined in

ontropy_crypto.d.ts:28

Properties

challenge

• Readonly challenge: string

Defined in

ontropy_crypto.d.ts:31


public_nonce

• Readonly public_nonce: string

Defined in

ontropy_crypto.d.ts:34


signature

• Readonly signature: string

Defined in

ontropy_crypto.d.ts:37

Methods

free

â–¸ free(): void

Returns

void

Defined in

ontropy_crypto.d.ts:22

Last updated