Skip to content

Documentation / @super-line/core / SharedTopics

Type Alias: SharedTopics<C>

SharedTopics<C> = TopicsOf<StcOf<C["shared"]>>

Defined in: packages/core/src/contract.ts:127

Subscribable topics in the shared block (published via srv.publish).

Type Parameters

C

C extends Contract

Released under the MIT License.