Versions in this module Expand all Collapse all v7 v7.12.0 Jul 10, 2024 Changes in this version + var DomainService_ServiceDesc = grpc.ServiceDesc + var DomainTimeService_ServiceDesc = grpc.ServiceDesc + var File_com_digitalasset_canton_domain_api_v0_domain_service_proto protoreflect.FileDescriptor + var File_com_digitalasset_canton_domain_api_v0_domain_time_service_proto protoreflect.FileDescriptor + var File_com_digitalasset_canton_domain_api_v0_sequencer_authentication_service_proto protoreflect.FileDescriptor + var File_com_digitalasset_canton_domain_api_v0_sequencer_connect_service_proto protoreflect.FileDescriptor + var File_com_digitalasset_canton_domain_api_v0_sequencer_connection_proto protoreflect.FileDescriptor + var File_com_digitalasset_canton_domain_api_v0_sequencer_service_proto protoreflect.FileDescriptor + var File_com_digitalasset_canton_domain_api_v0_service_agreement_proto protoreflect.FileDescriptor + var SequencerApiType_name = map[int32]string + var SequencerApiType_value = map[string]int32 + var SequencerAuthenticationService_ServiceDesc = grpc.ServiceDesc + var SequencerConnectService_ServiceDesc = grpc.ServiceDesc + var SequencerService_ServiceDesc = grpc.ServiceDesc + func RegisterDomainServiceServer(s grpc.ServiceRegistrar, srv DomainServiceServer) + func RegisterDomainTimeServiceServer(s grpc.ServiceRegistrar, srv DomainTimeServiceServer) + func RegisterSequencerAuthenticationServiceServer(s grpc.ServiceRegistrar, srv SequencerAuthenticationServiceServer) + func RegisterSequencerConnectServiceServer(s grpc.ServiceRegistrar, srv SequencerConnectServiceServer) + func RegisterSequencerServiceServer(s grpc.ServiceRegistrar, srv SequencerServiceServer) + type AcknowledgeRequest struct + Member string + Timestamp *timestamppb.Timestamp + func (*AcknowledgeRequest) Descriptor() ([]byte, []int) + func (*AcknowledgeRequest) ProtoMessage() + func (x *AcknowledgeRequest) GetMember() string + func (x *AcknowledgeRequest) GetTimestamp() *timestamppb.Timestamp + func (x *AcknowledgeRequest) ProtoReflect() protoreflect.Message + func (x *AcknowledgeRequest) Reset() + func (x *AcknowledgeRequest) String() string + type Authentication struct + func (*Authentication) Descriptor() ([]byte, []int) + func (*Authentication) ProtoMessage() + func (x *Authentication) ProtoReflect() protoreflect.Message + func (x *Authentication) Reset() + func (x *Authentication) String() string + type Authentication_Failure struct + Code uint32 + Reason string + func (*Authentication_Failure) Descriptor() ([]byte, []int) + func (*Authentication_Failure) ProtoMessage() + func (x *Authentication_Failure) GetCode() uint32 + func (x *Authentication_Failure) GetReason() string + func (x *Authentication_Failure) ProtoReflect() protoreflect.Message + func (x *Authentication_Failure) Reset() + func (x *Authentication_Failure) String() string + type Authentication_Request struct + Member string + Nonce []byte + Signature *v0.Signature + func (*Authentication_Request) Descriptor() ([]byte, []int) + func (*Authentication_Request) ProtoMessage() + func (x *Authentication_Request) GetMember() string + func (x *Authentication_Request) GetNonce() []byte + func (x *Authentication_Request) GetSignature() *v0.Signature + func (x *Authentication_Request) ProtoReflect() protoreflect.Message + func (x *Authentication_Request) Reset() + func (x *Authentication_Request) String() string + type Authentication_Response struct + Value isAuthentication_Response_Value + func (*Authentication_Response) Descriptor() ([]byte, []int) + func (*Authentication_Response) ProtoMessage() + func (m *Authentication_Response) GetValue() isAuthentication_Response_Value + func (x *Authentication_Response) GetFailure() *Authentication_Failure + func (x *Authentication_Response) GetSuccess() *Authentication_Success + func (x *Authentication_Response) ProtoReflect() protoreflect.Message + func (x *Authentication_Response) Reset() + func (x *Authentication_Response) String() string + type Authentication_Response_Failure struct + Failure *Authentication_Failure + type Authentication_Response_Success struct + Success *Authentication_Success + type Authentication_Success struct + ExpiresAt *timestamppb.Timestamp + Token []byte + func (*Authentication_Success) Descriptor() ([]byte, []int) + func (*Authentication_Success) ProtoMessage() + func (x *Authentication_Success) GetExpiresAt() *timestamppb.Timestamp + func (x *Authentication_Success) GetToken() []byte + func (x *Authentication_Success) ProtoReflect() protoreflect.Message + func (x *Authentication_Success) Reset() + func (x *Authentication_Success) String() string + type AwaitTimeRequest struct + DomainId *wrapperspb.StringValue + Timestamp *timestamppb.Timestamp + func (*AwaitTimeRequest) Descriptor() ([]byte, []int) + func (*AwaitTimeRequest) ProtoMessage() + func (x *AwaitTimeRequest) GetDomainId() *wrapperspb.StringValue + func (x *AwaitTimeRequest) GetTimestamp() *timestamppb.Timestamp + func (x *AwaitTimeRequest) ProtoReflect() protoreflect.Message + func (x *AwaitTimeRequest) Reset() + func (x *AwaitTimeRequest) String() string + type Challenge struct + func (*Challenge) Descriptor() ([]byte, []int) + func (*Challenge) ProtoMessage() + func (x *Challenge) ProtoReflect() protoreflect.Message + func (x *Challenge) Reset() + func (x *Challenge) String() string + type Challenge_Failure struct + Code uint32 + Reason string + func (*Challenge_Failure) Descriptor() ([]byte, []int) + func (*Challenge_Failure) ProtoMessage() + func (x *Challenge_Failure) GetCode() uint32 + func (x *Challenge_Failure) GetReason() string + func (x *Challenge_Failure) ProtoReflect() protoreflect.Message + func (x *Challenge_Failure) Reset() + func (x *Challenge_Failure) String() string + type Challenge_Request struct + Member string + MemberProtocolVersions []string + func (*Challenge_Request) Descriptor() ([]byte, []int) + func (*Challenge_Request) ProtoMessage() + func (x *Challenge_Request) GetMember() string + func (x *Challenge_Request) GetMemberProtocolVersions() []string + func (x *Challenge_Request) ProtoReflect() protoreflect.Message + func (x *Challenge_Request) Reset() + func (x *Challenge_Request) String() string + type Challenge_Response struct + Value isChallenge_Response_Value + func (*Challenge_Response) Descriptor() ([]byte, []int) + func (*Challenge_Response) ProtoMessage() + func (m *Challenge_Response) GetValue() isChallenge_Response_Value + func (x *Challenge_Response) GetFailure() *Challenge_Failure + func (x *Challenge_Response) GetSuccess() *Challenge_Success + func (x *Challenge_Response) ProtoReflect() protoreflect.Message + func (x *Challenge_Response) Reset() + func (x *Challenge_Response) String() string + type Challenge_Response_Failure struct + Failure *Challenge_Failure + type Challenge_Response_Success struct + Success *Challenge_Success + type Challenge_Success struct + DomainVersion string + Fingerprints []string + Nonce []byte + func (*Challenge_Success) Descriptor() ([]byte, []int) + func (*Challenge_Success) ProtoMessage() + func (x *Challenge_Success) GetDomainVersion() string + func (x *Challenge_Success) GetFingerprints() []string + func (x *Challenge_Success) GetNonce() []byte + func (x *Challenge_Success) ProtoReflect() protoreflect.Message + func (x *Challenge_Success) Reset() + func (x *Challenge_Success) String() string + type DomainServiceClient interface + GetServiceAgreement func(ctx context.Context, in *GetServiceAgreementRequest, opts ...grpc.CallOption) (*GetServiceAgreementResponse, error) + func NewDomainServiceClient(cc grpc.ClientConnInterface) DomainServiceClient + type DomainServiceServer interface + GetServiceAgreement func(context.Context, *GetServiceAgreementRequest) (*GetServiceAgreementResponse, error) + type DomainTimeServiceClient interface + AwaitTime func(ctx context.Context, in *AwaitTimeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + FetchTime func(ctx context.Context, in *FetchTimeRequest, opts ...grpc.CallOption) (*FetchTimeResponse, error) + func NewDomainTimeServiceClient(cc grpc.ClientConnInterface) DomainTimeServiceClient + type DomainTimeServiceServer interface + AwaitTime func(context.Context, *AwaitTimeRequest) (*emptypb.Empty, error) + FetchTime func(context.Context, *FetchTimeRequest) (*FetchTimeResponse, error) + type FetchTimeRequest struct + DomainId *wrapperspb.StringValue + FreshnessBound *durationpb.Duration + func (*FetchTimeRequest) Descriptor() ([]byte, []int) + func (*FetchTimeRequest) ProtoMessage() + func (x *FetchTimeRequest) GetDomainId() *wrapperspb.StringValue + func (x *FetchTimeRequest) GetFreshnessBound() *durationpb.Duration + func (x *FetchTimeRequest) ProtoReflect() protoreflect.Message + func (x *FetchTimeRequest) Reset() + func (x *FetchTimeRequest) String() string + type FetchTimeResponse struct + Timestamp *timestamppb.Timestamp + func (*FetchTimeResponse) Descriptor() ([]byte, []int) + func (*FetchTimeResponse) ProtoMessage() + func (x *FetchTimeResponse) GetTimestamp() *timestamppb.Timestamp + func (x *FetchTimeResponse) ProtoReflect() protoreflect.Message + func (x *FetchTimeResponse) Reset() + func (x *FetchTimeResponse) String() string + type GetServiceAgreementRequest struct + func (*GetServiceAgreementRequest) Descriptor() ([]byte, []int) + func (*GetServiceAgreementRequest) ProtoMessage() + func (x *GetServiceAgreementRequest) ProtoReflect() protoreflect.Message + func (x *GetServiceAgreementRequest) Reset() + func (x *GetServiceAgreementRequest) String() string + type GetServiceAgreementResponse struct + Agreement *v0.ServiceAgreement + func (*GetServiceAgreementResponse) Descriptor() ([]byte, []int) + func (*GetServiceAgreementResponse) ProtoMessage() + func (x *GetServiceAgreementResponse) GetAgreement() *v0.ServiceAgreement + func (x *GetServiceAgreementResponse) ProtoReflect() protoreflect.Message + func (x *GetServiceAgreementResponse) Reset() + func (x *GetServiceAgreementResponse) String() string + type SendAsyncResponse struct + Error *SendAsyncResponse_Error + func (*SendAsyncResponse) Descriptor() ([]byte, []int) + func (*SendAsyncResponse) ProtoMessage() + func (x *SendAsyncResponse) GetError() *SendAsyncResponse_Error + func (x *SendAsyncResponse) ProtoReflect() protoreflect.Message + func (x *SendAsyncResponse) Reset() + func (x *SendAsyncResponse) String() string + type SendAsyncResponse_Error struct + Reason isSendAsyncResponse_Error_Reason + func (*SendAsyncResponse_Error) Descriptor() ([]byte, []int) + func (*SendAsyncResponse_Error) ProtoMessage() + func (m *SendAsyncResponse_Error) GetReason() isSendAsyncResponse_Error_Reason + func (x *SendAsyncResponse_Error) GetOverloaded() string + func (x *SendAsyncResponse_Error) GetRequestInvalid() string + func (x *SendAsyncResponse_Error) GetRequestRefused() string + func (x *SendAsyncResponse_Error) GetSenderUnknown() string + func (x *SendAsyncResponse_Error) GetShuttingDown() string + func (x *SendAsyncResponse_Error) GetUnavailable() string + func (x *SendAsyncResponse_Error) GetUnknownRecipients() string + func (x *SendAsyncResponse_Error) ProtoReflect() protoreflect.Message + func (x *SendAsyncResponse_Error) Reset() + func (x *SendAsyncResponse_Error) String() string + type SendAsyncResponse_Error_Overloaded struct + Overloaded string + type SendAsyncResponse_Error_RequestInvalid struct + RequestInvalid string + type SendAsyncResponse_Error_RequestRefused struct + RequestRefused string + type SendAsyncResponse_Error_SenderUnknown struct + SenderUnknown string + type SendAsyncResponse_Error_ShuttingDown struct + ShuttingDown string + type SendAsyncResponse_Error_Unavailable struct + Unavailable string + type SendAsyncResponse_Error_UnknownRecipients struct + UnknownRecipients string + type SendAsyncSignedResponse struct + Error *SendAsyncSignedResponse_Error + func (*SendAsyncSignedResponse) Descriptor() ([]byte, []int) + func (*SendAsyncSignedResponse) ProtoMessage() + func (x *SendAsyncSignedResponse) GetError() *SendAsyncSignedResponse_Error + func (x *SendAsyncSignedResponse) ProtoReflect() protoreflect.Message + func (x *SendAsyncSignedResponse) Reset() + func (x *SendAsyncSignedResponse) String() string + type SendAsyncSignedResponse_Error struct + Reason isSendAsyncSignedResponse_Error_Reason + func (*SendAsyncSignedResponse_Error) Descriptor() ([]byte, []int) + func (*SendAsyncSignedResponse_Error) ProtoMessage() + func (m *SendAsyncSignedResponse_Error) GetReason() isSendAsyncSignedResponse_Error_Reason + func (x *SendAsyncSignedResponse_Error) GetGeneric() string + func (x *SendAsyncSignedResponse_Error) GetInternal() string + func (x *SendAsyncSignedResponse_Error) GetOverloaded() string + func (x *SendAsyncSignedResponse_Error) GetRequestInvalid() string + func (x *SendAsyncSignedResponse_Error) GetRequestRefused() string + func (x *SendAsyncSignedResponse_Error) GetSenderUnknown() string + func (x *SendAsyncSignedResponse_Error) GetShuttingDown() string + func (x *SendAsyncSignedResponse_Error) GetUnavailable() string + func (x *SendAsyncSignedResponse_Error) GetUnknownRecipients() string + func (x *SendAsyncSignedResponse_Error) ProtoReflect() protoreflect.Message + func (x *SendAsyncSignedResponse_Error) Reset() + func (x *SendAsyncSignedResponse_Error) String() string + type SendAsyncSignedResponse_Error_Generic struct + Generic string + type SendAsyncSignedResponse_Error_Internal struct + Internal string + type SendAsyncSignedResponse_Error_Overloaded struct + Overloaded string + type SendAsyncSignedResponse_Error_RequestInvalid struct + RequestInvalid string + type SendAsyncSignedResponse_Error_RequestRefused struct + RequestRefused string + type SendAsyncSignedResponse_Error_SenderUnknown struct + SenderUnknown string + type SendAsyncSignedResponse_Error_ShuttingDown struct + ShuttingDown string + type SendAsyncSignedResponse_Error_Unavailable struct + Unavailable string + type SendAsyncSignedResponse_Error_UnknownRecipients struct + UnknownRecipients string + type SendAsyncUnauthenticatedVersionedRequest struct + SubmissionRequest []byte + func (*SendAsyncUnauthenticatedVersionedRequest) Descriptor() ([]byte, []int) + func (*SendAsyncUnauthenticatedVersionedRequest) ProtoMessage() + func (x *SendAsyncUnauthenticatedVersionedRequest) GetSubmissionRequest() []byte + func (x *SendAsyncUnauthenticatedVersionedRequest) ProtoReflect() protoreflect.Message + func (x *SendAsyncUnauthenticatedVersionedRequest) Reset() + func (x *SendAsyncUnauthenticatedVersionedRequest) String() string + type SendAsyncVersionedRequest struct + SignedSubmissionRequest []byte + func (*SendAsyncVersionedRequest) Descriptor() ([]byte, []int) + func (*SendAsyncVersionedRequest) ProtoMessage() + func (x *SendAsyncVersionedRequest) GetSignedSubmissionRequest() []byte + func (x *SendAsyncVersionedRequest) ProtoReflect() protoreflect.Message + func (x *SendAsyncVersionedRequest) Reset() + func (x *SendAsyncVersionedRequest) String() string + type SequencedEventTrafficState struct + ExtraTrafficConsumed uint64 + ExtraTrafficRemainder uint64 + func (*SequencedEventTrafficState) Descriptor() ([]byte, []int) + func (*SequencedEventTrafficState) ProtoMessage() + func (x *SequencedEventTrafficState) GetExtraTrafficConsumed() uint64 + func (x *SequencedEventTrafficState) GetExtraTrafficRemainder() uint64 + func (x *SequencedEventTrafficState) ProtoReflect() protoreflect.Message + func (x *SequencedEventTrafficState) Reset() + func (x *SequencedEventTrafficState) String() string + type SequencerApiType int32 + const SequencerApiType_Grpc + func (SequencerApiType) Descriptor() protoreflect.EnumDescriptor + func (SequencerApiType) EnumDescriptor() ([]byte, []int) + func (SequencerApiType) Type() protoreflect.EnumType + func (x SequencerApiType) Enum() *SequencerApiType + func (x SequencerApiType) Number() protoreflect.EnumNumber + func (x SequencerApiType) String() string + type SequencerAuthenticationServiceClient interface + Authenticate func(ctx context.Context, in *Authentication_Request, opts ...grpc.CallOption) (*Authentication_Response, error) + Challenge func(ctx context.Context, in *Challenge_Request, opts ...grpc.CallOption) (*Challenge_Response, error) + func NewSequencerAuthenticationServiceClient(cc grpc.ClientConnInterface) SequencerAuthenticationServiceClient + type SequencerAuthenticationServiceServer interface + Authenticate func(context.Context, *Authentication_Request) (*Authentication_Response, error) + Challenge func(context.Context, *Challenge_Request) (*Challenge_Response, error) + type SequencerConnect struct + func (*SequencerConnect) Descriptor() ([]byte, []int) + func (*SequencerConnect) ProtoMessage() + func (x *SequencerConnect) ProtoReflect() protoreflect.Message + func (x *SequencerConnect) Reset() + func (x *SequencerConnect) String() string + type SequencerConnectServiceClient interface + GetDomainId func(ctx context.Context, in *SequencerConnect_GetDomainId_Request, ...) (*SequencerConnect_GetDomainId_Response, error) + GetDomainParameters func(ctx context.Context, in *SequencerConnect_GetDomainParameters_Request, ...) (*SequencerConnect_GetDomainParameters_Response, error) + GetServiceAgreement func(ctx context.Context, in *GetServiceAgreementRequest, opts ...grpc.CallOption) (*GetServiceAgreementResponse, error) + Handshake func(ctx context.Context, in *v0.Handshake_Request, opts ...grpc.CallOption) (*v0.Handshake_Response, error) + VerifyActive func(ctx context.Context, in *SequencerConnect_VerifyActive_Request, ...) (*SequencerConnect_VerifyActive_Response, error) + func NewSequencerConnectServiceClient(cc grpc.ClientConnInterface) SequencerConnectServiceClient + type SequencerConnectServiceServer interface + GetDomainId func(context.Context, *SequencerConnect_GetDomainId_Request) (*SequencerConnect_GetDomainId_Response, error) + GetDomainParameters func(context.Context, *SequencerConnect_GetDomainParameters_Request) (*SequencerConnect_GetDomainParameters_Response, error) + GetServiceAgreement func(context.Context, *GetServiceAgreementRequest) (*GetServiceAgreementResponse, error) + Handshake func(context.Context, *v0.Handshake_Request) (*v0.Handshake_Response, error) + VerifyActive func(context.Context, *SequencerConnect_VerifyActive_Request) (*SequencerConnect_VerifyActive_Response, error) + type SequencerConnect_GetDomainId struct + func (*SequencerConnect_GetDomainId) Descriptor() ([]byte, []int) + func (*SequencerConnect_GetDomainId) ProtoMessage() + func (x *SequencerConnect_GetDomainId) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_GetDomainId) Reset() + func (x *SequencerConnect_GetDomainId) String() string + type SequencerConnect_GetDomainId_Request struct + func (*SequencerConnect_GetDomainId_Request) Descriptor() ([]byte, []int) + func (*SequencerConnect_GetDomainId_Request) ProtoMessage() + func (x *SequencerConnect_GetDomainId_Request) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_GetDomainId_Request) Reset() + func (x *SequencerConnect_GetDomainId_Request) String() string + type SequencerConnect_GetDomainId_Response struct + DomainId string + SequencerId string + func (*SequencerConnect_GetDomainId_Response) Descriptor() ([]byte, []int) + func (*SequencerConnect_GetDomainId_Response) ProtoMessage() + func (x *SequencerConnect_GetDomainId_Response) GetDomainId() string + func (x *SequencerConnect_GetDomainId_Response) GetSequencerId() string + func (x *SequencerConnect_GetDomainId_Response) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_GetDomainId_Response) Reset() + func (x *SequencerConnect_GetDomainId_Response) String() string + type SequencerConnect_GetDomainParameters struct + func (*SequencerConnect_GetDomainParameters) Descriptor() ([]byte, []int) + func (*SequencerConnect_GetDomainParameters) ProtoMessage() + func (x *SequencerConnect_GetDomainParameters) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_GetDomainParameters) Reset() + func (x *SequencerConnect_GetDomainParameters) String() string + type SequencerConnect_GetDomainParameters_Request struct + func (*SequencerConnect_GetDomainParameters_Request) Descriptor() ([]byte, []int) + func (*SequencerConnect_GetDomainParameters_Request) ProtoMessage() + func (x *SequencerConnect_GetDomainParameters_Request) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_GetDomainParameters_Request) Reset() + func (x *SequencerConnect_GetDomainParameters_Request) String() string + type SequencerConnect_GetDomainParameters_Response struct + Parameters isSequencerConnect_GetDomainParameters_Response_Parameters + func (*SequencerConnect_GetDomainParameters_Response) Descriptor() ([]byte, []int) + func (*SequencerConnect_GetDomainParameters_Response) ProtoMessage() + func (m *SequencerConnect_GetDomainParameters_Response) GetParameters() isSequencerConnect_GetDomainParameters_Response_Parameters + func (x *SequencerConnect_GetDomainParameters_Response) GetParametersV0() *v0.StaticDomainParameters + func (x *SequencerConnect_GetDomainParameters_Response) GetParametersV1() *v1.StaticDomainParameters + func (x *SequencerConnect_GetDomainParameters_Response) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_GetDomainParameters_Response) Reset() + func (x *SequencerConnect_GetDomainParameters_Response) String() string + type SequencerConnect_GetDomainParameters_Response_ParametersV0 struct + ParametersV0 *v0.StaticDomainParameters + type SequencerConnect_GetDomainParameters_Response_ParametersV1 struct + ParametersV1 *v1.StaticDomainParameters + type SequencerConnect_VerifyActive struct + func (*SequencerConnect_VerifyActive) Descriptor() ([]byte, []int) + func (*SequencerConnect_VerifyActive) ProtoMessage() + func (x *SequencerConnect_VerifyActive) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_VerifyActive) Reset() + func (x *SequencerConnect_VerifyActive) String() string + type SequencerConnect_VerifyActive_Failure struct + Reason string + func (*SequencerConnect_VerifyActive_Failure) Descriptor() ([]byte, []int) + func (*SequencerConnect_VerifyActive_Failure) ProtoMessage() + func (x *SequencerConnect_VerifyActive_Failure) GetReason() string + func (x *SequencerConnect_VerifyActive_Failure) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_VerifyActive_Failure) Reset() + func (x *SequencerConnect_VerifyActive_Failure) String() string + type SequencerConnect_VerifyActive_Request struct + func (*SequencerConnect_VerifyActive_Request) Descriptor() ([]byte, []int) + func (*SequencerConnect_VerifyActive_Request) ProtoMessage() + func (x *SequencerConnect_VerifyActive_Request) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_VerifyActive_Request) Reset() + func (x *SequencerConnect_VerifyActive_Request) String() string + type SequencerConnect_VerifyActive_Response struct + Value isSequencerConnect_VerifyActive_Response_Value + func (*SequencerConnect_VerifyActive_Response) Descriptor() ([]byte, []int) + func (*SequencerConnect_VerifyActive_Response) ProtoMessage() + func (m *SequencerConnect_VerifyActive_Response) GetValue() isSequencerConnect_VerifyActive_Response_Value + func (x *SequencerConnect_VerifyActive_Response) GetFailure() *SequencerConnect_VerifyActive_Failure + func (x *SequencerConnect_VerifyActive_Response) GetSuccess() *SequencerConnect_VerifyActive_Success + func (x *SequencerConnect_VerifyActive_Response) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_VerifyActive_Response) Reset() + func (x *SequencerConnect_VerifyActive_Response) String() string + type SequencerConnect_VerifyActive_Response_Failure struct + Failure *SequencerConnect_VerifyActive_Failure + type SequencerConnect_VerifyActive_Response_Success struct + Success *SequencerConnect_VerifyActive_Success + type SequencerConnect_VerifyActive_Success struct + IsActive bool + func (*SequencerConnect_VerifyActive_Success) Descriptor() ([]byte, []int) + func (*SequencerConnect_VerifyActive_Success) ProtoMessage() + func (x *SequencerConnect_VerifyActive_Success) GetIsActive() bool + func (x *SequencerConnect_VerifyActive_Success) ProtoReflect() protoreflect.Message + func (x *SequencerConnect_VerifyActive_Success) Reset() + func (x *SequencerConnect_VerifyActive_Success) String() string + type SequencerConnection struct + Alias string + Type isSequencerConnection_Type + func (*SequencerConnection) Descriptor() ([]byte, []int) + func (*SequencerConnection) ProtoMessage() + func (m *SequencerConnection) GetType() isSequencerConnection_Type + func (x *SequencerConnection) GetAlias() string + func (x *SequencerConnection) GetGrpc() *SequencerConnection_Grpc + func (x *SequencerConnection) ProtoReflect() protoreflect.Message + func (x *SequencerConnection) Reset() + func (x *SequencerConnection) String() string + type SequencerConnection_Grpc struct + Connections []string + CustomTrustCertificates *wrapperspb.BytesValue + TransportSecurity bool + func (*SequencerConnection_Grpc) Descriptor() ([]byte, []int) + func (*SequencerConnection_Grpc) ProtoMessage() + func (x *SequencerConnection_Grpc) GetConnections() []string + func (x *SequencerConnection_Grpc) GetCustomTrustCertificates() *wrapperspb.BytesValue + func (x *SequencerConnection_Grpc) GetTransportSecurity() bool + func (x *SequencerConnection_Grpc) ProtoReflect() protoreflect.Message + func (x *SequencerConnection_Grpc) Reset() + func (x *SequencerConnection_Grpc) String() string + type SequencerConnection_Grpc_ struct + Grpc *SequencerConnection_Grpc + type SequencerServiceClient interface + Acknowledge func(ctx context.Context, in *AcknowledgeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + AcknowledgeSigned func(ctx context.Context, in *v0.SignedContent, opts ...grpc.CallOption) (*emptypb.Empty, error) + DownloadTopologyStateForInit func(ctx context.Context, in *TopologyStateForInitRequest, opts ...grpc.CallOption) (*TopologyStateForInitResponse, error) + SendAsync func(ctx context.Context, in *v0.SubmissionRequest, opts ...grpc.CallOption) (*SendAsyncResponse, error) + SendAsyncSigned func(ctx context.Context, in *v0.SignedContent, opts ...grpc.CallOption) (*SendAsyncSignedResponse, error) + SendAsyncUnauthenticated func(ctx context.Context, in *v0.SubmissionRequest, opts ...grpc.CallOption) (*SendAsyncResponse, error) + SendAsyncUnauthenticatedVersioned func(ctx context.Context, in *SendAsyncUnauthenticatedVersionedRequest, ...) (*SendAsyncResponse, error) + SendAsyncVersioned func(ctx context.Context, in *SendAsyncVersionedRequest, opts ...grpc.CallOption) (*SendAsyncSignedResponse, error) + Subscribe func(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (SequencerService_SubscribeClient, error) + SubscribeUnauthenticated func(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (SequencerService_SubscribeUnauthenticatedClient, error) + SubscribeUnauthenticatedVersioned func(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (SequencerService_SubscribeUnauthenticatedVersionedClient, error) + SubscribeVersioned func(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (SequencerService_SubscribeVersionedClient, error) + func NewSequencerServiceClient(cc grpc.ClientConnInterface) SequencerServiceClient + type SequencerServiceServer interface + Acknowledge func(context.Context, *AcknowledgeRequest) (*emptypb.Empty, error) + AcknowledgeSigned func(context.Context, *v0.SignedContent) (*emptypb.Empty, error) + DownloadTopologyStateForInit func(context.Context, *TopologyStateForInitRequest) (*TopologyStateForInitResponse, error) + SendAsync func(context.Context, *v0.SubmissionRequest) (*SendAsyncResponse, error) + SendAsyncSigned func(context.Context, *v0.SignedContent) (*SendAsyncSignedResponse, error) + SendAsyncUnauthenticated func(context.Context, *v0.SubmissionRequest) (*SendAsyncResponse, error) + SendAsyncUnauthenticatedVersioned func(context.Context, *SendAsyncUnauthenticatedVersionedRequest) (*SendAsyncResponse, error) + SendAsyncVersioned func(context.Context, *SendAsyncVersionedRequest) (*SendAsyncSignedResponse, error) + Subscribe func(*SubscriptionRequest, SequencerService_SubscribeServer) error + SubscribeUnauthenticated func(*SubscriptionRequest, SequencerService_SubscribeUnauthenticatedServer) error + SubscribeUnauthenticatedVersioned func(*SubscriptionRequest, SequencerService_SubscribeUnauthenticatedVersionedServer) error + SubscribeVersioned func(*SubscriptionRequest, SequencerService_SubscribeVersionedServer) error + type SequencerService_SubscribeClient interface + Recv func() (*SubscriptionResponse, error) + type SequencerService_SubscribeServer interface + Send func(*SubscriptionResponse) error + type SequencerService_SubscribeUnauthenticatedClient interface + Recv func() (*SubscriptionResponse, error) + type SequencerService_SubscribeUnauthenticatedServer interface + Send func(*SubscriptionResponse) error + type SequencerService_SubscribeUnauthenticatedVersionedClient interface + Recv func() (*VersionedSubscriptionResponse, error) + type SequencerService_SubscribeUnauthenticatedVersionedServer interface + Send func(*VersionedSubscriptionResponse) error + type SequencerService_SubscribeVersionedClient interface + Recv func() (*VersionedSubscriptionResponse, error) + type SequencerService_SubscribeVersionedServer interface + Send func(*VersionedSubscriptionResponse) error + type SubscriptionRequest struct + Counter int64 + Member string + func (*SubscriptionRequest) Descriptor() ([]byte, []int) + func (*SubscriptionRequest) ProtoMessage() + func (x *SubscriptionRequest) GetCounter() int64 + func (x *SubscriptionRequest) GetMember() string + func (x *SubscriptionRequest) ProtoReflect() protoreflect.Message + func (x *SubscriptionRequest) Reset() + func (x *SubscriptionRequest) String() string + type SubscriptionResponse struct + SignedSequencedEvent *v0.SignedContent + TraceContext *v01.TraceContext + func (*SubscriptionResponse) Descriptor() ([]byte, []int) + func (*SubscriptionResponse) ProtoMessage() + func (x *SubscriptionResponse) GetSignedSequencedEvent() *v0.SignedContent + func (x *SubscriptionResponse) GetTraceContext() *v01.TraceContext + func (x *SubscriptionResponse) ProtoReflect() protoreflect.Message + func (x *SubscriptionResponse) Reset() + func (x *SubscriptionResponse) String() string + type TopologyStateForInitRequest struct + Member string + func (*TopologyStateForInitRequest) Descriptor() ([]byte, []int) + func (*TopologyStateForInitRequest) ProtoMessage() + func (x *TopologyStateForInitRequest) GetMember() string + func (x *TopologyStateForInitRequest) ProtoReflect() protoreflect.Message + func (x *TopologyStateForInitRequest) Reset() + func (x *TopologyStateForInitRequest) String() string + type TopologyStateForInitResponse struct + TopologyTransactions *v0.TopologyTransactions + func (*TopologyStateForInitResponse) Descriptor() ([]byte, []int) + func (*TopologyStateForInitResponse) ProtoMessage() + func (x *TopologyStateForInitResponse) GetTopologyTransactions() *v0.TopologyTransactions + func (x *TopologyStateForInitResponse) ProtoReflect() protoreflect.Message + func (x *TopologyStateForInitResponse) Reset() + func (x *TopologyStateForInitResponse) String() string + type UnimplementedDomainServiceServer struct + func (UnimplementedDomainServiceServer) GetServiceAgreement(context.Context, *GetServiceAgreementRequest) (*GetServiceAgreementResponse, error) + type UnimplementedDomainTimeServiceServer struct + func (UnimplementedDomainTimeServiceServer) AwaitTime(context.Context, *AwaitTimeRequest) (*emptypb.Empty, error) + func (UnimplementedDomainTimeServiceServer) FetchTime(context.Context, *FetchTimeRequest) (*FetchTimeResponse, error) + type UnimplementedSequencerAuthenticationServiceServer struct + func (UnimplementedSequencerAuthenticationServiceServer) Authenticate(context.Context, *Authentication_Request) (*Authentication_Response, error) + func (UnimplementedSequencerAuthenticationServiceServer) Challenge(context.Context, *Challenge_Request) (*Challenge_Response, error) + type UnimplementedSequencerConnectServiceServer struct + func (UnimplementedSequencerConnectServiceServer) GetDomainId(context.Context, *SequencerConnect_GetDomainId_Request) (*SequencerConnect_GetDomainId_Response, error) + func (UnimplementedSequencerConnectServiceServer) GetDomainParameters(context.Context, *SequencerConnect_GetDomainParameters_Request) (*SequencerConnect_GetDomainParameters_Response, error) + func (UnimplementedSequencerConnectServiceServer) GetServiceAgreement(context.Context, *GetServiceAgreementRequest) (*GetServiceAgreementResponse, error) + func (UnimplementedSequencerConnectServiceServer) Handshake(context.Context, *v0.Handshake_Request) (*v0.Handshake_Response, error) + func (UnimplementedSequencerConnectServiceServer) VerifyActive(context.Context, *SequencerConnect_VerifyActive_Request) (*SequencerConnect_VerifyActive_Response, error) + type UnimplementedSequencerServiceServer struct + func (UnimplementedSequencerServiceServer) Acknowledge(context.Context, *AcknowledgeRequest) (*emptypb.Empty, error) + func (UnimplementedSequencerServiceServer) AcknowledgeSigned(context.Context, *v0.SignedContent) (*emptypb.Empty, error) + func (UnimplementedSequencerServiceServer) DownloadTopologyStateForInit(context.Context, *TopologyStateForInitRequest) (*TopologyStateForInitResponse, error) + func (UnimplementedSequencerServiceServer) SendAsync(context.Context, *v0.SubmissionRequest) (*SendAsyncResponse, error) + func (UnimplementedSequencerServiceServer) SendAsyncSigned(context.Context, *v0.SignedContent) (*SendAsyncSignedResponse, error) + func (UnimplementedSequencerServiceServer) SendAsyncUnauthenticated(context.Context, *v0.SubmissionRequest) (*SendAsyncResponse, error) + func (UnimplementedSequencerServiceServer) SendAsyncUnauthenticatedVersioned(context.Context, *SendAsyncUnauthenticatedVersionedRequest) (*SendAsyncResponse, error) + func (UnimplementedSequencerServiceServer) SendAsyncVersioned(context.Context, *SendAsyncVersionedRequest) (*SendAsyncSignedResponse, error) + func (UnimplementedSequencerServiceServer) Subscribe(*SubscriptionRequest, SequencerService_SubscribeServer) error + func (UnimplementedSequencerServiceServer) SubscribeUnauthenticated(*SubscriptionRequest, SequencerService_SubscribeUnauthenticatedServer) error + func (UnimplementedSequencerServiceServer) SubscribeUnauthenticatedVersioned(*SubscriptionRequest, SequencerService_SubscribeUnauthenticatedVersionedServer) error + func (UnimplementedSequencerServiceServer) SubscribeVersioned(*SubscriptionRequest, SequencerService_SubscribeVersionedServer) error + type UnsafeDomainServiceServer interface + type UnsafeDomainTimeServiceServer interface + type UnsafeSequencerAuthenticationServiceServer interface + type UnsafeSequencerConnectServiceServer interface + type UnsafeSequencerServiceServer interface + type VersionedSubscriptionResponse struct + SignedSequencedEvent []byte + TraceContext *v01.TraceContext + TrafficState *SequencedEventTrafficState + func (*VersionedSubscriptionResponse) Descriptor() ([]byte, []int) + func (*VersionedSubscriptionResponse) ProtoMessage() + func (x *VersionedSubscriptionResponse) GetSignedSequencedEvent() []byte + func (x *VersionedSubscriptionResponse) GetTraceContext() *v01.TraceContext + func (x *VersionedSubscriptionResponse) GetTrafficState() *SequencedEventTrafficState + func (x *VersionedSubscriptionResponse) ProtoReflect() protoreflect.Message + func (x *VersionedSubscriptionResponse) Reset() + func (x *VersionedSubscriptionResponse) String() string