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

    Interface SingleKeySignerConstructorArgs

    Arguments required to create a single key signer.

    The private key used for signing.

    Optional account address associated with the signer.

    interface SingleKeySignerConstructorArgs {
        address?: AccountAddressInput;
        privateKey: PrivateKeyInput;
    }
    Index

    Properties

    Properties

    privateKey: PrivateKeyInput