CompiledTransactionMessageWithLifetime

type CompiledTransactionMessageWithLifetime = Readonly<{
  lifetimeToken: ReturnType<typeof getCompiledLifetimeToken>;
}>;