BaseTransactionPlanResultContext

The base context fields that TransactionPlanResultContextWithSignature builds upon.

This type provides optional fields for the transaction message, signature, and full transaction object. These fields may or may not be populated depending on how far execution progressed before the result was produced.

See

Extended by

Properties

PropertyType
message?TransactionMessage & TransactionMessageWithFeePayer<string>
signature?Signature
transaction?Readonly<{ messageBytes: TransactionMessageBytes; signatures: SignaturesMap; }>

On this page