Skip to content

@armada/sdk / index / NonDeterministicSignerError

Class: NonDeterministicSignerError

Defined in: src/errors.ts:27

Extends

Constructors

Constructor

new NonDeterministicSignerError(message, options?): NonDeterministicSignerError

Defined in: src/errors.ts:6

Parameters

message

string

options?
cause?

unknown

Returns

NonDeterministicSignerError

Inherited from

ArmadaError.constructor

Properties

code

readonly code: "NON_DETERMINISTIC_SIGNER" = 'NON_DETERMINISTIC_SIGNER'

Defined in: src/errors.ts:28

Overrides

ArmadaError.code