Type alias SingleKeySignerFromDerivationPathArgs

SingleKeySignerFromDerivationPathArgs: SingleKeySignerGenerateArgs & {
    mnemonic: string;
    path: string;
}

Type declaration

  • mnemonic: string
  • path: string

Generated using TypeDoc