BaseTransactionPlanResultContext
The base context fields that are common to all SingleTransactionPlanResult variants.
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
- FailedSingleTransactionPlanResult
- CanceledSingleTransactionPlanResult
- SuccessfulBaseTransactionPlanResultContext
Extended by
Properties
| Property | Type |
|---|---|
message? | TransactionMessage & TransactionMessageWithFeePayer<string> |
signature? | Signature |
transaction? | Readonly<{ messageBytes: TransactionMessageBytes; signatures: SignaturesMap; }> |