@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

    mnemonic: string
    path: string