Skip to content

cardano-web3-js / T / AccountExportV1

Type Alias: AccountExportV1

AccountExportV1: object

Type declaration

accountPath

accountPath: AccountDerivationPath | undefined

addressPath

addressPath: AddressDerivationPath | undefined

configVersion

configVersion: number

paymentAddress

paymentAddress: string

stakingAddress

stakingAddress: string | undefined

type

type: AccountType

xprvKey

xprvKey: string | undefined

xprvKeyIsEncoded

xprvKeyIsEncoded: boolean

xpubKey

xpubKey: string | undefined

Defined in

src/types/index.ts:20

Released under the MIT License