WalletConfig
@node-fi/sdk-core / Exports / WalletConfig
Interface: WalletConfig
Table of contents
Properties
Properties
derivationPath
• Optional
derivationPath: string
Defined in
packages/sdk-core/src/wallet/NodeWallet.ts:65
eoa
• Optional
eoa: string
Defined in
packages/sdk-core/src/wallet/NodeWallet.ts:61
getMnemonic
• Optional
getMnemonic: () => Promise
<undefined
| string
>
Type declaration
▸ (): Promise
<undefined
| string
>
Returns
Promise
<undefined
| string
>
Defined in
packages/sdk-core/src/wallet/NodeWallet.ts:64
getPrivateKey
• Optional
getPrivateKey: () => Promise
<undefined
| string
>
Type declaration
▸ (): Promise
<undefined
| string
>
Returns
Promise
<undefined
| string
>
Defined in
packages/sdk-core/src/wallet/NodeWallet.ts:68
index
• Optional
index: number
Defined in
packages/sdk-core/src/wallet/NodeWallet.ts:66
mnemonic
• Optional
mnemonic: string
Defined in
packages/sdk-core/src/wallet/NodeWallet.ts:63
privateKey
• Optional
privateKey: string
Defined in
packages/sdk-core/src/wallet/NodeWallet.ts:67
smartWallet
• Optional
smartWallet: string