Skip to main content

@atala/prism-wallet-sdk / Exports / Domain / KeyPair

Class: KeyPair

Domain.KeyPair

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new KeyPair(): KeyPair

Returns

KeyPair

Properties

privateKey

Abstract privateKey: PrivateKey

Defined in

src/domain/models/KeyPair.ts:10


publicKey

Abstract publicKey: PublicKey

Defined in

src/domain/models/KeyPair.ts:9

Accessors

curve

get curve(): string

Returns

string

Defined in

src/domain/models/KeyPair.ts:5