TransactionPlanResultContexttype TransactionPlanResultContext = Record<number | string | symbol, unknown>; A context object that may be passed along with successful results.