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

    Type Alias TransactionSingleSenderSignature

    The structure for a multi-signature transaction using Ed25519.

    type TransactionSingleSenderSignature = {
        public_key: { type: string; value: string };
        signature: { type: string; value: string };
        type: "single_sender";
    }
    Index

    Properties

    public_key: { type: string; value: string }
    signature: { type: string; value: string }
    type: "single_sender"