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

    Interface InputGenerateMultiAgentRawTransactionArgs

    Arguments for generating a multi-agent transaction, used in the generateTransaction() method of the transaction builder flow.

    Configuration settings for Aptos.

    The address of the transaction sender.

    The transaction payload.

    List of secondary signer addresses.

    Optional settings for transaction generation.

    Optional address of the fee payer.

    Index

    Properties

    aptosConfig: AptosConfig
    feePayerAddress?: AccountAddressInput
    secondarySignerAddresses: AccountAddressInput[]