exportPrivateKey abstract method

Future<String> exportPrivateKey(
  1. int index
)

Exports the private key of an account from the HD wallet.

  • index: The index of the account.

Returns the private key as a String.

Implementation

Future<String> exportPrivateKey(int index);