Skip to content

[Wallet] add SigmaJS prover #110

@arobsn

Description

@arobsn

It must fully implement ISigmaProver interface

export interface ISigmaProver {
signTransaction(unsignedTx: UnsignedTransaction, keys: ErgoHDKey[]): SignedTransaction;
signMessage(message: ErgoMessage, key: ErgoHDKey): Uint8Array;
verify(message: Message, proof: Uint8Array, publicKey: ErgoHDKey | Uint8Array): boolean;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions