Skip to content

cardano-web3-js / CW3Types / AccountConfig

Type Alias: AccountConfig

AccountConfig = object

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

Properties

accountPath

accountPath: AccountDerivationPath | undefined

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


addressPath

addressPath: AddressDerivationPath | undefined

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


checksumId

checksumId: string | undefined

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


checksumImage

checksumImage: string | undefined

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


configVersion

configVersion: number

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


connector

connector: Connector | undefined

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


paymentAddress

paymentAddress: string

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


paymentCred

paymentCred: string

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


stakingAddress

stakingAddress: string | undefined

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


stakingCred

stakingCred: string | undefined

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


type

type: AccountType

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


xprvKey

xprvKey: string | undefined

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


xprvKeyIsEncoded

xprvKeyIsEncoded: boolean

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


xpubKey

xpubKey: string

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

Released under the MIT License