Interface Ed25519SignerFromDerivationPathArgs

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

Properties

Properties

mnemonic: string
path: string

Generated using TypeDoc