Skip to content

cardano-web3-js / CW3Types / DerivationScheme

Type Alias: DerivationScheme

DerivationScheme = object

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

Properties

account

account: object

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

first

first: 0


coinType

coinType: object

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

ada

ada: 1815


index

index: object

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

first

first: 0


purpose

purpose: object

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

hdwallet

hdwallet: 1852

minting

minting: 1855

multisig

multisig: 1854

voting

voting: 1694


role

role: object

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

change

change: 1

payment

payment: 0

stake

stake: 2

Released under the MIT License