@did-btc1/common / KeyPairError
Class: KeyPairError
Defined in: errors.ts:172
Extends
Constructors
Constructor
> new KeyPairError(message
, type
, data?
): KeyPairError
Defined in: errors.ts:173
Parameters
message
string
type
string
= 'KeyPairError'
data?
Record
<string
, any
>
Returns
KeyPairError
Overrides
Properties
data?
> optional
data: Record
<string
, any
>
Defined in: errors.ts:122
Inherited from
name
> name: string
= 'DidBtc1Error'
Defined in: errors.ts:120
Inherited from
type
> type: string
= 'DidBtc1Error'
Defined in: errors.ts:121