v0

package
v7.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_com_digitalasset_canton_topology_admin_v0_initialization_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_topology_admin_v0_topology_aggregation_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_topology_admin_v0_topology_manager_read_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_topology_admin_v0_topology_manager_write_service_proto protoreflect.FileDescriptor
View Source
var InitializationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.topology.admin.v0.InitializationService",
	HandlerType: (*InitializationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "InitId",
			Handler:    _InitializationService_InitId_Handler,
		},
		{
			MethodName: "GetId",
			Handler:    _InitializationService_GetId_Handler,
		},
		{
			MethodName: "CurrentTime",
			Handler:    _InitializationService_CurrentTime_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/topology/admin/v0/initialization_service.proto",
}

InitializationService_ServiceDesc is the grpc.ServiceDesc for InitializationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TopologyAggregationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.topology.admin.v0.TopologyAggregationService",
	HandlerType: (*TopologyAggregationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListParties",
			Handler:    _TopologyAggregationService_ListParties_Handler,
		},
		{
			MethodName: "ListKeyOwners",
			Handler:    _TopologyAggregationService_ListKeyOwners_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/topology/admin/v0/topology_aggregation_service.proto",
}

TopologyAggregationService_ServiceDesc is the grpc.ServiceDesc for TopologyAggregationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TopologyManagerReadService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.topology.admin.v0.TopologyManagerReadService",
	HandlerType: (*TopologyManagerReadServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListAvailableStores",
			Handler:    _TopologyManagerReadService_ListAvailableStores_Handler,
		},
		{
			MethodName: "ListPartyToParticipant",
			Handler:    _TopologyManagerReadService_ListPartyToParticipant_Handler,
		},
		{
			MethodName: "ListOwnerToKeyMapping",
			Handler:    _TopologyManagerReadService_ListOwnerToKeyMapping_Handler,
		},
		{
			MethodName: "ListNamespaceDelegation",
			Handler:    _TopologyManagerReadService_ListNamespaceDelegation_Handler,
		},
		{
			MethodName: "ListIdentifierDelegation",
			Handler:    _TopologyManagerReadService_ListIdentifierDelegation_Handler,
		},
		{
			MethodName: "ListSignedLegalIdentityClaim",
			Handler:    _TopologyManagerReadService_ListSignedLegalIdentityClaim_Handler,
		},
		{
			MethodName: "ListParticipantDomainState",
			Handler:    _TopologyManagerReadService_ListParticipantDomainState_Handler,
		},
		{
			MethodName: "ListMediatorDomainState",
			Handler:    _TopologyManagerReadService_ListMediatorDomainState_Handler,
		},
		{
			MethodName: "ListVettedPackages",
			Handler:    _TopologyManagerReadService_ListVettedPackages_Handler,
		},
		{
			MethodName: "ListDomainParametersChanges",
			Handler:    _TopologyManagerReadService_ListDomainParametersChanges_Handler,
		},
		{
			MethodName: "ListAll",
			Handler:    _TopologyManagerReadService_ListAll_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/topology/admin/v0/topology_manager_read_service.proto",
}

TopologyManagerReadService_ServiceDesc is the grpc.ServiceDesc for TopologyManagerReadService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TopologyManagerWriteService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.topology.admin.v0.TopologyManagerWriteService",
	HandlerType: (*TopologyManagerWriteServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AuthorizePartyToParticipant",
			Handler:    _TopologyManagerWriteService_AuthorizePartyToParticipant_Handler,
		},
		{
			MethodName: "AuthorizeOwnerToKeyMapping",
			Handler:    _TopologyManagerWriteService_AuthorizeOwnerToKeyMapping_Handler,
		},
		{
			MethodName: "AuthorizeNamespaceDelegation",
			Handler:    _TopologyManagerWriteService_AuthorizeNamespaceDelegation_Handler,
		},
		{
			MethodName: "AuthorizeIdentifierDelegation",
			Handler:    _TopologyManagerWriteService_AuthorizeIdentifierDelegation_Handler,
		},
		{
			MethodName: "AuthorizeVettedPackages",
			Handler:    _TopologyManagerWriteService_AuthorizeVettedPackages_Handler,
		},
		{
			MethodName: "AuthorizeDomainParametersChange",
			Handler:    _TopologyManagerWriteService_AuthorizeDomainParametersChange_Handler,
		},
		{
			MethodName: "AuthorizeParticipantDomainState",
			Handler:    _TopologyManagerWriteService_AuthorizeParticipantDomainState_Handler,
		},
		{
			MethodName: "AuthorizeMediatorDomainState",
			Handler:    _TopologyManagerWriteService_AuthorizeMediatorDomainState_Handler,
		},
		{
			MethodName: "AddSignedTopologyTransaction",
			Handler:    _TopologyManagerWriteService_AddSignedTopologyTransaction_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/topology/admin/v0/topology_manager_write_service.proto",
}

TopologyManagerWriteService_ServiceDesc is the grpc.ServiceDesc for TopologyManagerWriteService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterInitializationServiceServer

func RegisterInitializationServiceServer(s grpc.ServiceRegistrar, srv InitializationServiceServer)

func RegisterTopologyAggregationServiceServer

func RegisterTopologyAggregationServiceServer(s grpc.ServiceRegistrar, srv TopologyAggregationServiceServer)

func RegisterTopologyManagerReadServiceServer

func RegisterTopologyManagerReadServiceServer(s grpc.ServiceRegistrar, srv TopologyManagerReadServiceServer)

func RegisterTopologyManagerWriteServiceServer

func RegisterTopologyManagerWriteServiceServer(s grpc.ServiceRegistrar, srv TopologyManagerWriteServiceServer)

Types

type AdditionSuccess

type AdditionSuccess struct {
	// contains filtered or unexported fields
}

func (*AdditionSuccess) Descriptor deprecated

func (*AdditionSuccess) Descriptor() ([]byte, []int)

Deprecated: Use AdditionSuccess.ProtoReflect.Descriptor instead.

func (*AdditionSuccess) ProtoMessage

func (*AdditionSuccess) ProtoMessage()

func (*AdditionSuccess) ProtoReflect

func (x *AdditionSuccess) ProtoReflect() protoreflect.Message

func (*AdditionSuccess) Reset

func (x *AdditionSuccess) Reset()

func (*AdditionSuccess) String

func (x *AdditionSuccess) String() string

type AuthorizationData

type AuthorizationData struct {

	//* Add / Remove / Replace
	Change v0.TopologyChangeOp `protobuf:"varint,1,opt,name=change,proto3,enum=com.digitalasset.canton.protocol.v0.TopologyChangeOp" json:"change,omitempty"`
	//*
	// Fingerprint of the key signing the authorization
	//
	// The signing key is used to identify a particular `NamespaceDelegation` or `IdentifierDelegation` certificate,
	// which is used to justify the given authorization.
	SignedBy string `protobuf:"bytes,2,opt,name=signed_by,json=signedBy,proto3" json:"signed_by,omitempty"`
	//* if true, the authorization will also replace the existing (makes only sense for adds)
	ReplaceExisting bool `protobuf:"varint,3,opt,name=replace_existing,json=replaceExisting,proto3" json:"replace_existing,omitempty"`
	//* Force change even if dangerous
	ForceChange bool `protobuf:"varint,4,opt,name=force_change,json=forceChange,proto3" json:"force_change,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationData) Descriptor deprecated

func (*AuthorizationData) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationData.ProtoReflect.Descriptor instead.

func (*AuthorizationData) GetChange

func (x *AuthorizationData) GetChange() v0.TopologyChangeOp

func (*AuthorizationData) GetForceChange

func (x *AuthorizationData) GetForceChange() bool

func (*AuthorizationData) GetReplaceExisting

func (x *AuthorizationData) GetReplaceExisting() bool

func (*AuthorizationData) GetSignedBy

func (x *AuthorizationData) GetSignedBy() string

func (*AuthorizationData) ProtoMessage

func (*AuthorizationData) ProtoMessage()

func (*AuthorizationData) ProtoReflect

func (x *AuthorizationData) ProtoReflect() protoreflect.Message

func (*AuthorizationData) Reset

func (x *AuthorizationData) Reset()

func (*AuthorizationData) String

func (x *AuthorizationData) String() string

type AuthorizationSuccess

type AuthorizationSuccess struct {
	Serialized []byte `protobuf:"bytes,1,opt,name=serialized,proto3" json:"serialized,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationSuccess) Descriptor deprecated

func (*AuthorizationSuccess) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationSuccess.ProtoReflect.Descriptor instead.

func (*AuthorizationSuccess) GetSerialized

func (x *AuthorizationSuccess) GetSerialized() []byte

func (*AuthorizationSuccess) ProtoMessage

func (*AuthorizationSuccess) ProtoMessage()

func (*AuthorizationSuccess) ProtoReflect

func (x *AuthorizationSuccess) ProtoReflect() protoreflect.Message

func (*AuthorizationSuccess) Reset

func (x *AuthorizationSuccess) Reset()

func (*AuthorizationSuccess) String

func (x *AuthorizationSuccess) String() string

type BaseQuery

type BaseQuery struct {
	FilterStore   string              `protobuf:"bytes,1,opt,name=filter_store,json=filterStore,proto3" json:"filter_store,omitempty"`
	UseStateStore bool                `protobuf:"varint,2,opt,name=use_state_store,json=useStateStore,proto3" json:"use_state_store,omitempty"`
	Operation     v0.TopologyChangeOp `` /* 130-byte string literal not displayed */
	//* if true, then we'll filter the results according to above defined operation
	FilterOperation bool `protobuf:"varint,4,opt,name=filter_operation,json=filterOperation,proto3" json:"filter_operation,omitempty"`
	// Types that are assignable to TimeQuery:
	//	*BaseQuery_Snapshot
	//	*BaseQuery_HeadState
	//	*BaseQuery_Range
	TimeQuery       isBaseQuery_TimeQuery   `protobuf_oneof:"time_query"`
	FilterSignedKey string                  `protobuf:"bytes,8,opt,name=filter_signed_key,json=filterSignedKey,proto3" json:"filter_signed_key,omitempty"`
	ProtocolVersion *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	// contains filtered or unexported fields
}

func (*BaseQuery) Descriptor deprecated

func (*BaseQuery) Descriptor() ([]byte, []int)

Deprecated: Use BaseQuery.ProtoReflect.Descriptor instead.

func (*BaseQuery) GetFilterOperation

func (x *BaseQuery) GetFilterOperation() bool

func (*BaseQuery) GetFilterSignedKey

func (x *BaseQuery) GetFilterSignedKey() string

func (*BaseQuery) GetFilterStore

func (x *BaseQuery) GetFilterStore() string

func (*BaseQuery) GetHeadState

func (x *BaseQuery) GetHeadState() *emptypb.Empty

func (*BaseQuery) GetOperation

func (x *BaseQuery) GetOperation() v0.TopologyChangeOp

func (*BaseQuery) GetProtocolVersion

func (x *BaseQuery) GetProtocolVersion() *wrapperspb.StringValue

func (*BaseQuery) GetRange

func (x *BaseQuery) GetRange() *BaseQuery_TimeRange

func (*BaseQuery) GetSnapshot

func (x *BaseQuery) GetSnapshot() *timestamppb.Timestamp

func (*BaseQuery) GetTimeQuery

func (m *BaseQuery) GetTimeQuery() isBaseQuery_TimeQuery

func (*BaseQuery) GetUseStateStore

func (x *BaseQuery) GetUseStateStore() bool

func (*BaseQuery) ProtoMessage

func (*BaseQuery) ProtoMessage()

func (*BaseQuery) ProtoReflect

func (x *BaseQuery) ProtoReflect() protoreflect.Message

func (*BaseQuery) Reset

func (x *BaseQuery) Reset()

func (*BaseQuery) String

func (x *BaseQuery) String() string

type BaseQuery_HeadState

type BaseQuery_HeadState struct {
	HeadState *emptypb.Empty `protobuf:"bytes,6,opt,name=head_state,json=headState,proto3,oneof"`
}

type BaseQuery_Range

type BaseQuery_Range struct {
	Range *BaseQuery_TimeRange `protobuf:"bytes,7,opt,name=range,proto3,oneof"`
}

type BaseQuery_Snapshot

type BaseQuery_Snapshot struct {
	Snapshot *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=snapshot,proto3,oneof"`
}

type BaseQuery_TimeRange

type BaseQuery_TimeRange struct {
	From  *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	Until *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=until,proto3" json:"until,omitempty"`
	// contains filtered or unexported fields
}

func (*BaseQuery_TimeRange) Descriptor deprecated

func (*BaseQuery_TimeRange) Descriptor() ([]byte, []int)

Deprecated: Use BaseQuery_TimeRange.ProtoReflect.Descriptor instead.

func (*BaseQuery_TimeRange) GetFrom

func (*BaseQuery_TimeRange) GetUntil

func (x *BaseQuery_TimeRange) GetUntil() *timestamppb.Timestamp

func (*BaseQuery_TimeRange) ProtoMessage

func (*BaseQuery_TimeRange) ProtoMessage()

func (*BaseQuery_TimeRange) ProtoReflect

func (x *BaseQuery_TimeRange) ProtoReflect() protoreflect.Message

func (*BaseQuery_TimeRange) Reset

func (x *BaseQuery_TimeRange) Reset()

func (*BaseQuery_TimeRange) String

func (x *BaseQuery_TimeRange) String() string

type BaseResult

type BaseResult struct {
	Store string `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
	// TODO(i9014) reorder once we break the admin api
	Sequenced           *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=sequenced,proto3" json:"sequenced,omitempty"`
	ValidFrom           *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=valid_from,json=validFrom,proto3" json:"valid_from,omitempty"`
	ValidUntil          *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"`
	Operation           v0.TopologyChangeOp    `` /* 130-byte string literal not displayed */
	Serialized          []byte                 `protobuf:"bytes,5,opt,name=serialized,proto3" json:"serialized,omitempty"`
	SignedByFingerprint string                 `protobuf:"bytes,6,opt,name=signed_by_fingerprint,json=signedByFingerprint,proto3" json:"signed_by_fingerprint,omitempty"`
	// contains filtered or unexported fields
}

func (*BaseResult) Descriptor deprecated

func (*BaseResult) Descriptor() ([]byte, []int)

Deprecated: Use BaseResult.ProtoReflect.Descriptor instead.

func (*BaseResult) GetOperation

func (x *BaseResult) GetOperation() v0.TopologyChangeOp

func (*BaseResult) GetSequenced

func (x *BaseResult) GetSequenced() *timestamppb.Timestamp

func (*BaseResult) GetSerialized

func (x *BaseResult) GetSerialized() []byte

func (*BaseResult) GetSignedByFingerprint

func (x *BaseResult) GetSignedByFingerprint() string

func (*BaseResult) GetStore

func (x *BaseResult) GetStore() string

func (*BaseResult) GetValidFrom

func (x *BaseResult) GetValidFrom() *timestamppb.Timestamp

func (*BaseResult) GetValidUntil

func (x *BaseResult) GetValidUntil() *timestamppb.Timestamp

func (*BaseResult) ProtoMessage

func (*BaseResult) ProtoMessage()

func (*BaseResult) ProtoReflect

func (x *BaseResult) ProtoReflect() protoreflect.Message

func (*BaseResult) Reset

func (x *BaseResult) Reset()

func (*BaseResult) String

func (x *BaseResult) String() string

type DomainParametersChangeAuthorization

type DomainParametersChangeAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	//* domain this authorization refers to
	Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	//* new parameters for the domain
	// Types that are assignable to Parameters:
	//	*DomainParametersChangeAuthorization_ParametersV0
	//	*DomainParametersChangeAuthorization_ParametersV1
	Parameters isDomainParametersChangeAuthorization_Parameters `protobuf_oneof:"parameters"`
	// contains filtered or unexported fields
}

