package store
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class DbInitializationStore extends InitializationStore with DbStore
- class InMemoryInitializationStore extends InitializationStore with NamedLogging
- trait InitializationStore extends AutoCloseable
Store where we keep the core identity of the node
Store where we keep the core identity of the node
In Canton, everybody is known by his unique identifier which consists of a string and a fingerprint of a signing key. Participant nodes and synchronizers are known by their UID. This store here stores the identity of the node.
- trait PackageDependencyResolverUS extends AnyRef
- final case class PartyMetadata(partyId: PartyId, participantId: Option[ParticipantId])(effectiveTimestamp: CantonTimestamp, submissionId: String255, notified: Boolean = false) extends Product with Serializable
the party metadata used to inform the ledger api server
the party metadata used to inform the ledger api server
the first class parameters correspond to the relevant information, whereas the second class parameters are synchronisation information used during crash recovery. we don't want these in an equality comparison.
- trait PartyMetadataStore extends AutoCloseable
Store to manage batches of party metadata prior to indexing parties for the ledger API
- final class StoreBasedTopologyStateForInitializationService extends TopologyStateForInitializationService with NamedLogging
- final case class StoredTopologyTransaction[+Op <: TopologyChangeOp, +M <: TopologyMapping](sequenced: SequencedTime, validFrom: EffectiveTime, validUntil: Option[EffectiveTime], transaction: SignedTopologyTransaction[Op, M], rejectionReason: Option[String300]) extends DelegatedTopologyTransactionLike[Op, M] with PrettyPrinting with Product with Serializable
- final case class StoredTopologyTransactions[+Op <: TopologyChangeOp, +M <: TopologyMapping](result: Seq[StoredTopologyTransaction[Op, M]]) extends HasVersionedWrapper[StoredTopologyTransactions[TopologyChangeOp, TopologyMapping]] with PrettyPrinting with Product with Serializable
- sealed trait TimeQuery extends AnyRef
- trait TopologyStateForInitializationService extends AnyRef
- abstract class TopologyStore[+StoreID <: TopologyStoreId] extends FlagCloseable
- sealed trait TopologyStoreId extends PrettyPrinting with Product with Serializable
- sealed trait TopologyTransactionRejection extends PrettyPrinting with Product with Serializable
- final case class ValidatedTopologyTransaction[+Op <: TopologyChangeOp, +M <: TopologyMapping](transaction: SignedTopologyTransaction[Op, M], rejectionReason: Option[TopologyTransactionRejection] = None, expireImmediately: Boolean = false) extends DelegatedTopologyTransactionLike[Op, M] with PrettyPrinting with Product with Serializable
Value Members
- object InitializationStore
- object PartyMetadataStore
- object StoredTopologyTransaction extends Serializable
- object StoredTopologyTransactions extends HasVersionedMessageCompanion[StoredTopologyTransactions[TopologyChangeOp, TopologyMapping]] with Serializable
- object TimeQuery
- object TopologyStore
- object TopologyStoreId extends Serializable
- object TopologyTransactionRejection extends Serializable
- object TopologyTransactions
- object ValidatedTopologyTransaction extends Serializable