Skip to content

cardano-web3-js / CW3Types / AccountExportV1

Type Alias: AccountExportV1

AccountExportV1 = object

Defined in: src/types/index.ts:26

Properties

accountPath

accountPath: AccountDerivationPath | undefined

Defined in: src/types/index.ts:32


addressPath

addressPath: AddressDerivationPath | undefined

Defined in: src/types/index.ts:33


configVersion

configVersion: number

Defined in: src/types/index.ts:27


paymentAddress

paymentAddress: string

Defined in: src/types/index.ts:34


stakingAddress

stakingAddress: string | undefined

Defined in: src/types/index.ts:35


type

type: AccountType

Defined in: src/types/index.ts:28


xprvKey

xprvKey: string | undefined

Defined in: src/types/index.ts:30


xprvKeyIsEncoded

xprvKeyIsEncoded: boolean

Defined in: src/types/index.ts:31


xpubKey

xpubKey: string | undefined

Defined in: src/types/index.ts:29

Released under the MIT License