func (*DomainParametersChangeAuthorization) Descriptor deprecated

func (*DomainParametersChangeAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use DomainParametersChangeAuthorization.ProtoReflect.Descriptor instead.

func (*DomainParametersChangeAuthorization) GetAuthorization

func (*DomainParametersChangeAuthorization) GetDomain

func (*DomainParametersChangeAuthorization) GetParameters

func (m *DomainParametersChangeAuthorization) GetParameters() isDomainParametersChangeAuthorization_Parameters

func (*DomainParametersChangeAuthorization) GetParametersV0

func (*DomainParametersChangeAuthorization) GetParametersV1

func (*DomainParametersChangeAuthorization) ProtoMessage

func (*DomainParametersChangeAuthorization) ProtoMessage()

func (*DomainParametersChangeAuthorization) ProtoReflect

func (*DomainParametersChangeAuthorization) Reset

func (*DomainParametersChangeAuthorization) String

type DomainParametersChangeAuthorization_ParametersV0

type DomainParametersChangeAuthorization_ParametersV0 struct {
	ParametersV0 *v0.DynamicDomainParameters `protobuf:"bytes,3,opt,name=parameters_v0,json=parametersV0,proto3,oneof"`
}

type DomainParametersChangeAuthorization_ParametersV1

type DomainParametersChangeAuthorization_ParametersV1 struct {
	ParametersV1 *v1.DynamicDomainParameters `protobuf:"bytes,4,opt,name=parameters_v1,json=parametersV1,proto3,oneof"`
}

type GetIdResponse

type GetIdResponse struct {
	Initialized      bool   `protobuf:"varint,1,opt,name=initialized,proto3" json:"initialized,omitempty"`
	UniqueIdentifier string `protobuf:"bytes,2,opt,name=unique_identifier,json=uniqueIdentifier,proto3" json:"unique_identifier,omitempty"`
	Instance         string `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdResponse) Descriptor deprecated

func (*GetIdResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIdResponse.ProtoReflect.Descriptor instead.

func (*GetIdResponse) GetInitialized

func (x *GetIdResponse) GetInitialized() bool

func (*GetIdResponse) GetInstance

func (x *GetIdResponse) GetInstance() string

func (*GetIdResponse) GetUniqueIdentifier

func (x *GetIdResponse) GetUniqueIdentifier() string

func (*GetIdResponse) ProtoMessage

func (*GetIdResponse) ProtoMessage()

func (*GetIdResponse) ProtoReflect

func (x *GetIdResponse) ProtoReflect() protoreflect.Message

func (*GetIdResponse) Reset

func (x *GetIdResponse) Reset()

func (*GetIdResponse) String

func (x *GetIdResponse) String() string

type IdentifierDelegationAuthorization

type IdentifierDelegationAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	Identifier    string             `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	//*
	// The fingerprint of the signing key which will be authorized to issue topology transaction for this particular identifier.
	//
	// As with `NamespaceDelegation`s, the key needs to be present locally.
	FingerprintOfAuthorizedKey string `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IdentifierDelegationAuthorization) Descriptor deprecated

func (*IdentifierDelegationAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use IdentifierDelegationAuthorization.ProtoReflect.Descriptor instead.

func (*IdentifierDelegationAuthorization) GetAuthorization

func (*IdentifierDelegationAuthorization) GetFingerprintOfAuthorizedKey

func (x *IdentifierDelegationAuthorization) GetFingerprintOfAuthorizedKey() string

func (*IdentifierDelegationAuthorization) GetIdentifier

func (x *IdentifierDelegationAuthorization) GetIdentifier() string

func (*IdentifierDelegationAuthorization) ProtoMessage

func (*IdentifierDelegationAuthorization) ProtoMessage()

func (*IdentifierDelegationAuthorization) ProtoReflect

func (*IdentifierDelegationAuthorization) Reset

func (*IdentifierDelegationAuthorization) String

type InitIdRequest

type InitIdRequest struct {
	Identifier  string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Fingerprint string `protobuf:"bytes,2,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"`
	// optional - instance id, if supplied value is empty then one will be generated
	Instance string `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*InitIdRequest) Descriptor deprecated

func (*InitIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use InitIdRequest.ProtoReflect.Descriptor instead.

func (*InitIdRequest) GetFingerprint

func (x *InitIdRequest) GetFingerprint() string

func (*InitIdRequest) GetIdentifier

func (x *InitIdRequest) GetIdentifier() string

func (*InitIdRequest) GetInstance

func (x *InitIdRequest) GetInstance() string

func (*InitIdRequest) ProtoMessage

func (*InitIdRequest) ProtoMessage()

func (*InitIdRequest) ProtoReflect

func (x *InitIdRequest) ProtoReflect() protoreflect.Message

func (*InitIdRequest) Reset

func (x *InitIdRequest) Reset()

func (*InitIdRequest) String

func (x *InitIdRequest) String() string

type InitIdResponse

type InitIdResponse struct {
	UniqueIdentifier string `protobuf:"bytes,1,opt,name=unique_identifier,json=uniqueIdentifier,proto3" json:"unique_identifier,omitempty"`
	Instance         string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*InitIdResponse) Descriptor deprecated

func (*InitIdResponse) Descriptor() ([]byte, []int)

Deprecated: Use InitIdResponse.ProtoReflect.Descriptor instead.

func (*InitIdResponse) GetInstance

func (x *InitIdResponse) GetInstance() string

func (*InitIdResponse) GetUniqueIdentifier

func (x *InitIdResponse) GetUniqueIdentifier() string

func (*InitIdResponse) ProtoMessage

func (*InitIdResponse) ProtoMessage()

func (*InitIdResponse) ProtoReflect

func (x *InitIdResponse) ProtoReflect() protoreflect.Message

func (*InitIdResponse) Reset

func (x *InitIdResponse) Reset()

func (*InitIdResponse) String

func (x *InitIdResponse) String() string

type InitializationServiceClient

type InitializationServiceClient interface {
	//*
	// Initialize the node with the unique identifier (can and must be done once)
	//
	// When a domain or participant instance starts for the first time, we need to bind it
	// to a globally unique stable identifier before we can continue with the
	// initialization procedure.
	//
	// This method is only used once during initialization.
	InitId(ctx context.Context, in *InitIdRequest, opts ...grpc.CallOption) (*InitIdResponse, error)
	//*
	// Returns the id of the node (or empty if not initialized)
	GetId(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetIdResponse, error)
	//*
	// Returns the current time of the node (used for testing with static time)
	CurrentTime(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*timestamppb.Timestamp, error)
}

InitializationServiceClient is the client API for InitializationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type InitializationServiceServer

type InitializationServiceServer interface {
	//*
	// Initialize the node with the unique identifier (can and must be done once)
	//
	// When a domain or participant instance starts for the first time, we need to bind it
	// to a globally unique stable identifier before we can continue with the
	// initialization procedure.
	//
	// This method is only used once during initialization.
	InitId(context.Context, *InitIdRequest) (*InitIdResponse, error)
	//*
	// Returns the id of the node (or empty if not initialized)
	GetId(context.Context, *emptypb.Empty) (*GetIdResponse, error)
	//*
	// Returns the current time of the node (used for testing with static time)
	CurrentTime(context.Context, *emptypb.Empty) (*timestamppb.Timestamp, error)
	// contains filtered or unexported methods
}

InitializationServiceServer is the server API for InitializationService service. All implementations must embed UnimplementedInitializationServiceServer for forward compatibility

type ListAllRequest

type ListAllRequest struct {
	BaseQuery *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllRequest) Descriptor deprecated

func (*ListAllRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAllRequest.ProtoReflect.Descriptor instead.

func (*ListAllRequest) GetBaseQuery

func (x *ListAllRequest) GetBaseQuery() *BaseQuery

func (*ListAllRequest) ProtoMessage

func (*ListAllRequest) ProtoMessage()

func (*ListAllRequest) ProtoReflect

func (x *ListAllRequest) ProtoReflect() protoreflect.Message

func (*ListAllRequest) Reset

func (x *ListAllRequest) Reset()

func (*ListAllRequest) String

func (x *ListAllRequest) String() string

type ListAllResponse

type ListAllResponse struct {
	Result *v0.TopologyTransactions `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllResponse) Descriptor deprecated

func (*ListAllResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAllResponse.ProtoReflect.Descriptor instead.

func (*ListAllResponse) GetResult

func (x *ListAllResponse) GetResult() *v0.TopologyTransactions

func (*ListAllResponse) ProtoMessage

func (*ListAllResponse) ProtoMessage()

func (*ListAllResponse) ProtoReflect

func (x *ListAllResponse) ProtoReflect() protoreflect.Message

func (*ListAllResponse) Reset

func (x *ListAllResponse) Reset()

func (*ListAllResponse) String

func (x *ListAllResponse) String() string

type ListAvailableStoresRequest

type ListAvailableStoresRequest struct {
	// contains filtered or unexported fields
}

func (*ListAvailableStoresRequest) Descriptor deprecated

func (*ListAvailableStoresRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAvailableStoresRequest.ProtoReflect.Descriptor instead.

func (*ListAvailableStoresRequest) ProtoMessage

func (*ListAvailableStoresRequest) ProtoMessage()

func (*ListAvailableStoresRequest) ProtoReflect

func (*ListAvailableStoresRequest) Reset

func (x *ListAvailableStoresRequest) Reset()

func (*ListAvailableStoresRequest) String

func (x *ListAvailableStoresRequest) String() string

type ListAvailableStoresResult

type ListAvailableStoresResult struct {
	StoreIds []string `protobuf:"bytes,1,rep,name=store_ids,json=storeIds,proto3" json:"store_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAvailableStoresResult) Descriptor deprecated

func (*ListAvailableStoresResult) Descriptor() ([]byte, []int)

Deprecated: Use ListAvailableStoresResult.ProtoReflect.Descriptor instead.

func (*ListAvailableStoresResult) GetStoreIds

func (x *ListAvailableStoresResult) GetStoreIds() []string

func (*ListAvailableStoresResult) ProtoMessage

func (*ListAvailableStoresResult) ProtoMessage()

func (*ListAvailableStoresResult) ProtoReflect

func (*ListAvailableStoresResult) Reset

func (x *ListAvailableStoresResult) Reset()

func (*ListAvailableStoresResult) String

func (x *ListAvailableStoresResult) String() string

type ListDomainParametersChangesRequest

type ListDomainParametersChangesRequest struct {
	BaseQuery *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDomainParametersChangesRequest) Descriptor deprecated

func (*ListDomainParametersChangesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDomainParametersChangesRequest.ProtoReflect.Descriptor instead.

func (*ListDomainParametersChangesRequest) GetBaseQuery

func (x *ListDomainParametersChangesRequest) GetBaseQuery() *BaseQuery

func (*ListDomainParametersChangesRequest) ProtoMessage

func (*ListDomainParametersChangesRequest) ProtoMessage()

func (*ListDomainParametersChangesRequest) ProtoReflect

func (*ListDomainParametersChangesRequest) Reset

func (*ListDomainParametersChangesRequest) String

type ListDomainParametersChangesResult

type ListDomainParametersChangesResult struct {
	Results []*ListDomainParametersChangesResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDomainParametersChangesResult) Descriptor deprecated

func (*ListDomainParametersChangesResult) Descriptor() ([]byte, []int)

Deprecated: Use ListDomainParametersChangesResult.ProtoReflect.Descriptor instead.

func (*ListDomainParametersChangesResult) GetResults

func (*ListDomainParametersChangesResult) ProtoMessage

func (*ListDomainParametersChangesResult) ProtoMessage()

func (*ListDomainParametersChangesResult) ProtoReflect

func (*ListDomainParametersChangesResult) Reset

func (*ListDomainParametersChangesResult) String

type ListDomainParametersChangesResult_Result

type ListDomainParametersChangesResult_Result struct {
	Context *BaseResult `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	// Types that are assignable to Parameters:
	//	*ListDomainParametersChangesResult_Result_V0
	//	*ListDomainParametersChangesResult_Result_V1
	Parameters isListDomainParametersChangesResult_Result_Parameters `protobuf_oneof:"parameters"`
	// contains filtered or unexported fields
}

func (*ListDomainParametersChangesResult_Result) Descriptor deprecated

func (*ListDomainParametersChangesResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListDomainParametersChangesResult_Result.ProtoReflect.Descriptor instead.

func (*ListDomainParametersChangesResult_Result) GetContext

func (*ListDomainParametersChangesResult_Result) GetParameters

func (m *ListDomainParametersChangesResult_Result) GetParameters() isListDomainParametersChangesResult_Result_Parameters

func (*ListDomainParametersChangesResult_Result) GetV0

func (*ListDomainParametersChangesResult_Result) GetV1

func (*ListDomainParametersChangesResult_Result) ProtoMessage

func (*ListDomainParametersChangesResult_Result) ProtoReflect

func (*ListDomainParametersChangesResult_Result) Reset

func (*ListDomainParametersChangesResult_Result) String

type ListDomainParametersChangesResult_Result_V0

type ListDomainParametersChangesResult_Result_V0 struct {
	V0 *v0.DynamicDomainParameters `protobuf:"bytes,2,opt,name=v0,proto3,oneof"`
}

type ListDomainParametersChangesResult_Result_V1

type ListDomainParametersChangesResult_Result_V1 struct {
	V1 *v1.DynamicDomainParameters `protobuf:"bytes,3,opt,name=v1,proto3,oneof"`
}

type ListIdentifierDelegationRequest

type ListIdentifierDelegationRequest struct {
	BaseQuery *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterUid string     `protobuf:"bytes,2,opt,name=filter_uid,json=filterUid,proto3" json:"filter_uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIdentifierDelegationRequest) Descriptor deprecated

func (*ListIdentifierDelegationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListIdentifierDelegationRequest.ProtoReflect.Descriptor instead.

func (*ListIdentifierDelegationRequest) GetBaseQuery

func (x *ListIdentifierDelegationRequest) GetBaseQuery() *BaseQuery

func (*ListIdentifierDelegationRequest) GetFilterUid

func (x *ListIdentifierDelegationRequest) GetFilterUid() string

func (*ListIdentifierDelegationRequest) ProtoMessage

func (*ListIdentifierDelegationRequest) ProtoMessage()

func (*ListIdentifierDelegationRequest) ProtoReflect

func (*ListIdentifierDelegationRequest) Reset

func (*ListIdentifierDelegationRequest) String

type ListIdentifierDelegationResult

type ListIdentifierDelegationResult struct {
	Results []*ListIdentifierDelegationResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIdentifierDelegationResult) Descriptor deprecated

func (*ListIdentifierDelegationResult) Descriptor() ([]byte, []int)

Deprecated: Use ListIdentifierDelegationResult.ProtoReflect.Descriptor instead.

func (*ListIdentifierDelegationResult) GetResults

func (*ListIdentifierDelegationResult) ProtoMessage

func (*ListIdentifierDelegationResult) ProtoMessage()

func (*ListIdentifierDelegationResult) ProtoReflect

func (*ListIdentifierDelegationResult) Reset

func (x *ListIdentifierDelegationResult) Reset()

func (*ListIdentifierDelegationResult) String

type ListIdentifierDelegationResult_Result

type ListIdentifierDelegationResult_Result struct {
	Context              *BaseResult              `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item                 *v0.IdentifierDelegation `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	TargetKeyFingerprint string                   `protobuf:"bytes,3,opt,name=target_key_fingerprint,json=targetKeyFingerprint,proto3" json:"target_key_fingerprint,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIdentifierDelegationResult_Result) Descriptor deprecated

func (*ListIdentifierDelegationResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListIdentifierDelegationResult_Result.ProtoReflect.Descriptor instead.

func (*ListIdentifierDelegationResult_Result) GetContext

func (*ListIdentifierDelegationResult_Result) GetItem

func (*ListIdentifierDelegationResult_Result) GetTargetKeyFingerprint

func (x *ListIdentifierDelegationResult_Result) GetTargetKeyFingerprint() string

func (*ListIdentifierDelegationResult_Result) ProtoMessage

func (*ListIdentifierDelegationResult_Result) ProtoMessage()

func (*ListIdentifierDelegationResult_Result) ProtoReflect

func (*ListIdentifierDelegationResult_Result) Reset

func (*ListIdentifierDelegationResult_Result) String

type ListKeyOwnersRequest

type ListKeyOwnersRequest struct {
	AsOf               *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=as_of,json=asOf,proto3" json:"as_of,omitempty"`
	Limit              int32                  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	FilterDomain       string                 `protobuf:"bytes,3,opt,name=filter_domain,json=filterDomain,proto3" json:"filter_domain,omitempty"`
	FilterKeyOwnerType string                 `protobuf:"bytes,4,opt,name=filter_key_owner_type,json=filterKeyOwnerType,proto3" json:"filter_key_owner_type,omitempty"`
	FilterKeyOwnerUid  string                 `protobuf:"bytes,5,opt,name=filter_key_owner_uid,json=filterKeyOwnerUid,proto3" json:"filter_key_owner_uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListKeyOwnersRequest) Descriptor deprecated

func (*ListKeyOwnersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListKeyOwnersRequest.ProtoReflect.Descriptor instead.

func (*ListKeyOwnersRequest) GetAsOf

func (*ListKeyOwnersRequest) GetFilterDomain

func (x *ListKeyOwnersRequest) GetFilterDomain() string

func (*ListKeyOwnersRequest) GetFilterKeyOwnerType

func (x *ListKeyOwnersRequest) GetFilterKeyOwnerType() string

func (*ListKeyOwnersRequest) GetFilterKeyOwnerUid

func (x *ListKeyOwnersRequest) GetFilterKeyOwnerUid() string

func (*ListKeyOwnersRequest) GetLimit

func (x *ListKeyOwnersRequest) GetLimit() int32

func (*ListKeyOwnersRequest) ProtoMessage

func (*ListKeyOwnersRequest) ProtoMessage()

func (*ListKeyOwnersRequest) ProtoReflect

func (x *ListKeyOwnersRequest) ProtoReflect() protoreflect.Message

func (*ListKeyOwnersRequest) Reset

func (x *ListKeyOwnersRequest) Reset()

func (*ListKeyOwnersRequest) String

func (x *ListKeyOwnersRequest) String() string

type ListKeyOwnersResponse

type ListKeyOwnersResponse struct {
	Results []*ListKeyOwnersResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListKeyOwnersResponse) Descriptor deprecated

func (*ListKeyOwnersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListKeyOwnersResponse.ProtoReflect.Descriptor instead.

func (*ListKeyOwnersResponse) GetResults

func (*ListKeyOwnersResponse) ProtoMessage

func (*ListKeyOwnersResponse) ProtoMessage()

func (*ListKeyOwnersResponse) ProtoReflect

func (x *ListKeyOwnersResponse) ProtoReflect() protoreflect.Message

func (*ListKeyOwnersResponse) Reset

func (x *ListKeyOwnersResponse) Reset()

func (*ListKeyOwnersResponse) String

func (x *ListKeyOwnersResponse) String() string

type ListKeyOwnersResponse_Result

type ListKeyOwnersResponse_Result struct {
	Domain         string                     `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	KeyOwner       string                     `protobuf:"bytes,2,opt,name=key_owner,json=keyOwner,proto3" json:"key_owner,omitempty"`
	SigningKeys    []*v01.SigningPublicKey    `protobuf:"bytes,3,rep,name=signing_keys,json=signingKeys,proto3" json:"signing_keys,omitempty"`
	EncryptionKeys []*v01.EncryptionPublicKey `protobuf:"bytes,4,rep,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ListKeyOwnersResponse_Result) Descriptor deprecated

func (*ListKeyOwnersResponse_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListKeyOwnersResponse_Result.ProtoReflect.Descriptor instead.

func (*ListKeyOwnersResponse_Result) GetDomain

func (x *ListKeyOwnersResponse_Result) GetDomain() string

func (*ListKeyOwnersResponse_Result) GetEncryptionKeys

func (x *ListKeyOwnersResponse_Result) GetEncryptionKeys() []*v01.EncryptionPublicKey

func (*ListKeyOwnersResponse_Result) GetKeyOwner

func (x *ListKeyOwnersResponse_Result) GetKeyOwner() string

func (*ListKeyOwnersResponse_Result) GetSigningKeys

func (x *ListKeyOwnersResponse_Result) GetSigningKeys() []*v01.SigningPublicKey

func (*ListKeyOwnersResponse_Result) ProtoMessage

func (*ListKeyOwnersResponse_Result) ProtoMessage()

func (*ListKeyOwnersResponse_Result) ProtoReflect

func (*ListKeyOwnersResponse_Result) Reset

func (x *ListKeyOwnersResponse_Result) Reset()

func (*ListKeyOwnersResponse_Result) String

type ListMediatorDomainStateRequest

type ListMediatorDomainStateRequest struct {
	BaseQuery      *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterDomain   string     `protobuf:"bytes,2,opt,name=filter_domain,json=filterDomain,proto3" json:"filter_domain,omitempty"`
	FilterMediator string     `protobuf:"bytes,3,opt,name=filter_mediator,json=filterMediator,proto3" json:"filter_mediator,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMediatorDomainStateRequest) Descriptor deprecated

func (*ListMediatorDomainStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMediatorDomainStateRequest.ProtoReflect.Descriptor instead.

func (*ListMediatorDomainStateRequest) GetBaseQuery

func (x *ListMediatorDomainStateRequest) GetBaseQuery() *BaseQuery

func (*ListMediatorDomainStateRequest) GetFilterDomain

func (x *ListMediatorDomainStateRequest) GetFilterDomain() string

func (*ListMediatorDomainStateRequest) GetFilterMediator

func (x *ListMediatorDomainStateRequest) GetFilterMediator() string

func (*ListMediatorDomainStateRequest) ProtoMessage

func (*ListMediatorDomainStateRequest) ProtoMessage()

func (*ListMediatorDomainStateRequest) ProtoReflect

func (*ListMediatorDomainStateRequest) Reset

func (x *ListMediatorDomainStateRequest) Reset()

func (*ListMediatorDomainStateRequest) String

type ListMediatorDomainStateResult

type ListMediatorDomainStateResult struct {
	Results []*ListMediatorDomainStateResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMediatorDomainStateResult) Descriptor deprecated

func (*ListMediatorDomainStateResult) Descriptor() ([]byte, []int)

Deprecated: Use ListMediatorDomainStateResult.ProtoReflect.Descriptor instead.

func (*ListMediatorDomainStateResult) GetResults

func (*ListMediatorDomainStateResult) ProtoMessage

func (*ListMediatorDomainStateResult) ProtoMessage()

func (*ListMediatorDomainStateResult) ProtoReflect

func (*ListMediatorDomainStateResult) Reset

func (x *ListMediatorDomainStateResult) Reset()

func (*ListMediatorDomainStateResult) String

type ListMediatorDomainStateResult_Result

type ListMediatorDomainStateResult_Result struct {
	Context *BaseResult             `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item    *v0.MediatorDomainState `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMediatorDomainStateResult_Result) Descriptor deprecated

func (*ListMediatorDomainStateResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListMediatorDomainStateResult_Result.ProtoReflect.Descriptor instead.

func (*ListMediatorDomainStateResult_Result) GetContext

func (*ListMediatorDomainStateResult_Result) GetItem

func (*ListMediatorDomainStateResult_Result) ProtoMessage

func (*ListMediatorDomainStateResult_Result) ProtoMessage()

func (*ListMediatorDomainStateResult_Result) ProtoReflect

func (*ListMediatorDomainStateResult_Result) Reset

func (*ListMediatorDomainStateResult_Result) String

type ListNamespaceDelegationRequest

type ListNamespaceDelegationRequest struct {
	BaseQuery       *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterNamespace string     `protobuf:"bytes,2,opt,name=filter_namespace,json=filterNamespace,proto3" json:"filter_namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespaceDelegationRequest) Descriptor deprecated

func (*ListNamespaceDelegationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNamespaceDelegationRequest.ProtoReflect.Descriptor instead.

func (*ListNamespaceDelegationRequest) GetBaseQuery

func (x *ListNamespaceDelegationRequest) GetBaseQuery() *BaseQuery

func (*ListNamespaceDelegationRequest) GetFilterNamespace

func (x *ListNamespaceDelegationRequest) GetFilterNamespace() string

func (*ListNamespaceDelegationRequest) ProtoMessage

func (*ListNamespaceDelegationRequest) ProtoMessage()

func (*ListNamespaceDelegationRequest) ProtoReflect

func (*ListNamespaceDelegationRequest) Reset

func (x *ListNamespaceDelegationRequest) Reset()

func (*ListNamespaceDelegationRequest) String

type ListNamespaceDelegationResult

type ListNamespaceDelegationResult struct {
	Results []*ListNamespaceDelegationResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespaceDelegationResult) Descriptor deprecated

func (*ListNamespaceDelegationResult) Descriptor() ([]byte, []int)

Deprecated: Use ListNamespaceDelegationResult.ProtoReflect.Descriptor instead.

func (*ListNamespaceDelegationResult) GetResults

func (*ListNamespaceDelegationResult) ProtoMessage

func (*ListNamespaceDelegationResult) ProtoMessage()

func (*ListNamespaceDelegationResult) ProtoReflect

func (*ListNamespaceDelegationResult) Reset

func (x *ListNamespaceDelegationResult) Reset()

func (*ListNamespaceDelegationResult) String

type ListNamespaceDelegationResult_Result

type ListNamespaceDelegationResult_Result struct {
	Context              *BaseResult             `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item                 *v0.NamespaceDelegation `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	TargetKeyFingerprint string                  `protobuf:"bytes,3,opt,name=target_key_fingerprint,json=targetKeyFingerprint,proto3" json:"target_key_fingerprint,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespaceDelegationResult_Result) Descriptor deprecated

func (*ListNamespaceDelegationResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListNamespaceDelegationResult_Result.ProtoReflect.Descriptor instead.

func (*ListNamespaceDelegationResult_Result) GetContext

func (*ListNamespaceDelegationResult_Result) GetItem

func (*ListNamespaceDelegationResult_Result) GetTargetKeyFingerprint

func (x *ListNamespaceDelegationResult_Result) GetTargetKeyFingerprint() string

func (*ListNamespaceDelegationResult_Result) ProtoMessage

func (*ListNamespaceDelegationResult_Result) ProtoMessage()

func (*ListNamespaceDelegationResult_Result) ProtoReflect

func (*ListNamespaceDelegationResult_Result) Reset

func (*ListNamespaceDelegationResult_Result) String

type ListOwnerToKeyMappingRequest

type ListOwnerToKeyMappingRequest struct {
	BaseQuery          *BaseQuery                                     `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterKeyOwnerType string                                         `protobuf:"bytes,2,opt,name=filter_key_owner_type,json=filterKeyOwnerType,proto3" json:"filter_key_owner_type,omitempty"`
	FilterKeyOwnerUid  string                                         `protobuf:"bytes,3,opt,name=filter_key_owner_uid,json=filterKeyOwnerUid,proto3" json:"filter_key_owner_uid,omitempty"`
	FilterKeyPurpose   *ListOwnerToKeyMappingRequest_FilterKeyPurpose `protobuf:"bytes,4,opt,name=filter_key_purpose,json=filterKeyPurpose,proto3" json:"filter_key_purpose,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOwnerToKeyMappingRequest) Descriptor deprecated

func (*ListOwnerToKeyMappingRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOwnerToKeyMappingRequest.ProtoReflect.Descriptor instead.

func (*ListOwnerToKeyMappingRequest) GetBaseQuery

func (x *ListOwnerToKeyMappingRequest) GetBaseQuery() *BaseQuery

func (*ListOwnerToKeyMappingRequest) GetFilterKeyOwnerType

func (x *ListOwnerToKeyMappingRequest) GetFilterKeyOwnerType() string

func (*ListOwnerToKeyMappingRequest) GetFilterKeyOwnerUid

func (x *ListOwnerToKeyMappingRequest) GetFilterKeyOwnerUid() string

func (*ListOwnerToKeyMappingRequest) GetFilterKeyPurpose

func (*ListOwnerToKeyMappingRequest) ProtoMessage

func (*ListOwnerToKeyMappingRequest) ProtoMessage()

func (*ListOwnerToKeyMappingRequest) ProtoReflect

func (*ListOwnerToKeyMappingRequest) Reset

func (x *ListOwnerToKeyMappingRequest) Reset()

func (*ListOwnerToKeyMappingRequest) String

type ListOwnerToKeyMappingRequest_FilterKeyPurpose

type ListOwnerToKeyMappingRequest_FilterKeyPurpose struct {
	Value v01.KeyPurpose `protobuf:"varint,1,opt,name=value,proto3,enum=com.digitalasset.canton.crypto.v0.KeyPurpose" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOwnerToKeyMappingRequest_FilterKeyPurpose) Descriptor deprecated

Deprecated: Use ListOwnerToKeyMappingRequest_FilterKeyPurpose.ProtoReflect.Descriptor instead.

func (*ListOwnerToKeyMappingRequest_FilterKeyPurpose) GetValue

func (*ListOwnerToKeyMappingRequest_FilterKeyPurpose) ProtoMessage

func (*ListOwnerToKeyMappingRequest_FilterKeyPurpose) ProtoReflect

func (*ListOwnerToKeyMappingRequest_FilterKeyPurpose) Reset

func (*ListOwnerToKeyMappingRequest_FilterKeyPurpose) String

type ListOwnerToKeyMappingResult

type ListOwnerToKeyMappingResult struct {
	Results []*ListOwnerToKeyMappingResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOwnerToKeyMappingResult) Descriptor deprecated

func (*ListOwnerToKeyMappingResult) Descriptor() ([]byte, []int)

Deprecated: Use ListOwnerToKeyMappingResult.ProtoReflect.Descriptor instead.

func (*ListOwnerToKeyMappingResult) GetResults

func (*ListOwnerToKeyMappingResult) ProtoMessage

func (*ListOwnerToKeyMappingResult) ProtoMessage()

func (*ListOwnerToKeyMappingResult) ProtoReflect

func (*ListOwnerToKeyMappingResult) Reset

func (x *ListOwnerToKeyMappingResult) Reset()

func (*ListOwnerToKeyMappingResult) String

func (x *ListOwnerToKeyMappingResult) String() string

type ListOwnerToKeyMappingResult_Result

type ListOwnerToKeyMappingResult_Result struct {
	Context        *BaseResult           `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item           *v0.OwnerToKeyMapping `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	KeyFingerprint string                `protobuf:"bytes,3,opt,name=key_fingerprint,json=keyFingerprint,proto3" json:"key_fingerprint,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOwnerToKeyMappingResult_Result) Descriptor deprecated

func (*ListOwnerToKeyMappingResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListOwnerToKeyMappingResult_Result.ProtoReflect.Descriptor instead.

func (*ListOwnerToKeyMappingResult_Result) GetContext

func (*ListOwnerToKeyMappingResult_Result) GetItem

func (*ListOwnerToKeyMappingResult_Result) GetKeyFingerprint

func (x *ListOwnerToKeyMappingResult_Result) GetKeyFingerprint() string

func (*ListOwnerToKeyMappingResult_Result) ProtoMessage

func (*ListOwnerToKeyMappingResult_Result) ProtoMessage()

func (*ListOwnerToKeyMappingResult_Result) ProtoReflect

func (*ListOwnerToKeyMappingResult_Result) Reset

func (*ListOwnerToKeyMappingResult_Result) String

type ListParticipantDomainStateRequest

type ListParticipantDomainStateRequest struct {
	BaseQuery         *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterDomain      string     `protobuf:"bytes,2,opt,name=filter_domain,json=filterDomain,proto3" json:"filter_domain,omitempty"`
	FilterParticipant string     `protobuf:"bytes,3,opt,name=filter_participant,json=filterParticipant,proto3" json:"filter_participant,omitempty"`
	// contains filtered or unexported fields
}

func (*ListParticipantDomainStateRequest) Descriptor deprecated

func (*ListParticipantDomainStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListParticipantDomainStateRequest.ProtoReflect.Descriptor instead.

func (*ListParticipantDomainStateRequest) GetBaseQuery

func (x *ListParticipantDomainStateRequest) GetBaseQuery() *BaseQuery

func (*ListParticipantDomainStateRequest) GetFilterDomain

func (x *ListParticipantDomainStateRequest) GetFilterDomain() string

func (*ListParticipantDomainStateRequest) GetFilterParticipant

func (x *ListParticipantDomainStateRequest) GetFilterParticipant() string

func (*ListParticipantDomainStateRequest) ProtoMessage

func (*ListParticipantDomainStateRequest) ProtoMessage()

func (*ListParticipantDomainStateRequest) ProtoReflect

func (*ListParticipantDomainStateRequest) Reset

func (*ListParticipantDomainStateRequest) String

type ListParticipantDomainStateResult

type ListParticipantDomainStateResult struct {
	Results []*ListParticipantDomainStateResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListParticipantDomainStateResult) Descriptor deprecated

func (*ListParticipantDomainStateResult) Descriptor() ([]byte, []int)

Deprecated: Use ListParticipantDomainStateResult.ProtoReflect.Descriptor instead.

func (*ListParticipantDomainStateResult) GetResults

func (*ListParticipantDomainStateResult) ProtoMessage

func (*ListParticipantDomainStateResult) ProtoMessage()

func (*ListParticipantDomainStateResult) ProtoReflect

func (*ListParticipantDomainStateResult) Reset

func (*ListParticipantDomainStateResult) String

type ListParticipantDomainStateResult_Result

type ListParticipantDomainStateResult_Result struct {
	Context *BaseResult          `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item    *v0.ParticipantState `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ListParticipantDomainStateResult_Result) Descriptor deprecated

func (*ListParticipantDomainStateResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListParticipantDomainStateResult_Result.ProtoReflect.Descriptor instead.

func (*ListParticipantDomainStateResult_Result) GetContext

func (*ListParticipantDomainStateResult_Result) GetItem

func (*ListParticipantDomainStateResult_Result) ProtoMessage

func (*ListParticipantDomainStateResult_Result) ProtoReflect

func (*ListParticipantDomainStateResult_Result) Reset

func (*ListParticipantDomainStateResult_Result) String

type ListPartiesRequest

type ListPartiesRequest struct {
	AsOf              *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=as_of,json=asOf,proto3" json:"as_of,omitempty"`
	Limit             int32                  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	FilterDomain      string                 `protobuf:"bytes,3,opt,name=filter_domain,json=filterDomain,proto3" json:"filter_domain,omitempty"`
	FilterParty       string                 `protobuf:"bytes,4,opt,name=filter_party,json=filterParty,proto3" json:"filter_party,omitempty"`
	FilterParticipant string                 `protobuf:"bytes,5,opt,name=filter_participant,json=filterParticipant,proto3" json:"filter_participant,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartiesRequest) Descriptor deprecated

func (*ListPartiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPartiesRequest.ProtoReflect.Descriptor instead.

func (*ListPartiesRequest) GetAsOf

func (*ListPartiesRequest) GetFilterDomain

func (x *ListPartiesRequest) GetFilterDomain() string

func (*ListPartiesRequest) GetFilterParticipant

func (x *ListPartiesRequest) GetFilterParticipant() string

func (*ListPartiesRequest) GetFilterParty

func (x *ListPartiesRequest) GetFilterParty() string

func (*ListPartiesRequest) GetLimit

func (x *ListPartiesRequest) GetLimit() int32

func (*ListPartiesRequest) ProtoMessage

func (*ListPartiesRequest) ProtoMessage()

func (*ListPartiesRequest) ProtoReflect

func (x *ListPartiesRequest) ProtoReflect() protoreflect.Message

func (*ListPartiesRequest) Reset

func (x *ListPartiesRequest) Reset()

func (*ListPartiesRequest) String

func (x *ListPartiesRequest) String() string

type ListPartiesResponse

type ListPartiesResponse struct {
	Results []*ListPartiesResponse_Result `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartiesResponse) Descriptor deprecated

func (*ListPartiesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPartiesResponse.ProtoReflect.Descriptor instead.

func (*ListPartiesResponse) GetResults

func (*ListPartiesResponse) ProtoMessage

func (*ListPartiesResponse) ProtoMessage()

func (*ListPartiesResponse) ProtoReflect

func (x *ListPartiesResponse) ProtoReflect() protoreflect.Message

func (*ListPartiesResponse) Reset

func (x *ListPartiesResponse) Reset()

func (*ListPartiesResponse) String

func (x *ListPartiesResponse) String() string

type ListPartiesResponse_Result

type ListPartiesResponse_Result struct {
	Party        string                                           `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Participants []*ListPartiesResponse_Result_ParticipantDomains `protobuf:"bytes,2,rep,name=participants,proto3" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartiesResponse_Result) Descriptor deprecated

func (*ListPartiesResponse_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListPartiesResponse_Result.ProtoReflect.Descriptor instead.

func (*ListPartiesResponse_Result) GetParticipants

func (*ListPartiesResponse_Result) GetParty

func (x *ListPartiesResponse_Result) GetParty() string

func (*ListPartiesResponse_Result) ProtoMessage

func (*ListPartiesResponse_Result) ProtoMessage()

func (*ListPartiesResponse_Result) ProtoReflect

func (*ListPartiesResponse_Result) Reset

func (x *ListPartiesResponse_Result) Reset()

func (*ListPartiesResponse_Result) String

func (x *ListPartiesResponse_Result) String() string

type ListPartiesResponse_Result_ParticipantDomains

type ListPartiesResponse_Result_ParticipantDomains struct {
	Participant string `protobuf:"bytes,1,opt,name=participant,proto3" json:"participant,omitempty"`
	//*
	// permissions of this participant for this party on a per domain basis
	//
	// for records that only exist in the authorized store, this list will be empty.
	Domains []*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions `protobuf:"bytes,2,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartiesResponse_Result_ParticipantDomains) Descriptor deprecated

Deprecated: Use ListPartiesResponse_Result_ParticipantDomains.ProtoReflect.Descriptor instead.

func (*ListPartiesResponse_Result_ParticipantDomains) GetDomains

func (*ListPartiesResponse_Result_ParticipantDomains) GetParticipant

func (*ListPartiesResponse_Result_ParticipantDomains) ProtoMessage

func (*ListPartiesResponse_Result_ParticipantDomains) ProtoReflect

func (*ListPartiesResponse_Result_ParticipantDomains) Reset

func (*ListPartiesResponse_Result_ParticipantDomains) String

type ListPartiesResponse_Result_ParticipantDomains_DomainPermissions

type ListPartiesResponse_Result_ParticipantDomains_DomainPermissions struct {
	Domain     string                   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	Permission v0.ParticipantPermission `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions) Descriptor deprecated

Deprecated: Use ListPartiesResponse_Result_ParticipantDomains_DomainPermissions.ProtoReflect.Descriptor instead.

func (*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions) GetDomain

func (*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions) GetPermission

func (*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions) ProtoMessage

func (*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions) ProtoReflect

func (*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions) Reset

func (*ListPartiesResponse_Result_ParticipantDomains_DomainPermissions) String

type ListPartyToParticipantRequest

type ListPartyToParticipantRequest struct {
	BaseQuery         *BaseQuery                                       `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterParty       string                                           `protobuf:"bytes,2,opt,name=filter_party,json=filterParty,proto3" json:"filter_party,omitempty"`
	FilterParticipant string                                           `protobuf:"bytes,3,opt,name=filter_participant,json=filterParticipant,proto3" json:"filter_participant,omitempty"`
	FilterRequestSide *ListPartyToParticipantRequest_FilterRequestSide `protobuf:"bytes,4,opt,name=filter_request_side,json=filterRequestSide,proto3" json:"filter_request_side,omitempty"`
	FilterPermission  *ListPartyToParticipantRequest_FilterPermission  `protobuf:"bytes,5,opt,name=filter_permission,json=filterPermission,proto3" json:"filter_permission,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartyToParticipantRequest) Descriptor deprecated

func (*ListPartyToParticipantRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPartyToParticipantRequest.ProtoReflect.Descriptor instead.

func (*ListPartyToParticipantRequest) GetBaseQuery

func (x *ListPartyToParticipantRequest) GetBaseQuery() *BaseQuery

func (*ListPartyToParticipantRequest) GetFilterParticipant

func (x *ListPartyToParticipantRequest) GetFilterParticipant() string

func (*ListPartyToParticipantRequest) GetFilterParty

func (x *ListPartyToParticipantRequest) GetFilterParty() string

func (*ListPartyToParticipantRequest) GetFilterPermission

func (*ListPartyToParticipantRequest) GetFilterRequestSide

func (*ListPartyToParticipantRequest) ProtoMessage

func (*ListPartyToParticipantRequest) ProtoMessage()

func (*ListPartyToParticipantRequest) ProtoReflect

func (*ListPartyToParticipantRequest) Reset

func (x *ListPartyToParticipantRequest) Reset()

func (*ListPartyToParticipantRequest) String

type ListPartyToParticipantRequest_FilterPermission

type ListPartyToParticipantRequest_FilterPermission struct {
	Value v0.ParticipantPermission `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListPartyToParticipantRequest_FilterPermission) Descriptor deprecated

Deprecated: Use ListPartyToParticipantRequest_FilterPermission.ProtoReflect.Descriptor instead.

func (*ListPartyToParticipantRequest_FilterPermission) GetValue

func (*ListPartyToParticipantRequest_FilterPermission) ProtoMessage

func (*ListPartyToParticipantRequest_FilterPermission) ProtoReflect

func (*ListPartyToParticipantRequest_FilterPermission) Reset

func (*ListPartyToParticipantRequest_FilterPermission) String

type ListPartyToParticipantRequest_FilterRequestSide

type ListPartyToParticipantRequest_FilterRequestSide struct {
	Value v0.RequestSide `protobuf:"varint,1,opt,name=value,proto3,enum=com.digitalasset.canton.protocol.v0.RequestSide" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartyToParticipantRequest_FilterRequestSide) Descriptor deprecated

Deprecated: Use ListPartyToParticipantRequest_FilterRequestSide.ProtoReflect.Descriptor instead.

func (*ListPartyToParticipantRequest_FilterRequestSide) GetValue

func (*ListPartyToParticipantRequest_FilterRequestSide) ProtoMessage

func (*ListPartyToParticipantRequest_FilterRequestSide) ProtoReflect

func (*ListPartyToParticipantRequest_FilterRequestSide) Reset

func (*ListPartyToParticipantRequest_FilterRequestSide) String

type ListPartyToParticipantResult

type ListPartyToParticipantResult struct {
	Results []*ListPartyToParticipantResult_Result `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartyToParticipantResult) Descriptor deprecated

func (*ListPartyToParticipantResult) Descriptor() ([]byte, []int)

Deprecated: Use ListPartyToParticipantResult.ProtoReflect.Descriptor instead.

func (*ListPartyToParticipantResult) GetResults

func (*ListPartyToParticipantResult) ProtoMessage

func (*ListPartyToParticipantResult) ProtoMessage()

func (*ListPartyToParticipantResult) ProtoReflect

func (*ListPartyToParticipantResult) Reset

func (x *ListPartyToParticipantResult) Reset()

func (*ListPartyToParticipantResult) String

type ListPartyToParticipantResult_Result

type ListPartyToParticipantResult_Result struct {
	Context *BaseResult            `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item    *v0.PartyToParticipant `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPartyToParticipantResult_Result) Descriptor deprecated

func (*ListPartyToParticipantResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListPartyToParticipantResult_Result.ProtoReflect.Descriptor instead.

func (*ListPartyToParticipantResult_Result) GetContext

func (*ListPartyToParticipantResult_Result) GetItem

func (*ListPartyToParticipantResult_Result) ProtoMessage

func (*ListPartyToParticipantResult_Result) ProtoMessage()

func (*ListPartyToParticipantResult_Result) ProtoReflect

func (*ListPartyToParticipantResult_Result) Reset

func (*ListPartyToParticipantResult_Result) String

type ListSignedLegalIdentityClaimRequest

type ListSignedLegalIdentityClaimRequest struct {
	BaseQuery *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterUid string     `protobuf:"bytes,2,opt,name=filter_uid,json=filterUid,proto3" json:"filter_uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSignedLegalIdentityClaimRequest) Descriptor deprecated

func (*ListSignedLegalIdentityClaimRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSignedLegalIdentityClaimRequest.ProtoReflect.Descriptor instead.

func (*ListSignedLegalIdentityClaimRequest) GetBaseQuery

func (*ListSignedLegalIdentityClaimRequest) GetFilterUid

func (x *ListSignedLegalIdentityClaimRequest) GetFilterUid() string

func (*ListSignedLegalIdentityClaimRequest) ProtoMessage

func (*ListSignedLegalIdentityClaimRequest) ProtoMessage()

func (*ListSignedLegalIdentityClaimRequest) ProtoReflect

func (*ListSignedLegalIdentityClaimRequest) Reset

func (*ListSignedLegalIdentityClaimRequest) String

type ListSignedLegalIdentityClaimResult

type ListSignedLegalIdentityClaimResult struct {
	Results []*ListSignedLegalIdentityClaimResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSignedLegalIdentityClaimResult) Descriptor deprecated

func (*ListSignedLegalIdentityClaimResult) Descriptor() ([]byte, []int)

Deprecated: Use ListSignedLegalIdentityClaimResult.ProtoReflect.Descriptor instead.

func (*ListSignedLegalIdentityClaimResult) GetResults

func (*ListSignedLegalIdentityClaimResult) ProtoMessage

func (*ListSignedLegalIdentityClaimResult) ProtoMessage()

func (*ListSignedLegalIdentityClaimResult) ProtoReflect

func (*ListSignedLegalIdentityClaimResult) Reset

func (*ListSignedLegalIdentityClaimResult) String

type ListSignedLegalIdentityClaimResult_Result

type ListSignedLegalIdentityClaimResult_Result struct {
	Context *BaseResult                  `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item    *v0.SignedLegalIdentityClaim `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSignedLegalIdentityClaimResult_Result) Descriptor deprecated

func (*ListSignedLegalIdentityClaimResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListSignedLegalIdentityClaimResult_Result.ProtoReflect.Descriptor instead.

func (*ListSignedLegalIdentityClaimResult_Result) GetContext

func (*ListSignedLegalIdentityClaimResult_Result) GetItem

func (*ListSignedLegalIdentityClaimResult_Result) ProtoMessage

func (*ListSignedLegalIdentityClaimResult_Result) ProtoReflect

func (*ListSignedLegalIdentityClaimResult_Result) Reset

func (*ListSignedLegalIdentityClaimResult_Result) String

type ListVettedPackagesRequest

type ListVettedPackagesRequest struct {
	BaseQuery         *BaseQuery `protobuf:"bytes,1,opt,name=base_query,json=baseQuery,proto3" json:"base_query,omitempty"`
	FilterParticipant string     `protobuf:"bytes,2,opt,name=filter_participant,json=filterParticipant,proto3" json:"filter_participant,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVettedPackagesRequest) Descriptor deprecated

func (*ListVettedPackagesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListVettedPackagesRequest.ProtoReflect.Descriptor instead.

func (*ListVettedPackagesRequest) GetBaseQuery

func (x *ListVettedPackagesRequest) GetBaseQuery() *BaseQuery

func (*ListVettedPackagesRequest) GetFilterParticipant

func (x *ListVettedPackagesRequest) GetFilterParticipant() string

func (*ListVettedPackagesRequest) ProtoMessage

func (*ListVettedPackagesRequest) ProtoMessage()

func (*ListVettedPackagesRequest) ProtoReflect

func (*ListVettedPackagesRequest) Reset

func (x *ListVettedPackagesRequest) Reset()

func (*ListVettedPackagesRequest) String

func (x *ListVettedPackagesRequest) String() string

type ListVettedPackagesResult

type ListVettedPackagesResult struct {
	Results []*ListVettedPackagesResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVettedPackagesResult) Descriptor deprecated

func (*ListVettedPackagesResult) Descriptor() ([]byte, []int)

Deprecated: Use ListVettedPackagesResult.ProtoReflect.Descriptor instead.

func (*ListVettedPackagesResult) GetResults

func (*ListVettedPackagesResult) ProtoMessage

func (*ListVettedPackagesResult) ProtoMessage()

func (*ListVettedPackagesResult) ProtoReflect

func (x *ListVettedPackagesResult) ProtoReflect() protoreflect.Message

func (*ListVettedPackagesResult) Reset

func (x *ListVettedPackagesResult) Reset()

func (*ListVettedPackagesResult) String

func (x *ListVettedPackagesResult) String() string

type ListVettedPackagesResult_Result

type ListVettedPackagesResult_Result struct {
	Context *BaseResult        `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Item    *v0.VettedPackages `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVettedPackagesResult_Result) Descriptor deprecated

func (*ListVettedPackagesResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use ListVettedPackagesResult_Result.ProtoReflect.Descriptor instead.

func (*ListVettedPackagesResult_Result) GetContext

func (*ListVettedPackagesResult_Result) GetItem

func (*ListVettedPackagesResult_Result) ProtoMessage

func (*ListVettedPackagesResult_Result) ProtoMessage()

func (*ListVettedPackagesResult_Result) ProtoReflect

func (*ListVettedPackagesResult_Result) Reset

func (*ListVettedPackagesResult_Result) String

type MediatorDomainStateAuthorization

type MediatorDomainStateAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	//* which side (domain or mediator) is attempting to issue the authorization
	Side v0.RequestSide `protobuf:"varint,2,opt,name=side,proto3,enum=com.digitalasset.canton.protocol.v0.RequestSide" json:"side,omitempty"`
	//* domain this authorization refers to
	Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	//* mediator that should be authorized
	Mediator string `protobuf:"bytes,4,opt,name=mediator,proto3" json:"mediator,omitempty"`
	// contains filtered or unexported fields
}

func (*MediatorDomainStateAuthorization) Descriptor deprecated

func (*MediatorDomainStateAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use MediatorDomainStateAuthorization.ProtoReflect.Descriptor instead.

func (*MediatorDomainStateAuthorization) GetAuthorization

func (x *MediatorDomainStateAuthorization) GetAuthorization() *AuthorizationData

func (*MediatorDomainStateAuthorization) GetDomain

func (*MediatorDomainStateAuthorization) GetMediator

func (x *MediatorDomainStateAuthorization) GetMediator() string

func (*MediatorDomainStateAuthorization) GetSide

func (*MediatorDomainStateAuthorization) ProtoMessage

func (*MediatorDomainStateAuthorization) ProtoMessage()

func (*MediatorDomainStateAuthorization) ProtoReflect

func (*MediatorDomainStateAuthorization) Reset

func (*MediatorDomainStateAuthorization) String

type NamespaceDelegationAuthorization

type NamespaceDelegationAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	// The namespace for which the authorization is issued.
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	//*
	// The fingerprint of the signing key which will be authorized to issue topology transactions for this namespace.
	//
	// The key needs to be present in the local key registry either by being locally
	// generated or by having been previously imported.
	FingerprintOfAuthorizedKey string `` /* 143-byte string literal not displayed */
	//*
	// Flag indicating whether authorization is a root key delegation
	IsRootDelegation bool `protobuf:"varint,4,opt,name=is_root_delegation,json=isRootDelegation,proto3" json:"is_root_delegation,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceDelegationAuthorization) Descriptor deprecated

func (*NamespaceDelegationAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use NamespaceDelegationAuthorization.ProtoReflect.Descriptor instead.

func (*NamespaceDelegationAuthorization) GetAuthorization

func (x *NamespaceDelegationAuthorization) GetAuthorization() *AuthorizationData

func (*NamespaceDelegationAuthorization) GetFingerprintOfAuthorizedKey

func (x *NamespaceDelegationAuthorization) GetFingerprintOfAuthorizedKey() string

func (*NamespaceDelegationAuthorization) GetIsRootDelegation

func (x *NamespaceDelegationAuthorization) GetIsRootDelegation() bool

func (*NamespaceDelegationAuthorization) GetNamespace

func (x *NamespaceDelegationAuthorization) GetNamespace() string

func (*NamespaceDelegationAuthorization) ProtoMessage

func (*NamespaceDelegationAuthorization) ProtoMessage()

func (*NamespaceDelegationAuthorization) ProtoReflect

func (*NamespaceDelegationAuthorization) Reset

func (*NamespaceDelegationAuthorization) String

type OwnerToKeyMappingAuthorization

type OwnerToKeyMappingAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	//*
	// The key owner
	//
	// An entity in Canton is described by his role and his unique identifier. As such, the same unique identifier
	// can be used for a mediator, sequencer, domain topology manager or even participant. Therefore, we expect
	// here the protoPrimitive of a key owner which is in effect its type as a three letter code separated
	// from the unique identifier.
	KeyOwner string `protobuf:"bytes,2,opt,name=key_owner,json=keyOwner,proto3" json:"key_owner,omitempty"`
	//*
	// The fingerprint of the key that will be authorized
	//
	// The key needs to be present in the local key registry (can be imported via KeyService)
	FingerprintOfKey string `protobuf:"bytes,3,opt,name=fingerprint_of_key,json=fingerprintOfKey,proto3" json:"fingerprint_of_key,omitempty"`
	//*
	// Purpose of the key
	KeyPurpose v01.KeyPurpose `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OwnerToKeyMappingAuthorization) Descriptor deprecated

func (*OwnerToKeyMappingAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use OwnerToKeyMappingAuthorization.ProtoReflect.Descriptor instead.

func (*OwnerToKeyMappingAuthorization) GetAuthorization

func (x *OwnerToKeyMappingAuthorization) GetAuthorization() *AuthorizationData

func (*OwnerToKeyMappingAuthorization) GetFingerprintOfKey

func (x *OwnerToKeyMappingAuthorization) GetFingerprintOfKey() string

func (*OwnerToKeyMappingAuthorization) GetKeyOwner

func (x *OwnerToKeyMappingAuthorization) GetKeyOwner() string

func (*OwnerToKeyMappingAuthorization) GetKeyPurpose

func (x *OwnerToKeyMappingAuthorization) GetKeyPurpose() v01.KeyPurpose

func (*OwnerToKeyMappingAuthorization) ProtoMessage

func (*OwnerToKeyMappingAuthorization) ProtoMessage()

func (*OwnerToKeyMappingAuthorization) ProtoReflect

func (*OwnerToKeyMappingAuthorization) Reset

func (x *OwnerToKeyMappingAuthorization) Reset()

func (*OwnerToKeyMappingAuthorization) String

type ParticipantDomainStateAuthorization

type ParticipantDomainStateAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	//* which side (domain or participant) is attempting to issue the authorization
	Side v0.RequestSide `protobuf:"varint,2,opt,name=side,proto3,enum=com.digitalasset.canton.protocol.v0.RequestSide" json:"side,omitempty"`
	//* domain this authorization refers to
	Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	//* participant that should be authorized
	Participant string `protobuf:"bytes,4,opt,name=participant,proto3" json:"participant,omitempty"`
	//* permission that should be used (lower of From / To)
	Permission v0.ParticipantPermission `` /* 137-byte string literal not displayed */
	//* trust level that should be used (ignored for side from, defaults to Ordinary)
	TrustLevel v0.TrustLevel `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ParticipantDomainStateAuthorization) Descriptor deprecated

func (*ParticipantDomainStateAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use ParticipantDomainStateAuthorization.ProtoReflect.Descriptor instead.

func (*ParticipantDomainStateAuthorization) GetAuthorization

func (*ParticipantDomainStateAuthorization) GetDomain

func (*ParticipantDomainStateAuthorization) GetParticipant

func (x *ParticipantDomainStateAuthorization) GetParticipant() string

func (*ParticipantDomainStateAuthorization) GetPermission

func (*ParticipantDomainStateAuthorization) GetSide

func (*ParticipantDomainStateAuthorization) GetTrustLevel

func (*ParticipantDomainStateAuthorization) ProtoMessage

func (*ParticipantDomainStateAuthorization) ProtoMessage()

func (*ParticipantDomainStateAuthorization) ProtoReflect

func (*ParticipantDomainStateAuthorization) Reset

func (*ParticipantDomainStateAuthorization) String

type PartyToParticipantAuthorization

type PartyToParticipantAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	//*
	// The request side of this transaction
	//
	// A party to participant mapping can map a party from one namespace on a participant from another namespace.
	// Such a mapping needs to be authorized by both namespace keys. If the namespace is the same, we use
	// RequestSide.Both and collapse into a single transaction. Otherwise, `From` needs to be signed by a namespace key
	// of the party and `To` needs to be signed by a namespace key of the participant.
	Side v0.RequestSide `protobuf:"varint,2,opt,name=side,proto3,enum=com.digitalasset.canton.protocol.v0.RequestSide" json:"side,omitempty"`
	// The unique identifier of the party
	Party string `protobuf:"bytes,3,opt,name=party,proto3" json:"party,omitempty"`
	// The unique identifier of the participant
	Participant string `protobuf:"bytes,4,opt,name=participant,proto3" json:"participant,omitempty"`
	// The permission of the participant that will allow him to act on behalf of the party.
	Permission v0.ParticipantPermission `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PartyToParticipantAuthorization) Descriptor deprecated

func (*PartyToParticipantAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use PartyToParticipantAuthorization.ProtoReflect.Descriptor instead.

func (*PartyToParticipantAuthorization) GetAuthorization

func (x *PartyToParticipantAuthorization) GetAuthorization() *AuthorizationData

func (*PartyToParticipantAuthorization) GetParticipant

func (x *PartyToParticipantAuthorization) GetParticipant() string

func (*PartyToParticipantAuthorization) GetParty

func (*PartyToParticipantAuthorization) GetPermission

func (*PartyToParticipantAuthorization) GetSide

func (*PartyToParticipantAuthorization) ProtoMessage

func (*PartyToParticipantAuthorization) ProtoMessage()

func (*PartyToParticipantAuthorization) ProtoReflect

func (*PartyToParticipantAuthorization) Reset

func (*PartyToParticipantAuthorization) String

type SignedTopologyTransactionAddition

type SignedTopologyTransactionAddition struct {
	Serialized []byte `protobuf:"bytes,1,opt,name=serialized,proto3" json:"serialized,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedTopologyTransactionAddition) Descriptor deprecated

func (*SignedTopologyTransactionAddition) Descriptor() ([]byte, []int)

Deprecated: Use SignedTopologyTransactionAddition.ProtoReflect.Descriptor instead.

func (*SignedTopologyTransactionAddition) GetSerialized

func (x *SignedTopologyTransactionAddition) GetSerialized() []byte

func (*SignedTopologyTransactionAddition) ProtoMessage

func (*SignedTopologyTransactionAddition) ProtoMessage()

func (*SignedTopologyTransactionAddition) ProtoReflect

func (*SignedTopologyTransactionAddition) Reset

func (*SignedTopologyTransactionAddition) String

type TopologyAggregationServiceClient

type TopologyAggregationServiceClient interface {
	//*
	// Obtain information about a certain set of active parties matching a given filter criterion.
	//
	// The request allows to filter per (domain, party, asOf) where the domain and party argument are
	// used in order to filter the result list using the `startsWith` method on the respective resulting string.
	//
	// As such, if you just need to do a lookup, then define a precise filter. Given the uniqueness of the
	// identifiers (and the fact that the identifiers contain key fingerprints), we should only ever get a single
	// result back if we are doing a precise lookup.
	//
	// The response is a sequence of tuples (party, domain, participant, privilege, trust-level).
	// The response is restricted to active parties and their active participants.
	ListParties(ctx context.Context, in *ListPartiesRequest, opts ...grpc.CallOption) (*ListPartiesResponse, error)
	//*
	// Obtain key owner information matching a given filter criterion.
	//
	// Key owners in the system are different types of entities: Participant, Mediator, Domain Topology Manager and
	// Sequencer. The present method allows to define a filter to search for a key owner
	// using filters on (asOf, domain, ownerType, owner)
	//
	// The response is a sequence of (domain, ownerType, owner, keys) where keys is a sequence of
	// (fingerprint, bytes, key purpose). As such, we can use this method to export currently used signing or encryption
	// public keys.
	//
	// This method is quite general, as depending on the arguments, very different results can be obtained.
	//
	// Using OwnerType = 'Participant' allows to query for all participants.
	// Using OwnerType = 'Sequencer' allows to query for all sequencers defined.
	ListKeyOwners(ctx context.Context, in *ListKeyOwnersRequest, opts ...grpc.CallOption) (*ListKeyOwnersResponse, error)
}

TopologyAggregationServiceClient is the client API for TopologyAggregationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TopologyAggregationServiceServer

type TopologyAggregationServiceServer interface {
	//*
	// Obtain information about a certain set of active parties matching a given filter criterion.
	//
	// The request allows to filter per (domain, party, asOf) where the domain and party argument are
	// used in order to filter the result list using the `startsWith` method on the respective resulting string.
	//
	// As such, if you just need to do a lookup, then define a precise filter. Given the uniqueness of the
	// identifiers (and the fact that the identifiers contain key fingerprints), we should only ever get a single
	// result back if we are doing a precise lookup.
	//
	// The response is a sequence of tuples (party, domain, participant, privilege, trust-level).
	// The response is restricted to active parties and their active participants.
	ListParties(context.Context, *ListPartiesRequest) (*ListPartiesResponse, error)
	//*
	// Obtain key owner information matching a given filter criterion.
	//
	// Key owners in the system are different types of entities: Participant, Mediator, Domain Topology Manager and
	// Sequencer. The present method allows to define a filter to search for a key owner
	// using filters on (asOf, domain, ownerType, owner)
	//
	// The response is a sequence of (domain, ownerType, owner, keys) where keys is a sequence of
	// (fingerprint, bytes, key purpose). As such, we can use this method to export currently used signing or encryption
	// public keys.
	//
	// This method is quite general, as depending on the arguments, very different results can be obtained.
	//
	// Using OwnerType = 'Participant' allows to query for all participants.
	// Using OwnerType = 'Sequencer' allows to query for all sequencers defined.
	ListKeyOwners(context.Context, *ListKeyOwnersRequest) (*ListKeyOwnersResponse, error)
	// contains filtered or unexported methods
}

TopologyAggregationServiceServer is the server API for TopologyAggregationService service. All implementations must embed UnimplementedTopologyAggregationServiceServer for forward compatibility

type TopologyManagerReadServiceClient

type TopologyManagerReadServiceClient interface {
	ListAvailableStores(ctx context.Context, in *ListAvailableStoresRequest, opts ...grpc.CallOption) (*ListAvailableStoresResult, error)
	ListPartyToParticipant(ctx context.Context, in *ListPartyToParticipantRequest, opts ...grpc.CallOption) (*ListPartyToParticipantResult, error)
	ListOwnerToKeyMapping(ctx context.Context, in *ListOwnerToKeyMappingRequest, opts ...grpc.CallOption) (*ListOwnerToKeyMappingResult, error)
	ListNamespaceDelegation(ctx context.Context, in *ListNamespaceDelegationRequest, opts ...grpc.CallOption) (*ListNamespaceDelegationResult, error)
	ListIdentifierDelegation(ctx context.Context, in *ListIdentifierDelegationRequest, opts ...grpc.CallOption) (*ListIdentifierDelegationResult, error)
	ListSignedLegalIdentityClaim(ctx context.Context, in *ListSignedLegalIdentityClaimRequest, opts ...grpc.CallOption) (*ListSignedLegalIdentityClaimResult, error)
	ListParticipantDomainState(ctx context.Context, in *ListParticipantDomainStateRequest, opts ...grpc.CallOption) (*ListParticipantDomainStateResult, error)
	ListMediatorDomainState(ctx context.Context, in *ListMediatorDomainStateRequest, opts ...grpc.CallOption) (*ListMediatorDomainStateResult, error)
	ListVettedPackages(ctx context.Context, in *ListVettedPackagesRequest, opts ...grpc.CallOption) (*ListVettedPackagesResult, error)
	ListDomainParametersChanges(ctx context.Context, in *ListDomainParametersChangesRequest, opts ...grpc.CallOption) (*ListDomainParametersChangesResult, error)
	ListAll(ctx context.Context, in *ListAllRequest, opts ...grpc.CallOption) (*ListAllResponse, error)
}

TopologyManagerReadServiceClient is the client API for TopologyManagerReadService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TopologyManagerReadServiceServer

TopologyManagerReadServiceServer is the server API for TopologyManagerReadService service. All implementations must embed UnimplementedTopologyManagerReadServiceServer for forward compatibility

type TopologyManagerWriteServiceClient

type TopologyManagerWriteServiceClient interface {
	//*
	// Authorizes a party to participant mapping change (add/remove) on the node local topology manager.
	AuthorizePartyToParticipant(ctx context.Context, in *PartyToParticipantAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//*
	// Authorizes an owner to key mapping change (add/remove) on the local topology manager
	AuthorizeOwnerToKeyMapping(ctx context.Context, in *OwnerToKeyMappingAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//*
	// Authorizes a namespace delegation (root or intermediate CA) (add/remove) on the local topology manager
	AuthorizeNamespaceDelegation(ctx context.Context, in *NamespaceDelegationAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//*
	// Authorizes a new identifier delegation (identifier certificate) (add/remove) on the local topology manager
	AuthorizeIdentifierDelegation(ctx context.Context, in *IdentifierDelegationAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//*
	// Authorizes a new package vetting transaction
	AuthorizeVettedPackages(ctx context.Context, in *VettedPackagesAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//* Authorizes a change of parameters for the domain
	AuthorizeDomainParametersChange(ctx context.Context, in *DomainParametersChangeAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//*
	// Authorizes a participant domain state
	AuthorizeParticipantDomainState(ctx context.Context, in *ParticipantDomainStateAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//*
	// Authorizes a mediator domain state
	AuthorizeMediatorDomainState(ctx context.Context, in *MediatorDomainStateAuthorization, opts ...grpc.CallOption) (*AuthorizationSuccess, error)
	//*
	// Adds a signed topology transaction to the Authorized store
	AddSignedTopologyTransaction(ctx context.Context, in *SignedTopologyTransactionAddition, opts ...grpc.CallOption) (*AdditionSuccess, error)
}

TopologyManagerWriteServiceClient is the client API for TopologyManagerWriteService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TopologyManagerWriteServiceServer

type TopologyManagerWriteServiceServer interface {
	//*
	// Authorizes a party to participant mapping change (add/remove) on the node local topology manager.
	AuthorizePartyToParticipant(context.Context, *PartyToParticipantAuthorization) (*AuthorizationSuccess, error)
	//*
	// Authorizes an owner to key mapping change (add/remove) on the local topology manager
	AuthorizeOwnerToKeyMapping(context.Context, *OwnerToKeyMappingAuthorization) (*AuthorizationSuccess, error)
	//*
	// Authorizes a namespace delegation (root or intermediate CA) (add/remove) on the local topology manager
	AuthorizeNamespaceDelegation(context.Context, *NamespaceDelegationAuthorization) (*AuthorizationSuccess, error)
	//*
	// Authorizes a new identifier delegation (identifier certificate) (add/remove) on the local topology manager
	AuthorizeIdentifierDelegation(context.Context, *IdentifierDelegationAuthorization) (*AuthorizationSuccess, error)
	//*
	// Authorizes a new package vetting transaction
	AuthorizeVettedPackages(context.Context, *VettedPackagesAuthorization) (*AuthorizationSuccess, error)
	//* Authorizes a change of parameters for the domain
	AuthorizeDomainParametersChange(context.Context, *DomainParametersChangeAuthorization) (*AuthorizationSuccess, error)
	//*
	// Authorizes a participant domain state
	AuthorizeParticipantDomainState(context.Context, *ParticipantDomainStateAuthorization) (*AuthorizationSuccess, error)
	//*
	// Authorizes a mediator domain state
	AuthorizeMediatorDomainState(context.Context, *MediatorDomainStateAuthorization) (*AuthorizationSuccess, error)
	//*
	// Adds a signed topology transaction to the Authorized store
	AddSignedTopologyTransaction(context.Context, *SignedTopologyTransactionAddition) (*AdditionSuccess, error)
	// contains filtered or unexported methods
}

TopologyManagerWriteServiceServer is the server API for TopologyManagerWriteService service. All implementations must embed UnimplementedTopologyManagerWriteServiceServer for forward compatibility

type UnimplementedInitializationServiceServer

type UnimplementedInitializationServiceServer struct {
}

UnimplementedInitializationServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedInitializationServiceServer) CurrentTime

func (UnimplementedInitializationServiceServer) GetId

func (UnimplementedInitializationServiceServer) InitId

type UnimplementedTopologyAggregationServiceServer

type UnimplementedTopologyAggregationServiceServer struct {
}

UnimplementedTopologyAggregationServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTopologyAggregationServiceServer) ListKeyOwners

func (UnimplementedTopologyAggregationServiceServer) ListParties

type UnimplementedTopologyManagerReadServiceServer

type UnimplementedTopologyManagerReadServiceServer struct {
}

UnimplementedTopologyManagerReadServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTopologyManagerReadServiceServer) ListAll

func (UnimplementedTopologyManagerReadServiceServer) ListAvailableStores

func (UnimplementedTopologyManagerReadServiceServer) ListIdentifierDelegation

func (UnimplementedTopologyManagerReadServiceServer) ListMediatorDomainState

func (UnimplementedTopologyManagerReadServiceServer) ListNamespaceDelegation

func (UnimplementedTopologyManagerReadServiceServer) ListOwnerToKeyMapping

func (UnimplementedTopologyManagerReadServiceServer) ListPartyToParticipant

func (UnimplementedTopologyManagerReadServiceServer) ListVettedPackages

type UnimplementedTopologyManagerWriteServiceServer

type UnimplementedTopologyManagerWriteServiceServer struct {
}

UnimplementedTopologyManagerWriteServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTopologyManagerWriteServiceServer) AddSignedTopologyTransaction

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizeDomainParametersChange

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizeIdentifierDelegation

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizeMediatorDomainState

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizeNamespaceDelegation

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizeOwnerToKeyMapping

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizeParticipantDomainState

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizePartyToParticipant

func (UnimplementedTopologyManagerWriteServiceServer) AuthorizeVettedPackages

type UnsafeInitializationServiceServer

type UnsafeInitializationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeInitializationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InitializationServiceServer will result in compilation errors.

type UnsafeTopologyAggregationServiceServer

type UnsafeTopologyAggregationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTopologyAggregationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TopologyAggregationServiceServer will result in compilation errors.

type UnsafeTopologyManagerReadServiceServer

type UnsafeTopologyManagerReadServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTopologyManagerReadServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TopologyManagerReadServiceServer will result in compilation errors.

type UnsafeTopologyManagerWriteServiceServer

type UnsafeTopologyManagerWriteServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTopologyManagerWriteServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TopologyManagerWriteServiceServer will result in compilation errors.

type VettedPackagesAuthorization

type VettedPackagesAuthorization struct {
	Authorization *AuthorizationData `protobuf:"bytes,1,opt,name=authorization,proto3" json:"authorization,omitempty"`
	Participant   string             `protobuf:"bytes,2,opt,name=participant,proto3" json:"participant,omitempty"`
	PackageIds    []string           `protobuf:"bytes,3,rep,name=package_ids,json=packageIds,proto3" json:"package_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*VettedPackagesAuthorization) Descriptor deprecated

func (*VettedPackagesAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use VettedPackagesAuthorization.ProtoReflect.Descriptor instead.

func (*VettedPackagesAuthorization) GetAuthorization

func (x *VettedPackagesAuthorization) GetAuthorization() *AuthorizationData

func (*VettedPackagesAuthorization) GetPackageIds

func (x *VettedPackagesAuthorization) GetPackageIds() []string

func (*VettedPackagesAuthorization) GetParticipant

func (x *VettedPackagesAuthorization) GetParticipant() string

func (*VettedPackagesAuthorization) ProtoMessage

func (*VettedPackagesAuthorization) ProtoMessage()

func (*VettedPackagesAuthorization) ProtoReflect

func (*VettedPackagesAuthorization) Reset

func (x *VettedPackagesAuthorization) Reset()

func (*VettedPackagesAuthorization) String

func (x *VettedPackagesAuthorization) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL