Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 644 Bytes

File metadata and controls

14 lines (9 loc) · 644 Bytes

@ceramic-sdk/model-protocol v0.2.1Docs


Ceramic SDK / @ceramic-sdk/model-protocol / ModelAccountRelation

Variable: ModelAccountRelation

const ModelAccountRelation: UnionCodec<[ExactCodec<TypeCodec<object>>, ExactCodec<TypeCodec<object>>]>

Represents the relationship between an instance of this model and the controller account. 'list' means there can be many instances of this model for a single account. 'single' means there can be only one instance of this model per account (if a new instance is created it overrides the old one).