TransactionPlanResultContextWithSignature
A TransactionPlanResultContext that is guaranteed to include a Signature.
This is the default context for every transaction plan result type, which is why a successful
result exposes a required context.signature unless a different context is supplied.
Type Declaration
| Name | Type |
|---|---|
signature | Signature |
Example
Intersect this type into a custom context to keep the signature guarantee alongside your own properties.