tupelo-wasm-sdk

Home > tupelo-wasm-sdk > EcdsaKey > (constructor)

EcdsaKey.(constructor)

Constructs a new instance of the EcdsaKey class

Signature:

constructor(publicKeyBits: Uint8Array, privateKeyBits?: Uint8Array);

Parameters

Parameter Type Description
publicKeyBits Uint8Array  
privateKeyBits Uint8Array