OptionalfeePayerPublicKey?: PublicKeyFor a fee payer transaction (aka Sponsored Transaction)
Optionaloptions?: InputSimulateTransactionOptionsOptionalsecondarySignersPublicKeys?: (PublicKey | undefined)[]For a fee payer or multi-agent transaction that requires additional signers in
OptionalsignerPublicKey?: PublicKeyFor a single signer transaction
The transaction to simulate, probably generated by generateTransaction()
The data required to simulate a transaction, typically generated by
generateTransaction().