Skip to content

cardano-web3-js / T / AccountConfig

Type Alias: AccountConfig

AccountConfig: object

Type declaration

accountPath

accountPath: AccountDerivationPath | undefined

addressPath

addressPath: AddressDerivationPath | undefined

checksumId

checksumId: string | undefined

checksumImage

checksumImage: string | undefined

configVersion

configVersion: number

connector

connector: Connector | undefined

paymentAddress

paymentAddress: string

paymentCred

paymentCred: string

stakingAddress

stakingAddress: string | undefined

stakingCred

stakingCred: string | undefined

type

type: AccountType

xprvKey

xprvKey: string | undefined

xprvKeyIsEncoded

xprvKeyIsEncoded: boolean

xpubKey

xpubKey: string

Defined in

src/types/index.ts:4

Released under the MIT License