Skip to content

@liquality.types.Address

Krasimir Raykov edited this page Mar 30, 2022 · 3 revisions

Class: Address

@liquality/types.Address

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Address(fields?)

Parameters

Name Type
fields? Object
fields.address string
fields.derivationPath? string
fields.privateKey? string
fields.publicKey? string

Defined in

types/lib/Address.ts:7

Properties

address

address: string

Defined in

types/lib/Address.ts:2


derivationPath

Optional derivationPath: string

Defined in

types/lib/Address.ts:3


privateKey

Optional privateKey: string

Defined in

types/lib/Address.ts:5


publicKey

Optional publicKey: string

Defined in

types/lib/Address.ts:4

Methods

toString

toString(): string

Returns

string

Defined in

types/lib/Address.ts:13

Clone this wiki locally