Class SimulateTransactionData
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class SimulateTransactionData
- Inheritance
-
SimulateTransactionData
- Inherited Members
Constructors
SimulateTransactionData(AnyRawTransaction, OneOf<PublicKey, IVerifyingKey>, OneOf<PublicKey, IVerifyingKey>[]?, OneOf<PublicKey, IVerifyingKey>?, SimulateTransactionOptions?)
public SimulateTransactionData(AnyRawTransaction transaction, OneOf<PublicKey, IVerifyingKey> signerPublicKey, OneOf<PublicKey, IVerifyingKey>[]? secondarySignersPublicKeys = null, OneOf<PublicKey, IVerifyingKey>? feePayerPublicKey = null, SimulateTransactionOptions? options = null)
Parameters
transaction
AnyRawTransactionsignerPublicKey
OneOf<PublicKey, IVerifyingKey>secondarySignersPublicKeys
OneOf<PublicKey, IVerifyingKey>[]feePayerPublicKey
OneOf<PublicKey, IVerifyingKey>?options
SimulateTransactionOptions
Fields
FeePayerPublicKey
public OneOf<PublicKey, IVerifyingKey>? FeePayerPublicKey
Field Value
- OneOf<PublicKey, IVerifyingKey>?
Options
public SimulateTransactionOptions? Options
Field Value
SecondarySignersPublicKeys
public OneOf<PublicKey, IVerifyingKey>[]? SecondarySignersPublicKeys
Field Value
- OneOf<PublicKey, IVerifyingKey>[]
SignerPublicKey
public OneOf<PublicKey, IVerifyingKey> SignerPublicKey
Field Value
- OneOf<PublicKey, IVerifyingKey>
Transaction
public AnyRawTransaction Transaction