Interface Ed25519SignerFromDerivationPathArgs

Arguments for creating an Ed25519 signer from a derivation path.

The derivation path for the Ed25519 key.

The mnemonic phrase used to generate the key.

interface Ed25519SignerFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string