LedgerSigner constructor

LedgerSigner(
  1. LedgerClient _client,
  2. String _derivationPath
)

Implementation

LedgerSigner(this._client, this._derivationPath);