Provider internal Base wallet class.

This is the most basic wallet implementation we can have:

  • This wallet is generated by a list of private keys

Hierarchy (view full)

Constructors

Properties

List of accounts in the wallet.

count: number

Number of accounts to generate.

derivationPath: string

Derivation path of the wallet.

Options for signing a transaction with gasPayer.

initialIndex: number

Initial index of the accounts to generate.

mnemonic: string[]

Mnemonic of the wallet.

Methods