@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias GenerateAccountWithSingleSignerSecp256k1Key

    Input type to generate an account with a Single Signer using Secp256k1.

    type GenerateAccountWithSingleSignerSecp256k1Key = {
        legacy?: false;
        scheme: Secp256k1Ecdsa;
    }
    Index

    Properties

    Properties

    legacy?: false