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.

Properties

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