Documentation ¶
Index ¶
- Variables
- type InitRequest
- func (*InitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InitRequest) GetDomainId() string
- func (x *InitRequest) GetDomainParameters() *v1.StaticDomainParameters
- func (x *InitRequest) GetSnapshot() *v01.SequencerSnapshot
- func (x *InitRequest) GetTopologySnapshot() *v0.TopologyTransactions
- func (*InitRequest) ProtoMessage()
- func (x *InitRequest) ProtoReflect() protoreflect.Message
- func (x *InitRequest) Reset()
- func (x *InitRequest) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_com_digitalasset_canton_domain_admin_v1_sequencer_initialization_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type InitRequest ¶
type InitRequest struct { DomainId string `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"` TopologySnapshot *v0.TopologyTransactions `protobuf:"bytes,2,opt,name=topology_snapshot,json=topologySnapshot,proto3" json:"topology_snapshot,omitempty"` DomainParameters *v1.StaticDomainParameters `protobuf:"bytes,4,opt,name=domain_parameters,json=domainParameters,proto3" json:"domain_parameters,omitempty"` Snapshot *v01.SequencerSnapshot `protobuf:"bytes,3,opt,name=snapshot,proto3" json:"snapshot,omitempty"` // contains filtered or unexported fields }
func (*InitRequest) Descriptor
deprecated
func (*InitRequest) Descriptor() ([]byte, []int)
Deprecated: Use InitRequest.ProtoReflect.Descriptor instead.
func (*InitRequest) GetDomainId ¶
func (x *InitRequest) GetDomainId() string
func (*InitRequest) GetDomainParameters ¶
func (x *InitRequest) GetDomainParameters() *v1.StaticDomainParameters
func (*InitRequest) GetSnapshot ¶
func (x *InitRequest) GetSnapshot() *v01.SequencerSnapshot
func (*InitRequest) GetTopologySnapshot ¶
func (x *InitRequest) GetTopologySnapshot() *v0.TopologyTransactions
func (*InitRequest) ProtoMessage ¶
func (*InitRequest) ProtoMessage()
func (*InitRequest) ProtoReflect ¶
func (x *InitRequest) ProtoReflect() protoreflect.Message
func (*InitRequest) Reset ¶
func (x *InitRequest) Reset()
func (*InitRequest) String ¶
func (x *InitRequest) String() string
Click to show internal directories.
Click to hide internal directories.