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: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DomainConnectivityService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.DomainConnectivityService",
	HandlerType: (*DomainConnectivityServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ReconnectDomains",
			Handler:    _DomainConnectivityService_ReconnectDomains_Handler,
		},
		{
			MethodName: "RegisterDomain",
			Handler:    _DomainConnectivityService_RegisterDomain_Handler,
		},
		{
			MethodName: "ModifyDomain",
			Handler:    _DomainConnectivityService_ModifyDomain_Handler,
		},
		{
			MethodName: "ConnectDomain",
			Handler:    _DomainConnectivityService_ConnectDomain_Handler,
		},
		{
			MethodName: "DisconnectDomain",
			Handler:    _DomainConnectivityService_DisconnectDomain_Handler,
		},
		{
			MethodName: "ListConnectedDomains",
			Handler:    _DomainConnectivityService_ListConnectedDomains_Handler,
		},
		{
			MethodName: "ListConfiguredDomains",
			Handler:    _DomainConnectivityService_ListConfiguredDomains_Handler,
		},
		{
			MethodName: "GetAgreement",
			Handler:    _DomainConnectivityService_GetAgreement_Handler,
		},
		{
			MethodName: "AcceptAgreement",
			Handler:    _DomainConnectivityService_AcceptAgreement_Handler,
		},
		{
			MethodName: "GetDomainId",
			Handler:    _DomainConnectivityService_GetDomainId_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/domain_connectivity.proto",
}

DomainConnectivityService_ServiceDesc is the grpc.ServiceDesc for DomainConnectivityService 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 EnterpriseParticipantReplicationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.EnterpriseParticipantReplicationService",
	HandlerType: (*EnterpriseParticipantReplicationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SetPassive",
			Handler:    _EnterpriseParticipantReplicationService_SetPassive_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/enterprise_participant_replication_service.proto",
}

EnterpriseParticipantReplicationService_ServiceDesc is the grpc.ServiceDesc for EnterpriseParticipantReplicationService 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 File_com_digitalasset_canton_participant_admin_v0_domain_connectivity_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_enterprise_participant_replication_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_inspection_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_package_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_participant_repair_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_party_name_management_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_ping_pong_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_pruning_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_resource_management_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_traffic_control_service_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_participant_admin_v0_transfer_service_proto protoreflect.FileDescriptor
View Source
var InspectionService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.InspectionService",
	HandlerType: (*InspectionServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "LookupContractDomain",
			Handler:    _InspectionService_LookupContractDomain_Handler,
		},
		{
			MethodName: "LookupTransactionDomain",
			Handler:    _InspectionService_LookupTransactionDomain_Handler,
		},
		{
			MethodName: "LookupOffsetByTime",
			Handler:    _InspectionService_LookupOffsetByTime_Handler,
		},
		{
			MethodName: "LookupOffsetByIndex",
			Handler:    _InspectionService_LookupOffsetByIndex_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/inspection_service.proto",
}

InspectionService_ServiceDesc is the grpc.ServiceDesc for InspectionService 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 PackageService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.PackageService",
	HandlerType: (*PackageServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListPackages",
			Handler:    _PackageService_ListPackages_Handler,
		},
		{
			MethodName: "ListPackageContents",
			Handler:    _PackageService_ListPackageContents_Handler,
		},
		{
			MethodName: "ListDars",
			Handler:    _PackageService_ListDars_Handler,
		},
		{
			MethodName: "ListDarContents",
			Handler:    _PackageService_ListDarContents_Handler,
		},
		{
			MethodName: "UploadDar",
			Handler:    _PackageService_UploadDar_Handler,
		},
		{
			MethodName: "RemovePackage",
			Handler:    _PackageService_RemovePackage_Handler,
		},
		{
			MethodName: "RemoveDar",
			Handler:    _PackageService_RemoveDar_Handler,
		},
		{
			MethodName: "GetDar",
			Handler:    _PackageService_GetDar_Handler,
		},
		{
			MethodName: "Share",
			Handler:    _PackageService_Share_Handler,
		},
		{
			MethodName: "ListShareRequests",
			Handler:    _PackageService_ListShareRequests_Handler,
		},
		{
			MethodName: "ListShareOffers",
			Handler:    _PackageService_ListShareOffers_Handler,
		},
		{
			MethodName: "AcceptShareOffer",
			Handler:    _PackageService_AcceptShareOffer_Handler,
		},
		{
			MethodName: "RejectShareOffer",
			Handler:    _PackageService_RejectShareOffer_Handler,
		},
		{
			MethodName: "WhitelistAdd",
			Handler:    _PackageService_WhitelistAdd_Handler,
		},
		{
			MethodName: "WhitelistRemove",
			Handler:    _PackageService_WhitelistRemove_Handler,
		},
		{
			MethodName: "WhitelistList",
			Handler:    _PackageService_WhitelistList_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/package_service.proto",
}

PackageService_ServiceDesc is the grpc.ServiceDesc for PackageService 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 ParticipantRepairService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.ParticipantRepairService",
	HandlerType: (*ParticipantRepairServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "PurgeContracts",
			Handler:    _ParticipantRepairService_PurgeContracts_Handler,
		},
		{
			MethodName: "MigrateDomain",
			Handler:    _ParticipantRepairService_MigrateDomain_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "Download",
			Handler:       _ParticipantRepairService_Download_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "Upload",
			Handler:       _ParticipantRepairService_Upload_Handler,
			ClientStreams: true,
		},
	},
	Metadata: "com/digitalasset/canton/participant/admin/v0/participant_repair_service.proto",
}

ParticipantRepairService_ServiceDesc is the grpc.ServiceDesc for ParticipantRepairService 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 PartyNameManagementService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.PartyNameManagementService",
	HandlerType: (*PartyNameManagementServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "setPartyDisplayName",
			Handler:    _PartyNameManagementService_SetPartyDisplayName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/party_name_management.proto",
}

PartyNameManagementService_ServiceDesc is the grpc.ServiceDesc for PartyNameManagementService 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 PingService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.PingService",
	HandlerType: (*PingServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ping",
			Handler:    _PingService_Ping_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/ping_pong_service.proto",
}

PingService_ServiceDesc is the grpc.ServiceDesc for PingService 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 PruningService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.PruningService",
	HandlerType: (*PruningServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Prune",
			Handler:    _PruningService_Prune_Handler,
		},
		{
			MethodName: "GetSafePruningOffset",
			Handler:    _PruningService_GetSafePruningOffset_Handler,
		},
		{
			MethodName: "SetSchedule",
			Handler:    _PruningService_SetSchedule_Handler,
		},
		{
			MethodName: "SetCron",
			Handler:    _PruningService_SetCron_Handler,
		},
		{
			MethodName: "SetMaxDuration",
			Handler:    _PruningService_SetMaxDuration_Handler,
		},
		{
			MethodName: "SetRetention",
			Handler:    _PruningService_SetRetention_Handler,
		},
		{
			MethodName: "ClearSchedule",
			Handler:    _PruningService_ClearSchedule_Handler,
		},
		{
			MethodName: "GetSchedule",
			Handler:    _PruningService_GetSchedule_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/pruning_service.proto",
}

PruningService_ServiceDesc is the grpc.ServiceDesc for PruningService 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 ResourceManagementService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.ResourceManagementService",
	HandlerType: (*ResourceManagementServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateResourceLimits",
			Handler:    _ResourceManagementService_UpdateResourceLimits_Handler,
		},
		{
			MethodName: "GetResourceLimits",
			Handler:    _ResourceManagementService_GetResourceLimits_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/resource_management_service.proto",
}

ResourceManagementService_ServiceDesc is the grpc.ServiceDesc for ResourceManagementService 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 TrafficControlService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.TrafficControlService",
	HandlerType: (*TrafficControlServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "TrafficControlState",
			Handler:    _TrafficControlService_TrafficControlState_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/traffic_control_service.proto",
}

TrafficControlService_ServiceDesc is the grpc.ServiceDesc for TrafficControlService 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 TransferService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.digitalasset.canton.participant.admin.v0.TransferService",
	HandlerType: (*TransferServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "TransferOut",
			Handler:    _TransferService_TransferOut_Handler,
		},
		{
			MethodName: "TransferIn",
			Handler:    _TransferService_TransferIn_Handler,
		},
		{
			MethodName: "TransferSearch",
			Handler:    _TransferService_TransferSearch_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/digitalasset/canton/participant/admin/v0/transfer_service.proto",
}

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

Functions

func RegisterDomainConnectivityServiceServer

func RegisterDomainConnectivityServiceServer(s grpc.ServiceRegistrar, srv DomainConnectivityServiceServer)

func RegisterInspectionServiceServer

func RegisterInspectionServiceServer(s grpc.ServiceRegistrar, srv InspectionServiceServer)

func RegisterPackageServiceServer

func RegisterPackageServiceServer(s grpc.ServiceRegistrar, srv PackageServiceServer)

func RegisterParticipantRepairServiceServer

func RegisterParticipantRepairServiceServer(s grpc.ServiceRegistrar, srv ParticipantRepairServiceServer)

func RegisterPartyNameManagementServiceServer

func RegisterPartyNameManagementServiceServer(s grpc.ServiceRegistrar, srv PartyNameManagementServiceServer)

func RegisterPingServiceServer

func RegisterPingServiceServer(s grpc.ServiceRegistrar, srv PingServiceServer)

func RegisterPruningServiceServer

func RegisterPruningServiceServer(s grpc.ServiceRegistrar, srv PruningServiceServer)

func RegisterResourceManagementServiceServer

func RegisterResourceManagementServiceServer(s grpc.ServiceRegistrar, srv ResourceManagementServiceServer)

func RegisterTrafficControlServiceServer

func RegisterTrafficControlServiceServer(s grpc.ServiceRegistrar, srv TrafficControlServiceServer)

func RegisterTransferServiceServer

func RegisterTransferServiceServer(s grpc.ServiceRegistrar, srv TransferServiceServer)

Types

type AcceptAgreementRequest

type AcceptAgreementRequest struct {
	DomainAlias string `protobuf:"bytes,1,opt,name=domain_alias,json=domainAlias,proto3" json:"domain_alias,omitempty"`
	AgreementId string `protobuf:"bytes,2,opt,name=agreement_id,json=agreementId,proto3" json:"agreement_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptAgreementRequest) Descriptor deprecated

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

Deprecated: Use AcceptAgreementRequest.ProtoReflect.Descriptor instead.

func (*AcceptAgreementRequest) GetAgreementId

func (x *AcceptAgreementRequest) GetAgreementId() string

func (*AcceptAgreementRequest) GetDomainAlias

func (x *AcceptAgreementRequest) GetDomainAlias() string

func (*AcceptAgreementRequest) ProtoMessage

func (*AcceptAgreementRequest) ProtoMessage()

func (*AcceptAgreementRequest) ProtoReflect

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

func (*AcceptAgreementRequest) Reset

func (x *AcceptAgreementRequest) Reset()

func (*AcceptAgreementRequest) String

func (x *AcceptAgreementRequest) String() string

type AcceptAgreementResponse

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

func (*AcceptAgreementResponse) Descriptor deprecated

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

Deprecated: Use AcceptAgreementResponse.ProtoReflect.Descriptor instead.

func (*AcceptAgreementResponse) ProtoMessage

func (*AcceptAgreementResponse) ProtoMessage()

func (*AcceptAgreementResponse) ProtoReflect

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

func (*AcceptAgreementResponse) Reset

func (x *AcceptAgreementResponse) Reset()

func (*AcceptAgreementResponse) String

func (x *AcceptAgreementResponse) String() string

type AcceptShareOfferRequest

type AcceptShareOfferRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptShareOfferRequest) Descriptor deprecated

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

Deprecated: Use AcceptShareOfferRequest.ProtoReflect.Descriptor instead.

func (*AcceptShareOfferRequest) GetId

func (x *AcceptShareOfferRequest) GetId() string

func (*AcceptShareOfferRequest) ProtoMessage

func (*AcceptShareOfferRequest) ProtoMessage()

func (*AcceptShareOfferRequest) ProtoReflect

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

func (*AcceptShareOfferRequest) Reset

func (x *AcceptShareOfferRequest) Reset()

func (*AcceptShareOfferRequest) String

func (x *AcceptShareOfferRequest) String() string

type AcsSnapshotChunk

type AcsSnapshotChunk struct {
	Chunk []byte `protobuf:"bytes,1,opt,name=chunk,proto3" json:"chunk,omitempty"` // a chunk of the acs snapshot download
	// contains filtered or unexported fields
}

func (*AcsSnapshotChunk) Descriptor deprecated

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

Deprecated: Use AcsSnapshotChunk.ProtoReflect.Descriptor instead.

func (*AcsSnapshotChunk) GetChunk

func (x *AcsSnapshotChunk) GetChunk() []byte

func (*AcsSnapshotChunk) ProtoMessage

func (*AcsSnapshotChunk) ProtoMessage()

func (*AcsSnapshotChunk) ProtoReflect

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

func (*AcsSnapshotChunk) Reset

func (x *AcsSnapshotChunk) Reset()

func (*AcsSnapshotChunk) String

func (x *AcsSnapshotChunk) String() string

type AdminTransferInRequest

type AdminTransferInRequest struct {
	SubmittingPartyId string         `protobuf:"bytes,1,opt,name=submitting_party_id,json=submittingPartyId,proto3" json:"submitting_party_id,omitempty"`
	TargetDomain      string         `protobuf:"bytes,2,opt,name=target_domain,json=targetDomain,proto3" json:"target_domain,omitempty"`
	TransferId        *v0.TransferId `protobuf:"bytes,3,opt,name=transfer_id,json=transferId,proto3" json:"transfer_id,omitempty"`
	ApplicationId     string         `protobuf:"bytes,4,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	SubmissionId      string         `protobuf:"bytes,5,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // optional
	WorkflowId        string         `protobuf:"bytes,6,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`       // optional
	CommandId         string         `protobuf:"bytes,7,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`          // optional
	// contains filtered or unexported fields
}

func (*AdminTransferInRequest) Descriptor deprecated

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

Deprecated: Use AdminTransferInRequest.ProtoReflect.Descriptor instead.

func (*AdminTransferInRequest) GetApplicationId

func (x *AdminTransferInRequest) GetApplicationId() string

func (*AdminTransferInRequest) GetCommandId

func (x *AdminTransferInRequest) GetCommandId() string

func (*AdminTransferInRequest) GetSubmissionId

func (x *AdminTransferInRequest) GetSubmissionId() string

func (*AdminTransferInRequest) GetSubmittingPartyId

func (x *AdminTransferInRequest) GetSubmittingPartyId() string

func (*AdminTransferInRequest) GetTargetDomain

func (x *AdminTransferInRequest) GetTargetDomain() string

func (*AdminTransferInRequest) GetTransferId

func (x *AdminTransferInRequest) GetTransferId() *v0.TransferId

func (*AdminTransferInRequest) GetWorkflowId

func (x *AdminTransferInRequest) GetWorkflowId() string

func (*AdminTransferInRequest) ProtoMessage

func (*AdminTransferInRequest) ProtoMessage()

func (*AdminTransferInRequest) ProtoReflect

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

func (*AdminTransferInRequest) Reset

func (x *AdminTransferInRequest) Reset()

func (*AdminTransferInRequest) String

func (x *AdminTransferInRequest) String() string

type AdminTransferInResponse

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

func (*AdminTransferInResponse) Descriptor deprecated

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

Deprecated: Use AdminTransferInResponse.ProtoReflect.Descriptor instead.

func (*AdminTransferInResponse) ProtoMessage

func (*AdminTransferInResponse) ProtoMessage()

func (*AdminTransferInResponse) ProtoReflect

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

func (*AdminTransferInResponse) Reset

func (x *AdminTransferInResponse) Reset()

func (*AdminTransferInResponse) String

func (x *AdminTransferInResponse) String() string

type AdminTransferOutRequest

type AdminTransferOutRequest struct {
	SubmittingParty string `protobuf:"bytes,1,opt,name=submitting_party,json=submittingParty,proto3" json:"submitting_party,omitempty"`
	ContractId      string `protobuf:"bytes,2,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	OriginDomain    string `protobuf:"bytes,3,opt,name=origin_domain,json=originDomain,proto3" json:"origin_domain,omitempty"`
	TargetDomain    string `protobuf:"bytes,4,opt,name=target_domain,json=targetDomain,proto3" json:"target_domain,omitempty"`
	ApplicationId   string `protobuf:"bytes,5,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	SubmissionId    string `protobuf:"bytes,6,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // optional
	WorkflowId      string `protobuf:"bytes,7,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`       // optional
	CommandId       string `protobuf:"bytes,8,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`          // optional
	// contains filtered or unexported fields
}

func (*AdminTransferOutRequest) Descriptor deprecated

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

Deprecated: Use AdminTransferOutRequest.ProtoReflect.Descriptor instead.

func (*AdminTransferOutRequest) GetApplicationId

func (x *AdminTransferOutRequest) GetApplicationId() string

func (*AdminTransferOutRequest) GetCommandId

func (x *AdminTransferOutRequest) GetCommandId() string

func (*AdminTransferOutRequest) GetContractId

func (x *AdminTransferOutRequest) GetContractId() string

func (*AdminTransferOutRequest) GetOriginDomain

func (x *AdminTransferOutRequest) GetOriginDomain() string

func (*AdminTransferOutRequest) GetSubmissionId

func (x *AdminTransferOutRequest) GetSubmissionId() string

func (*AdminTransferOutRequest) GetSubmittingParty

func (x *AdminTransferOutRequest) GetSubmittingParty() string

func (*AdminTransferOutRequest) GetTargetDomain

func (x *AdminTransferOutRequest) GetTargetDomain() string

func (*AdminTransferOutRequest) GetWorkflowId

func (x *AdminTransferOutRequest) GetWorkflowId() string

func (*AdminTransferOutRequest) ProtoMessage

func (*AdminTransferOutRequest) ProtoMessage()

func (*AdminTransferOutRequest) ProtoReflect

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

func (*AdminTransferOutRequest) Reset

func (x *AdminTransferOutRequest) Reset()

func (*AdminTransferOutRequest) String

func (x *AdminTransferOutRequest) String() string

type AdminTransferOutResponse

type AdminTransferOutResponse struct {
	TransferId *v0.TransferId `protobuf:"bytes,1,opt,name=transfer_id,json=transferId,proto3" json:"transfer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AdminTransferOutResponse) Descriptor deprecated

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

Deprecated: Use AdminTransferOutResponse.ProtoReflect.Descriptor instead.

func (*AdminTransferOutResponse) GetTransferId

func (x *AdminTransferOutResponse) GetTransferId() *v0.TransferId

func (*AdminTransferOutResponse) ProtoMessage

func (*AdminTransferOutResponse) ProtoMessage()

func (*AdminTransferOutResponse) ProtoReflect

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

func (*AdminTransferOutResponse) Reset

func (x *AdminTransferOutResponse) Reset()

func (*AdminTransferOutResponse) String

func (x *AdminTransferOutResponse) String() string

type AdminTransferSearchQuery

type AdminTransferSearchQuery struct {
	SearchDomain          string                 `protobuf:"bytes,1,opt,name=search_domain,json=searchDomain,proto3" json:"search_domain,omitempty"`
	FilterOriginDomain    string                 `protobuf:"bytes,2,opt,name=filter_origin_domain,json=filterOriginDomain,proto3" json:"filter_origin_domain,omitempty"` // exact match if non-empty
	FilterTimestamp       *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=filter_timestamp,json=filterTimestamp,proto3" json:"filter_timestamp,omitempty"`            // optional; exact match if set
	FilterSubmittingParty string                 ``                                                                                                                      /* 126-byte string literal not displayed */
	Limit                 int64                  `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*AdminTransferSearchQuery) Descriptor deprecated

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

Deprecated: Use AdminTransferSearchQuery.ProtoReflect.Descriptor instead.

func (*AdminTransferSearchQuery) GetFilterOriginDomain

func (x *AdminTransferSearchQuery) GetFilterOriginDomain() string

func (*AdminTransferSearchQuery) GetFilterSubmittingParty

func (x *AdminTransferSearchQuery) GetFilterSubmittingParty() string

func (*AdminTransferSearchQuery) GetFilterTimestamp

func (x *AdminTransferSearchQuery) GetFilterTimestamp() *timestamppb.Timestamp

func (*AdminTransferSearchQuery) GetLimit

func (x *AdminTransferSearchQuery) GetLimit() int64

func (*AdminTransferSearchQuery) GetSearchDomain

func (x *AdminTransferSearchQuery) GetSearchDomain() string

func (*AdminTransferSearchQuery) ProtoMessage

func (*AdminTransferSearchQuery) ProtoMessage()

func (*AdminTransferSearchQuery) ProtoReflect

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

func (*AdminTransferSearchQuery) Reset

func (x *AdminTransferSearchQuery) Reset()

func (*AdminTransferSearchQuery) String

func (x *AdminTransferSearchQuery) String() string

type AdminTransferSearchResponse

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

func (*AdminTransferSearchResponse) Descriptor deprecated

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

Deprecated: Use AdminTransferSearchResponse.ProtoReflect.Descriptor instead.

func (*AdminTransferSearchResponse) GetResults

func (*AdminTransferSearchResponse) ProtoMessage

func (*AdminTransferSearchResponse) ProtoMessage()

func (*AdminTransferSearchResponse) ProtoReflect

func (*AdminTransferSearchResponse) Reset

func (x *AdminTransferSearchResponse) Reset()

func (*AdminTransferSearchResponse) String

func (x *AdminTransferSearchResponse) String() string

type AdminTransferSearchResponse_TransferSearchResult

type AdminTransferSearchResponse_TransferSearchResult struct {
	ContractId         string                 `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	TransferId         *v0.TransferId         `protobuf:"bytes,2,opt,name=transfer_id,json=transferId,proto3" json:"transfer_id,omitempty"`
	OriginDomain       string                 `protobuf:"bytes,3,opt,name=origin_domain,json=originDomain,proto3" json:"origin_domain,omitempty"`
	TargetDomain       string                 `protobuf:"bytes,4,opt,name=target_domain,json=targetDomain,proto3" json:"target_domain,omitempty"`
	SubmittingParty    string                 `protobuf:"bytes,5,opt,name=submitting_party,json=submittingParty,proto3" json:"submitting_party,omitempty"`
	ReadyForTransferIn bool                   `protobuf:"varint,6,opt,name=ready_for_transfer_in,json=readyForTransferIn,proto3" json:"ready_for_transfer_in,omitempty"`
	TargetTimeProof    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=target_time_proof,json=targetTimeProof,proto3" json:"target_time_proof,omitempty"`
	// contains filtered or unexported fields
}

func (*AdminTransferSearchResponse_TransferSearchResult) Descriptor deprecated

Deprecated: Use AdminTransferSearchResponse_TransferSearchResult.ProtoReflect.Descriptor instead.

func (*AdminTransferSearchResponse_TransferSearchResult) GetContractId

func (*AdminTransferSearchResponse_TransferSearchResult) GetOriginDomain

func (*AdminTransferSearchResponse_TransferSearchResult) GetReadyForTransferIn

func (x *AdminTransferSearchResponse_TransferSearchResult) GetReadyForTransferIn() bool

func (*AdminTransferSearchResponse_TransferSearchResult) GetSubmittingParty

func (*AdminTransferSearchResponse_TransferSearchResult) GetTargetDomain

func (*AdminTransferSearchResponse_TransferSearchResult) GetTargetTimeProof

func (*AdminTransferSearchResponse_TransferSearchResult) GetTransferId

func (*AdminTransferSearchResponse_TransferSearchResult) ProtoMessage

func (*AdminTransferSearchResponse_TransferSearchResult) ProtoReflect

func (*AdminTransferSearchResponse_TransferSearchResult) Reset

func (*AdminTransferSearchResponse_TransferSearchResult) String

type Agreement

type Agreement struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*Agreement) Descriptor deprecated

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

Deprecated: Use Agreement.ProtoReflect.Descriptor instead.

func (*Agreement) GetId

func (x *Agreement) GetId() string

func (*Agreement) GetText

func (x *Agreement) GetText() string

func (*Agreement) ProtoMessage

func (*Agreement) ProtoMessage()

func (*Agreement) ProtoReflect

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

func (*Agreement) Reset

func (x *Agreement) Reset()

func (*Agreement) String

func (x *Agreement) String() string

type ConnectDomainRequest

type ConnectDomainRequest struct {
	DomainAlias string `protobuf:"bytes,1,opt,name=domain_alias,json=domainAlias,proto3" json:"domain_alias,omitempty"`
	// if retry is set to true, we will keep on retrying if the domain is unavailable
	Retry bool `protobuf:"varint,2,opt,name=retry,proto3" json:"retry,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectDomainRequest) Descriptor deprecated

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

Deprecated: Use ConnectDomainRequest.ProtoReflect.Descriptor instead.

func (*ConnectDomainRequest) GetDomainAlias

func (x *ConnectDomainRequest) GetDomainAlias() string

func (*ConnectDomainRequest) GetRetry

func (x *ConnectDomainRequest) GetRetry() bool

func (*ConnectDomainRequest) ProtoMessage

func (*ConnectDomainRequest) ProtoMessage()

func (*ConnectDomainRequest) ProtoReflect

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

func (*ConnectDomainRequest) Reset

func (x *ConnectDomainRequest) Reset()

func (*ConnectDomainRequest) String

func (x *ConnectDomainRequest) String() string

type ConnectDomainResponse

type ConnectDomainResponse struct {

	// true if the domain is connected, false if the domain is offline, exception on any other error
	ConnectedSuccessfully bool `protobuf:"varint,1,opt,name=connected_successfully,json=connectedSuccessfully,proto3" json:"connected_successfully,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectDomainResponse) Descriptor deprecated

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

Deprecated: Use ConnectDomainResponse.ProtoReflect.Descriptor instead.

func (*ConnectDomainResponse) GetConnectedSuccessfully

func (x *ConnectDomainResponse) GetConnectedSuccessfully() bool

func (*ConnectDomainResponse) ProtoMessage

func (*ConnectDomainResponse) ProtoMessage()

func (*ConnectDomainResponse) ProtoReflect

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

func (*ConnectDomainResponse) Reset

func (x *ConnectDomainResponse) Reset()

func (*ConnectDomainResponse) String

func (x *ConnectDomainResponse) String() string

type DarDescription

type DarDescription struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DarDescription) Descriptor deprecated

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

Deprecated: Use DarDescription.ProtoReflect.Descriptor instead.

func (*DarDescription) GetHash

func (x *DarDescription) GetHash() string

func (*DarDescription) GetName

func (x *DarDescription) GetName() string

func (*DarDescription) ProtoMessage

func (*DarDescription) ProtoMessage()

func (*DarDescription) ProtoReflect

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

func (*DarDescription) Reset

func (x *DarDescription) Reset()

func (*DarDescription) String

func (x *DarDescription) String() string

type DisconnectDomainRequest

type DisconnectDomainRequest struct {
	DomainAlias string `protobuf:"bytes,1,opt,name=domain_alias,json=domainAlias,proto3" json:"domain_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*DisconnectDomainRequest) Descriptor deprecated

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

Deprecated: Use DisconnectDomainRequest.ProtoReflect.Descriptor instead.

func (*DisconnectDomainRequest) GetDomainAlias

func (x *DisconnectDomainRequest) GetDomainAlias() string

func (*DisconnectDomainRequest) ProtoMessage

func (*DisconnectDomainRequest) ProtoMessage()

func (*DisconnectDomainRequest) ProtoReflect

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

func (*DisconnectDomainRequest) Reset

func (x *DisconnectDomainRequest) Reset()

func (*DisconnectDomainRequest) String

func (x *DisconnectDomainRequest) String() string

type DisconnectDomainResponse

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

func (*DisconnectDomainResponse) Descriptor deprecated

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

Deprecated: Use DisconnectDomainResponse.ProtoReflect.Descriptor instead.

func (*DisconnectDomainResponse) ProtoMessage

func (*DisconnectDomainResponse) ProtoMessage()

func (*DisconnectDomainResponse) ProtoReflect

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

func (*DisconnectDomainResponse) Reset

func (x *DisconnectDomainResponse) Reset()

func (*DisconnectDomainResponse) String

func (x *DisconnectDomainResponse) String() string

type DomainConnectionConfig

type DomainConnectionConfig struct {

	// participant local identifier of the target domain
	DomainAlias string `protobuf:"bytes,1,opt,name=domain_alias,json=domainAlias,proto3" json:"domain_alias,omitempty"`
	// connection information to sequencer
	SequencerConnections []*v0.SequencerConnection `protobuf:"bytes,2,rep,name=sequencerConnections,proto3" json:"sequencerConnections,omitempty"`
	// if false, then domain needs to be manually connected to (default false)
	ManualConnect bool `protobuf:"varint,3,opt,name=manual_connect,json=manualConnect,proto3" json:"manual_connect,omitempty"`
	// optional domainId (if TLS isn't to be trusted)
	DomainId string `protobuf:"bytes,4,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	// optional. Influences whether the participant submits to this domain, if several domains are eligible
	Priority int32 `protobuf:"varint,5,opt,name=priority,proto3" json:"priority,omitempty"`
	// initial delay before an attempt to reconnect to the sequencer
	InitialRetryDelay *durationpb.Duration `protobuf:"bytes,6,opt,name=initialRetryDelay,proto3" json:"initialRetryDelay,omitempty"`
	// maximum delay before an attempt to reconnect to the sequencer
	MaxRetryDelay *durationpb.Duration `protobuf:"bytes,7,opt,name=maxRetryDelay,proto3" json:"maxRetryDelay,omitempty"`
	// configuration for how time is tracked and requested on this domain
	TimeTracker *v01.DomainTimeTrackerConfig `protobuf:"bytes,8,opt,name=timeTracker,proto3" json:"timeTracker,omitempty"`
	// This field determines the minimum level of agreement, or consensus, required among the sequencers before a message
	// is considered reliable and accepted by the system.
	// The value set here should not be zero. However, to maintain backward compatibility with older clients, a zero value
	// is interpreted as equivalent to the size of sequencer_connections.
	SequencerTrustThreshold uint32 `protobuf:"varint,9,opt,name=sequencerTrustThreshold,proto3" json:"sequencerTrustThreshold,omitempty"`
	// contains filtered or unexported fields
}

func (*DomainConnectionConfig) Descriptor deprecated

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

Deprecated: Use DomainConnectionConfig.ProtoReflect.Descriptor instead.

func (*DomainConnectionConfig) GetDomainAlias

func (x *DomainConnectionConfig) GetDomainAlias() string

func (*DomainConnectionConfig) GetDomainId

func (x *DomainConnectionConfig) GetDomainId() string

func (*DomainConnectionConfig) GetInitialRetryDelay

func (x *DomainConnectionConfig) GetInitialRetryDelay() *durationpb.Duration

func (*DomainConnectionConfig) GetManualConnect

func (x *DomainConnectionConfig) GetManualConnect() bool

func (*DomainConnectionConfig) GetMaxRetryDelay

func (x *DomainConnectionConfig) GetMaxRetryDelay() *durationpb.Duration

func (*DomainConnectionConfig) GetPriority

func (x *DomainConnectionConfig) GetPriority() int32

func (*DomainConnectionConfig) GetSequencerConnections

func (x *DomainConnectionConfig) GetSequencerConnections() []*v0.SequencerConnection

func (*DomainConnectionConfig) GetSequencerTrustThreshold

func (x *DomainConnectionConfig) GetSequencerTrustThreshold() uint32

func (*DomainConnectionConfig) GetTimeTracker

func (x *DomainConnectionConfig) GetTimeTracker() *v01.DomainTimeTrackerConfig

func (*DomainConnectionConfig) ProtoMessage

func (*DomainConnectionConfig) ProtoMessage()

func (*DomainConnectionConfig) ProtoReflect

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

func (*DomainConnectionConfig) Reset

func (x *DomainConnectionConfig) Reset()

func (*DomainConnectionConfig) String

func (x *DomainConnectionConfig) String() string

type DomainConnectivityServiceClient

type DomainConnectivityServiceClient interface {
	// reconnect to domains
	ReconnectDomains(ctx context.Context, in *ReconnectDomainsRequest, opts ...grpc.CallOption) (*ReconnectDomainsResponse, error)
	// configure a new domain connection
	RegisterDomain(ctx context.Context, in *RegisterDomainRequest, opts ...grpc.CallOption) (*RegisterDomainResponse, error)
	// reconfigure a domain connection
	ModifyDomain(ctx context.Context, in *ModifyDomainRequest, opts ...grpc.CallOption) (*ModifyDomainResponse, error)
	// connect to a configured domain
	ConnectDomain(ctx context.Context, in *ConnectDomainRequest, opts ...grpc.CallOption) (*ConnectDomainResponse, error)
	// disconnect from a configured domain
	DisconnectDomain(ctx context.Context, in *DisconnectDomainRequest, opts ...grpc.CallOption) (*DisconnectDomainResponse, error)
	// list connected domains
	ListConnectedDomains(ctx context.Context, in *ListConnectedDomainsRequest, opts ...grpc.CallOption) (*ListConnectedDomainsResponse, error)
	// list configured domains
	ListConfiguredDomains(ctx context.Context, in *ListConfiguredDomainsRequest, opts ...grpc.CallOption) (*ListConfiguredDomainsResponse, error)
	// Get the service agreement for the domain
	GetAgreement(ctx context.Context, in *GetAgreementRequest, opts ...grpc.CallOption) (*GetAgreementResponse, error)
	// Accept the agreement of the domain
	AcceptAgreement(ctx context.Context, in *AcceptAgreementRequest, opts ...grpc.CallOption) (*AcceptAgreementResponse, error)
	// Get the domain id of the given domain alias
	GetDomainId(ctx context.Context, in *GetDomainIdRequest, opts ...grpc.CallOption) (*GetDomainIdResponse, error)
}

DomainConnectivityServiceClient is the client API for DomainConnectivityService 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 DomainConnectivityServiceServer

type DomainConnectivityServiceServer interface {
	// reconnect to domains
	ReconnectDomains(context.Context, *ReconnectDomainsRequest) (*ReconnectDomainsResponse, error)
	// configure a new domain connection
	RegisterDomain(context.Context, *RegisterDomainRequest) (*RegisterDomainResponse, error)
	// reconfigure a domain connection
	ModifyDomain(context.Context, *ModifyDomainRequest) (*ModifyDomainResponse, error)
	// connect to a configured domain
	ConnectDomain(context.Context, *ConnectDomainRequest) (*ConnectDomainResponse, error)
	// disconnect from a configured domain
	DisconnectDomain(context.Context, *DisconnectDomainRequest) (*DisconnectDomainResponse, error)
	// list connected domains
	ListConnectedDomains(context.Context, *ListConnectedDomainsRequest) (*ListConnectedDomainsResponse, error)
	// list configured domains
	ListConfiguredDomains(context.Context, *ListConfiguredDomainsRequest) (*ListConfiguredDomainsResponse, error)
	// Get the service agreement for the domain
	GetAgreement(context.Context, *GetAgreementRequest) (*GetAgreementResponse, error)
	// Accept the agreement of the domain
	AcceptAgreement(context.Context, *AcceptAgreementRequest) (*AcceptAgreementResponse, error)
	// Get the domain id of the given domain alias
	GetDomainId(context.Context, *GetDomainIdRequest) (*GetDomainIdResponse, error)
	// contains filtered or unexported methods
}

DomainConnectivityServiceServer is the server API for DomainConnectivityService service. All implementations must embed UnimplementedDomainConnectivityServiceServer for forward compatibility

type DownloadRequest

type DownloadRequest struct {
	Parties         []string               `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	FilterDomainId  string                 `protobuf:"bytes,2,opt,name=filter_domain_id,json=filterDomainId,proto3" json:"filter_domain_id,omitempty"`  // optional; exact match if set
	Timestamp       *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`                                    // optional; take acs state for this timestamp
	ProtocolVersion string                 `protobuf:"bytes,4,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"` // optional; version of serialization to use
	// Size of the byte chunks to stream back.
	// Defaults to 2MB (half of the default gRPC max message size)
	ChunkSize  *wrapperspb.UInt32Value `protobuf:"bytes,5,opt,name=chunkSize,proto3" json:"chunkSize,omitempty"`
	GzipFormat bool                    `protobuf:"varint,6,opt,name=gzip_format,json=gzipFormat,proto3" json:"gzip_format,omitempty"`
	// Optional mapping from one domain id to another to rename the associated domain of contracts in the export
	// NOTE: This is not a proper domain migration of contracts.
	ContractDomainRenames map[string]string `` /* 214-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DownloadRequest) Descriptor deprecated

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

Deprecated: Use DownloadRequest.ProtoReflect.Descriptor instead.

func (*DownloadRequest) GetChunkSize

func (x *DownloadRequest) GetChunkSize() *wrapperspb.UInt32Value

func (*DownloadRequest) GetContractDomainRenames

func (x *DownloadRequest) GetContractDomainRenames() map[string]string

func (*DownloadRequest) GetFilterDomainId

func (x *DownloadRequest) GetFilterDomainId() string

func (*DownloadRequest) GetGzipFormat

func (x *DownloadRequest) GetGzipFormat() bool

func (*DownloadRequest) GetParties

func (x *DownloadRequest) GetParties() []string

func (*DownloadRequest) GetProtocolVersion

func (x *DownloadRequest) GetProtocolVersion() string

func (*DownloadRequest) GetTimestamp

func (x *DownloadRequest) GetTimestamp() *timestamppb.Timestamp

func (*DownloadRequest) ProtoMessage

func (*DownloadRequest) ProtoMessage()

func (*DownloadRequest) ProtoReflect

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

func (*DownloadRequest) Reset

func (x *DownloadRequest) Reset()

func (*DownloadRequest) String

func (x *DownloadRequest) String() string

type EnterpriseParticipantReplicationServiceClient

type EnterpriseParticipantReplicationServiceClient interface {
	SetPassive(ctx context.Context, in *SetPassive_Request, opts ...grpc.CallOption) (*SetPassive_Response, error)
}

EnterpriseParticipantReplicationServiceClient is the client API for EnterpriseParticipantReplicationService 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 EnterpriseParticipantReplicationServiceServer

type EnterpriseParticipantReplicationServiceServer interface {
	SetPassive(context.Context, *SetPassive_Request) (*SetPassive_Response, error)
	// contains filtered or unexported methods
}

EnterpriseParticipantReplicationServiceServer is the server API for EnterpriseParticipantReplicationService service. All implementations must embed UnimplementedEnterpriseParticipantReplicationServiceServer for forward compatibility

type GetAgreementRequest

type GetAgreementRequest struct {
	DomainAlias string `protobuf:"bytes,1,opt,name=domain_alias,json=domainAlias,proto3" json:"domain_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAgreementRequest) Descriptor deprecated

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

Deprecated: Use GetAgreementRequest.ProtoReflect.Descriptor instead.

func (*GetAgreementRequest) GetDomainAlias

func (x *GetAgreementRequest) GetDomainAlias() string

func (*GetAgreementRequest) ProtoMessage

func (*GetAgreementRequest) ProtoMessage()

func (*GetAgreementRequest) ProtoReflect

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

func (*GetAgreementRequest) Reset

func (x *GetAgreementRequest) Reset()

func (*GetAgreementRequest) String

func (x *GetAgreementRequest) String() string

type GetAgreementResponse

type GetAgreementResponse struct {
	DomainId  string     `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	Agreement *Agreement `protobuf:"bytes,2,opt,name=agreement,proto3" json:"agreement,omitempty"`
	Accepted  bool       `protobuf:"varint,3,opt,name=accepted,proto3" json:"accepted,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAgreementResponse) Descriptor deprecated

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

Deprecated: Use GetAgreementResponse.ProtoReflect.Descriptor instead.

func (*GetAgreementResponse) GetAccepted

func (x *GetAgreementResponse) GetAccepted() bool

func (*GetAgreementResponse) GetAgreement

func (x *GetAgreementResponse) GetAgreement() *Agreement

func (*GetAgreementResponse) GetDomainId

func (x *GetAgreementResponse) GetDomainId() string

func (*GetAgreementResponse) ProtoMessage

func (*GetAgreementResponse) ProtoMessage()

func (*GetAgreementResponse) ProtoReflect

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

func (*GetAgreementResponse) Reset

func (x *GetAgreementResponse) Reset()

func (*GetAgreementResponse) String

func (x *GetAgreementResponse) String() string

type GetDarRequest

type GetDarRequest struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDarRequest) Descriptor deprecated

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

Deprecated: Use GetDarRequest.ProtoReflect.Descriptor instead.

func (*GetDarRequest) GetHash

func (x *GetDarRequest) GetHash() string

func (*GetDarRequest) ProtoMessage

func (*GetDarRequest) ProtoMessage()

func (*GetDarRequest) ProtoReflect

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

func (*GetDarRequest) Reset

func (x *GetDarRequest) Reset()

func (*GetDarRequest) String

func (x *GetDarRequest) String() string

type GetDarResponse

type GetDarResponse struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDarResponse) Descriptor deprecated

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

Deprecated: Use GetDarResponse.ProtoReflect.Descriptor instead.

func (*GetDarResponse) GetData

func (x *GetDarResponse) GetData() []byte

func (*GetDarResponse) GetName

func (x *GetDarResponse) GetName() string

func (*GetDarResponse) ProtoMessage

func (*GetDarResponse) ProtoMessage()

func (*GetDarResponse) ProtoReflect

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

func (*GetDarResponse) Reset

func (x *GetDarResponse) Reset()

func (*GetDarResponse) String

func (x *GetDarResponse) String() string

type GetDomainIdRequest

type GetDomainIdRequest struct {
	DomainAlias string `protobuf:"bytes,1,opt,name=domain_alias,json=domainAlias,proto3" json:"domain_alias,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDomainIdRequest) Descriptor deprecated

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

Deprecated: Use GetDomainIdRequest.ProtoReflect.Descriptor instead.

func (*GetDomainIdRequest) GetDomainAlias

func (x *GetDomainIdRequest) GetDomainAlias() string

func (*GetDomainIdRequest) ProtoMessage

func (*GetDomainIdRequest) ProtoMessage()

func (*GetDomainIdRequest) ProtoReflect

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

func (*GetDomainIdRequest) Reset

func (x *GetDomainIdRequest) Reset()

func (*GetDomainIdRequest) String

func (x *GetDomainIdRequest) String() string

type GetDomainIdResponse

type GetDomainIdResponse struct {
	DomainId string `protobuf:"bytes,2,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDomainIdResponse) Descriptor deprecated

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

Deprecated: Use GetDomainIdResponse.ProtoReflect.Descriptor instead.

func (*GetDomainIdResponse) GetDomainId

func (x *GetDomainIdResponse) GetDomainId() string

func (*GetDomainIdResponse) ProtoMessage

func (*GetDomainIdResponse) ProtoMessage()

func (*GetDomainIdResponse) ProtoReflect

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

func (*GetDomainIdResponse) Reset

func (x *GetDomainIdResponse) Reset()

func (*GetDomainIdResponse) String

func (x *GetDomainIdResponse) String() string

type GetSafePruningOffsetRequest

type GetSafePruningOffsetRequest struct {
	BeforeOrAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=before_or_at,json=beforeOrAt,proto3" json:"before_or_at,omitempty"`
	LedgerEnd  string                 `protobuf:"bytes,2,opt,name=ledger_end,json=ledgerEnd,proto3" json:"ledger_end,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSafePruningOffsetRequest) Descriptor deprecated

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

Deprecated: Use GetSafePruningOffsetRequest.ProtoReflect.Descriptor instead.

func (*GetSafePruningOffsetRequest) GetBeforeOrAt

func (*GetSafePruningOffsetRequest) GetLedgerEnd

func (x *GetSafePruningOffsetRequest) GetLedgerEnd() string

func (*GetSafePruningOffsetRequest) ProtoMessage

func (*GetSafePruningOffsetRequest) ProtoMessage()

func (*GetSafePruningOffsetRequest) ProtoReflect

func (*GetSafePruningOffsetRequest) Reset

func (x *GetSafePruningOffsetRequest) Reset()

func (*GetSafePruningOffsetRequest) String

func (x *GetSafePruningOffsetRequest) String() string

type GetSafePruningOffsetResponse

type GetSafePruningOffsetResponse struct {

	// Types that are assignable to Response:
	//	*GetSafePruningOffsetResponse_SafePruningOffset
	//	*GetSafePruningOffsetResponse_NoSafePruningOffset_
	Response isGetSafePruningOffsetResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*GetSafePruningOffsetResponse) Descriptor deprecated

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

Deprecated: Use GetSafePruningOffsetResponse.ProtoReflect.Descriptor instead.

func (*GetSafePruningOffsetResponse) GetNoSafePruningOffset

func (*GetSafePruningOffsetResponse) GetResponse

func (m *GetSafePruningOffsetResponse) GetResponse() isGetSafePruningOffsetResponse_Response

func (*GetSafePruningOffsetResponse) GetSafePruningOffset

func (x *GetSafePruningOffsetResponse) GetSafePruningOffset() string

func (*GetSafePruningOffsetResponse) ProtoMessage

func (*GetSafePruningOffsetResponse) ProtoMessage()

func (*GetSafePruningOffsetResponse) ProtoReflect

func (*GetSafePruningOffsetResponse) Reset

func (x *GetSafePruningOffsetResponse) Reset()

func (*GetSafePruningOffsetResponse) String

type GetSafePruningOffsetResponse_NoSafePruningOffset

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

func (*GetSafePruningOffsetResponse_NoSafePruningOffset) Descriptor deprecated

Deprecated: Use GetSafePruningOffsetResponse_NoSafePruningOffset.ProtoReflect.Descriptor instead.

func (*GetSafePruningOffsetResponse_NoSafePruningOffset) ProtoMessage

func (*GetSafePruningOffsetResponse_NoSafePruningOffset) ProtoReflect

func (*GetSafePruningOffsetResponse_NoSafePruningOffset) Reset

func (*GetSafePruningOffsetResponse_NoSafePruningOffset) String

type GetSafePruningOffsetResponse_NoSafePruningOffset_

type GetSafePruningOffsetResponse_NoSafePruningOffset_ struct {
	NoSafePruningOffset *GetSafePruningOffsetResponse_NoSafePruningOffset `protobuf:"bytes,2,opt,name=no_safe_pruning_offset,json=noSafePruningOffset,proto3,oneof"`
}

type GetSafePruningOffsetResponse_SafePruningOffset

type GetSafePruningOffsetResponse_SafePruningOffset struct {
	SafePruningOffset string `protobuf:"bytes,1,opt,name=safe_pruning_offset,json=safePruningOffset,proto3,oneof"`
}

type InspectionServiceClient

type InspectionServiceClient interface {
	// Lookup the domain where a contract is currently active.
	// Supports querying many contracts at once.
	LookupContractDomain(ctx context.Context, in *LookupContractDomain_Request, opts ...grpc.CallOption) (*LookupContractDomain_Response, error)
	// Lookup the domain that the transaction was committed over. Can fail with NOT_FOUND if no domain was found.
	LookupTransactionDomain(ctx context.Context, in *LookupTransactionDomain_Request, opts ...grpc.CallOption) (*LookupTransactionDomain_Response, error)
	// Look up the ledger offset corresponding to the timestamp, specifically the largest offset such that no later
	// offset corresponds to a later timestamp than the specified one.
	LookupOffsetByTime(ctx context.Context, in *LookupOffsetByTime_Request, opts ...grpc.CallOption) (*LookupOffsetByTime_Response, error)
	// Look up the ledger offset by an index, e.g. 1 returns the first offset, 2 the second, etc.
	LookupOffsetByIndex(ctx context.Context, in *LookupOffsetByIndex_Request, opts ...grpc.CallOption) (*LookupOffsetByIndex_Response, error)
}

InspectionServiceClient is the client API for InspectionService 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 InspectionServiceServer

type InspectionServiceServer interface {
	// Lookup the domain where a contract is currently active.
	// Supports querying many contracts at once.
	LookupContractDomain(context.Context, *LookupContractDomain_Request) (*LookupContractDomain_Response, error)
	// Lookup the domain that the transaction was committed over. Can fail with NOT_FOUND if no domain was found.
	LookupTransactionDomain(context.Context, *LookupTransactionDomain_Request) (*LookupTransactionDomain_Response, error)
	// Look up the ledger offset corresponding to the timestamp, specifically the largest offset such that no later
	// offset corresponds to a later timestamp than the specified one.
	LookupOffsetByTime(context.Context, *LookupOffsetByTime_Request) (*LookupOffsetByTime_Response, error)
	// Look up the ledger offset by an index, e.g. 1 returns the first offset, 2 the second, etc.
	LookupOffsetByIndex(context.Context, *LookupOffsetByIndex_Request) (*LookupOffsetByIndex_Response, error)
	// contains filtered or unexported methods
}

InspectionServiceServer is the server API for InspectionService service. All implementations must embed UnimplementedInspectionServiceServer for forward compatibility

type ListConfiguredDomainsRequest

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

func (*ListConfiguredDomainsRequest) Descriptor deprecated

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

Deprecated: Use ListConfiguredDomainsRequest.ProtoReflect.Descriptor instead.

func (*ListConfiguredDomainsRequest) ProtoMessage

func (*ListConfiguredDomainsRequest) ProtoMessage()

func (*ListConfiguredDomainsRequest) ProtoReflect

func (*ListConfiguredDomainsRequest) Reset

func (x *ListConfiguredDomainsRequest) Reset()

func (*ListConfiguredDomainsRequest) String

type ListConfiguredDomainsResponse

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

func (*ListConfiguredDomainsResponse) Descriptor deprecated

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

Deprecated: Use ListConfiguredDomainsResponse.ProtoReflect.Descriptor instead.

func (*ListConfiguredDomainsResponse) GetResults

func (*ListConfiguredDomainsResponse) ProtoMessage

func (*ListConfiguredDomainsResponse) ProtoMessage()

func (*ListConfiguredDomainsResponse) ProtoReflect

func (*ListConfiguredDomainsResponse) Reset

func (x *ListConfiguredDomainsResponse) Reset()

func (*ListConfiguredDomainsResponse) String

type ListConfiguredDomainsResponse_Result

type ListConfiguredDomainsResponse_Result struct {
	Config    *DomainConnectionConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Connected bool                    `protobuf:"varint,2,opt,name=connected,proto3" json:"connected,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConfiguredDomainsResponse_Result) Descriptor deprecated

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

Deprecated: Use ListConfiguredDomainsResponse_Result.ProtoReflect.Descriptor instead.

func (*ListConfiguredDomainsResponse_Result) GetConfig

func (*ListConfiguredDomainsResponse_Result) GetConnected

func (x *ListConfiguredDomainsResponse_Result) GetConnected() bool

func (*ListConfiguredDomainsResponse_Result) ProtoMessage

func (*ListConfiguredDomainsResponse_Result) ProtoMessage()

func (*ListConfiguredDomainsResponse_Result) ProtoReflect

func (*ListConfiguredDomainsResponse_Result) Reset

func (*ListConfiguredDomainsResponse_Result) String

type ListConnectedDomainsRequest

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

func (*ListConnectedDomainsRequest) Descriptor deprecated

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

Deprecated: Use ListConnectedDomainsRequest.ProtoReflect.Descriptor instead.

func (*ListConnectedDomainsRequest) ProtoMessage

func (*ListConnectedDomainsRequest) ProtoMessage()

func (*ListConnectedDomainsRequest) ProtoReflect

func (*ListConnectedDomainsRequest) Reset

func (x *ListConnectedDomainsRequest) Reset()

func (*ListConnectedDomainsRequest) String

func (x *ListConnectedDomainsRequest) String() string

type ListConnectedDomainsResponse

type ListConnectedDomainsResponse struct {
	ConnectedDomains []*ListConnectedDomainsResponse_Result `protobuf:"bytes,1,rep,name=connected_domains,json=connectedDomains,proto3" json:"connected_domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConnectedDomainsResponse) Descriptor deprecated

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

Deprecated: Use ListConnectedDomainsResponse.ProtoReflect.Descriptor instead.

func (*ListConnectedDomainsResponse) GetConnectedDomains

func (*ListConnectedDomainsResponse) ProtoMessage

func (*ListConnectedDomainsResponse) ProtoMessage()

func (*ListConnectedDomainsResponse) ProtoReflect

func (*ListConnectedDomainsResponse) Reset

func (x *ListConnectedDomainsResponse) Reset()

func (*ListConnectedDomainsResponse) String

type ListConnectedDomainsResponse_Result

type ListConnectedDomainsResponse_Result struct {
	DomainAlias string `protobuf:"bytes,1,opt,name=domain_alias,json=domainAlias,proto3" json:"domain_alias,omitempty"`
	DomainId    string `protobuf:"bytes,2,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	Healthy     bool   `protobuf:"varint,3,opt,name=healthy,proto3" json:"healthy,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConnectedDomainsResponse_Result) Descriptor deprecated

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

Deprecated: Use ListConnectedDomainsResponse_Result.ProtoReflect.Descriptor instead.

func (*ListConnectedDomainsResponse_Result) GetDomainAlias

func (x *ListConnectedDomainsResponse_Result) GetDomainAlias() string

func (*ListConnectedDomainsResponse_Result) GetDomainId

func (*ListConnectedDomainsResponse_Result) GetHealthy

func (x *ListConnectedDomainsResponse_Result) GetHealthy() bool

func (*ListConnectedDomainsResponse_Result) ProtoMessage

func (*ListConnectedDomainsResponse_Result) ProtoMessage()

func (*ListConnectedDomainsResponse_Result) ProtoReflect

func (*ListConnectedDomainsResponse_Result) Reset

func (*ListConnectedDomainsResponse_Result) String

type ListDarContentsRequest

type ListDarContentsRequest struct {
	DarId string `protobuf:"bytes,1,opt,name=dar_id,json=darId,proto3" json:"dar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDarContentsRequest) Descriptor deprecated

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

Deprecated: Use ListDarContentsRequest.ProtoReflect.Descriptor instead.

func (*ListDarContentsRequest) GetDarId

func (x *ListDarContentsRequest) GetDarId() string

func (*ListDarContentsRequest) ProtoMessage

func (*ListDarContentsRequest) ProtoMessage()

func (*ListDarContentsRequest) ProtoReflect

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

func (*ListDarContentsRequest) Reset

func (x *ListDarContentsRequest) Reset()

func (*ListDarContentsRequest) String

func (x *ListDarContentsRequest) String() string

type ListDarContentsResponse

type ListDarContentsResponse struct {
	Description  string   `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Main         string   `protobuf:"bytes,2,opt,name=main,proto3" json:"main,omitempty"`
	Packages     []string `protobuf:"bytes,3,rep,name=packages,proto3" json:"packages,omitempty"`
	Dependencies []string `protobuf:"bytes,4,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDarContentsResponse) Descriptor deprecated

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

Deprecated: Use ListDarContentsResponse.ProtoReflect.Descriptor instead.

func (*ListDarContentsResponse) GetDependencies

func (x *ListDarContentsResponse) GetDependencies() []string

func (*ListDarContentsResponse) GetDescription

func (x *ListDarContentsResponse) GetDescription() string

func (*ListDarContentsResponse) GetMain

func (x *ListDarContentsResponse) GetMain() string

func (*ListDarContentsResponse) GetPackages

func (x *ListDarContentsResponse) GetPackages() []string

func (*ListDarContentsResponse) ProtoMessage

func (*ListDarContentsResponse) ProtoMessage()

func (*ListDarContentsResponse) ProtoReflect

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

func (*ListDarContentsResponse) Reset

func (x *ListDarContentsResponse) Reset()

func (*ListDarContentsResponse) String

func (x *ListDarContentsResponse) String() string

type ListDarsRequest

type ListDarsRequest struct {
	Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDarsRequest) Descriptor deprecated

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

Deprecated: Use ListDarsRequest.ProtoReflect.Descriptor instead.

func (*ListDarsRequest) GetLimit

func (x *ListDarsRequest) GetLimit() int32

func (*ListDarsRequest) ProtoMessage

func (*ListDarsRequest) ProtoMessage()

func (*ListDarsRequest) ProtoReflect

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

func (*ListDarsRequest) Reset

func (x *ListDarsRequest) Reset()

func (*ListDarsRequest) String

func (x *ListDarsRequest) String() string

type ListDarsResponse

type ListDarsResponse struct {
	Dars []*DarDescription `protobuf:"bytes,1,rep,name=dars,proto3" json:"dars,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDarsResponse) Descriptor deprecated

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

Deprecated: Use ListDarsResponse.ProtoReflect.Descriptor instead.

func (*ListDarsResponse) GetDars

func (x *ListDarsResponse) GetDars() []*DarDescription

func (*ListDarsResponse) ProtoMessage

func (*ListDarsResponse) ProtoMessage()

func (*ListDarsResponse) ProtoReflect

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

func (*ListDarsResponse) Reset

func (x *ListDarsResponse) Reset()

func (*ListDarsResponse) String

func (x *ListDarsResponse) String() string

type ListPackageContentsRequest

type ListPackageContentsRequest struct {
	PackageId string `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPackageContentsRequest) Descriptor deprecated

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

Deprecated: Use ListPackageContentsRequest.ProtoReflect.Descriptor instead.

func (*ListPackageContentsRequest) GetPackageId

func (x *ListPackageContentsRequest) GetPackageId() string

func (*ListPackageContentsRequest) ProtoMessage

func (*ListPackageContentsRequest) ProtoMessage()

func (*ListPackageContentsRequest) ProtoReflect

func (*ListPackageContentsRequest) Reset

func (x *ListPackageContentsRequest) Reset()

func (*ListPackageContentsRequest) String

func (x *ListPackageContentsRequest) String() string

type ListPackageContentsResponse

type ListPackageContentsResponse struct {
	Modules []*ModuleDescription `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPackageContentsResponse) Descriptor deprecated

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

Deprecated: Use ListPackageContentsResponse.ProtoReflect.Descriptor instead.

func (*ListPackageContentsResponse) GetModules

func (*ListPackageContentsResponse) ProtoMessage

func (*ListPackageContentsResponse) ProtoMessage()

func (*ListPackageContentsResponse) ProtoReflect

func (*ListPackageContentsResponse) Reset

func (x *ListPackageContentsResponse) Reset()

func (*ListPackageContentsResponse) String

func (x *ListPackageContentsResponse) String() string

type ListPackagesRequest

type ListPackagesRequest struct {
	Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPackagesRequest) Descriptor deprecated

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

Deprecated: Use ListPackagesRequest.ProtoReflect.Descriptor instead.

func (*ListPackagesRequest) GetLimit

func (x *ListPackagesRequest) GetLimit() int32

func (*ListPackagesRequest) ProtoMessage

func (*ListPackagesRequest) ProtoMessage()

func (*ListPackagesRequest) ProtoReflect

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

func (*ListPackagesRequest) Reset

func (x *ListPackagesRequest) Reset()

func (*ListPackagesRequest) String

func (x *ListPackagesRequest) String() string

type ListPackagesResponse

type ListPackagesResponse struct {
	PackageDescriptions []*PackageDescription `protobuf:"bytes,1,rep,name=package_descriptions,json=packageDescriptions,proto3" json:"package_descriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPackagesResponse) Descriptor deprecated

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

Deprecated: Use ListPackagesResponse.ProtoReflect.Descriptor instead.

func (*ListPackagesResponse) GetPackageDescriptions

func (x *ListPackagesResponse) GetPackageDescriptions() []*PackageDescription

func (*ListPackagesResponse) ProtoMessage

func (*ListPackagesResponse) ProtoMessage()

func (*ListPackagesResponse) ProtoReflect

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

func (*ListPackagesResponse) Reset

func (x *ListPackagesResponse) Reset()

func (*ListPackagesResponse) String

func (x *ListPackagesResponse) String() string

type ListShareOffersResponse

type ListShareOffersResponse struct {
	ShareOffers []*ListShareOffersResponse_Item `protobuf:"bytes,1,rep,name=share_offers,json=shareOffers,proto3" json:"share_offers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListShareOffersResponse) Descriptor deprecated

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

Deprecated: Use ListShareOffersResponse.ProtoReflect.Descriptor instead.

func (*ListShareOffersResponse) GetShareOffers

func (*ListShareOffersResponse) ProtoMessage

func (*ListShareOffersResponse) ProtoMessage()

func (*ListShareOffersResponse) ProtoReflect

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

func (*ListShareOffersResponse) Reset

func (x *ListShareOffersResponse) Reset()

func (*ListShareOffersResponse) String

func (x *ListShareOffersResponse) String() string

type ListShareOffersResponse_Item

type ListShareOffersResponse_Item struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DarHash string `protobuf:"bytes,2,opt,name=dar_hash,json=darHash,proto3" json:"dar_hash,omitempty"`
	OwnerId string `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Name    string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListShareOffersResponse_Item) Descriptor deprecated

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

Deprecated: Use ListShareOffersResponse_Item.ProtoReflect.Descriptor instead.

func (*ListShareOffersResponse_Item) GetDarHash

func (x *ListShareOffersResponse_Item) GetDarHash() string

func (*ListShareOffersResponse_Item) GetId

func (*ListShareOffersResponse_Item) GetName

func (x *ListShareOffersResponse_Item) GetName() string

func (*ListShareOffersResponse_Item) GetOwnerId

func (x *ListShareOffersResponse_Item) GetOwnerId() string

func (*ListShareOffersResponse_Item) ProtoMessage

func (*ListShareOffersResponse_Item) ProtoMessage()

func (*ListShareOffersResponse_Item) ProtoReflect

func (*ListShareOffersResponse_Item) Reset

func (x *ListShareOffersResponse_Item) Reset()

func (*ListShareOffersResponse_Item) String

type ListShareRequestsResponse

type ListShareRequestsResponse struct {
	ShareRequests []*ListShareRequestsResponse_Item `protobuf:"bytes,1,rep,name=share_requests,json=shareRequests,proto3" json:"share_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*ListShareRequestsResponse) Descriptor deprecated

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

Deprecated: Use ListShareRequestsResponse.ProtoReflect.Descriptor instead.

func (*ListShareRequestsResponse) GetShareRequests

func (*ListShareRequestsResponse) ProtoMessage

func (*ListShareRequestsResponse) ProtoMessage()

func (*ListShareRequestsResponse) ProtoReflect

func (*ListShareRequestsResponse) Reset

func (x *ListShareRequestsResponse) Reset()

func (*ListShareRequestsResponse) String

func (x *ListShareRequestsResponse) String() string

type ListShareRequestsResponse_Item

type ListShareRequestsResponse_Item struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DarHash     string `protobuf:"bytes,2,opt,name=dar_hash,json=darHash,proto3" json:"dar_hash,omitempty"`
	RecipientId string `protobuf:"bytes,3,opt,name=recipient_id,json=recipientId,proto3" json:"recipient_id,omitempty"`
	Name        string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListShareRequestsResponse_Item) Descriptor deprecated

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

Deprecated: Use ListShareRequestsResponse_Item.ProtoReflect.Descriptor instead.

func (*ListShareRequestsResponse_Item) GetDarHash

func (x *ListShareRequestsResponse_Item) GetDarHash() string

func (*ListShareRequestsResponse_Item) GetId

func (*ListShareRequestsResponse_Item) GetName

func (*ListShareRequestsResponse_Item) GetRecipientId

func (x *ListShareRequestsResponse_Item) GetRecipientId() string

func (*ListShareRequestsResponse_Item) ProtoMessage

func (*ListShareRequestsResponse_Item) ProtoMessage()

func (*ListShareRequestsResponse_Item) ProtoReflect

func (*ListShareRequestsResponse_Item) Reset

func (x *ListShareRequestsResponse_Item) Reset()

func (*ListShareRequestsResponse_Item) String

type LookupContractDomain

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

func (*LookupContractDomain) Descriptor deprecated

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

Deprecated: Use LookupContractDomain.ProtoReflect.Descriptor instead.

func (*LookupContractDomain) ProtoMessage

func (*LookupContractDomain) ProtoMessage()

func (*LookupContractDomain) ProtoReflect

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

func (*LookupContractDomain) Reset

func (x *LookupContractDomain) Reset()

func (*LookupContractDomain) String

func (x *LookupContractDomain) String() string

type LookupContractDomain_Request

type LookupContractDomain_Request struct {

	// set of contract ids to lookup their active domain aliases.
	ContractId []string `protobuf:"bytes,1,rep,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupContractDomain_Request) Descriptor deprecated

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

Deprecated: Use LookupContractDomain_Request.ProtoReflect.Descriptor instead.

func (*LookupContractDomain_Request) GetContractId

func (x *LookupContractDomain_Request) GetContractId() []string

func (*LookupContractDomain_Request) ProtoMessage

func (*LookupContractDomain_Request) ProtoMessage()

func (*LookupContractDomain_Request) ProtoReflect

func (*LookupContractDomain_Request) Reset

func (x *LookupContractDomain_Request) Reset()

func (*LookupContractDomain_Request) String

type LookupContractDomain_Response

type LookupContractDomain_Response struct {

	// map of contract id to domain alias.
	// if a request contract id from the request is missing from this map it indicates that the contract was not
	// active on any current domain.
	Results map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LookupContractDomain_Response) Descriptor deprecated

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

Deprecated: Use LookupContractDomain_Response.ProtoReflect.Descriptor instead.

func (*LookupContractDomain_Response) GetResults

func (x *LookupContractDomain_Response) GetResults() map[string]string

func (*LookupContractDomain_Response) ProtoMessage

func (*LookupContractDomain_Response) ProtoMessage()

func (*LookupContractDomain_Response) ProtoReflect

func (*LookupContractDomain_Response) Reset

func (x *LookupContractDomain_Response) Reset()

func (*LookupContractDomain_Response) String

type LookupOffsetByIndex

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

func (*LookupOffsetByIndex) Descriptor deprecated

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

Deprecated: Use LookupOffsetByIndex.ProtoReflect.Descriptor instead.

func (*LookupOffsetByIndex) ProtoMessage

func (*LookupOffsetByIndex) ProtoMessage()

func (*LookupOffsetByIndex) ProtoReflect

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

func (*LookupOffsetByIndex) Reset

func (x *LookupOffsetByIndex) Reset()

func (*LookupOffsetByIndex) String

func (x *LookupOffsetByIndex) String() string

type LookupOffsetByIndex_Request

type LookupOffsetByIndex_Request struct {

	// the index to look up the offset for, needs to be 1 or larger
	Index int64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupOffsetByIndex_Request) Descriptor deprecated

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

Deprecated: Use LookupOffsetByIndex_Request.ProtoReflect.Descriptor instead.

func (*LookupOffsetByIndex_Request) GetIndex

func (x *LookupOffsetByIndex_Request) GetIndex() int64

func (*LookupOffsetByIndex_Request) ProtoMessage

func (*LookupOffsetByIndex_Request) ProtoMessage()

func (*LookupOffsetByIndex_Request) ProtoReflect

func (*LookupOffsetByIndex_Request) Reset

func (x *LookupOffsetByIndex_Request) Reset()

func (*LookupOffsetByIndex_Request) String

func (x *LookupOffsetByIndex_Request) String() string

type LookupOffsetByIndex_Response

type LookupOffsetByIndex_Response struct {

	// the absolute offset as a string corresponding to the specified index.
	// empty string if no such offset exists.
	Offset string `protobuf:"bytes,1,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupOffsetByIndex_Response) Descriptor deprecated

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

Deprecated: Use LookupOffsetByIndex_Response.ProtoReflect.Descriptor instead.

func (*LookupOffsetByIndex_Response) GetOffset

func (x *LookupOffsetByIndex_Response) GetOffset() string

func (*LookupOffsetByIndex_Response) ProtoMessage

func (*LookupOffsetByIndex_Response) ProtoMessage()

func (*LookupOffsetByIndex_Response) ProtoReflect

func (*LookupOffsetByIndex_Response) Reset

func (x *LookupOffsetByIndex_Response) Reset()

func (*LookupOffsetByIndex_Response) String

type LookupOffsetByTime

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

func (*LookupOffsetByTime) Descriptor deprecated

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

Deprecated: Use LookupOffsetByTime.ProtoReflect.Descriptor instead.

func (*LookupOffsetByTime) ProtoMessage

func (*LookupOffsetByTime) ProtoMessage()

func (*LookupOffsetByTime) ProtoReflect

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

func (*LookupOffsetByTime) Reset

func (x *LookupOffsetByTime) Reset()

func (*LookupOffsetByTime) String

func (x *LookupOffsetByTime) String() string

type LookupOffsetByTime_Request

type LookupOffsetByTime_Request struct {

	// the timestamp to look up the offset for
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupOffsetByTime_Request) Descriptor deprecated

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

Deprecated: Use LookupOffsetByTime_Request.ProtoReflect.Descriptor instead.

func (*LookupOffsetByTime_Request) GetTimestamp

func (*LookupOffsetByTime_Request) ProtoMessage

func (*LookupOffsetByTime_Request) ProtoMessage()

func (*LookupOffsetByTime_Request) ProtoReflect

func (*LookupOffsetByTime_Request) Reset

func (x *LookupOffsetByTime_Request) Reset()

func (*LookupOffsetByTime_Request) String

func (x *LookupOffsetByTime_Request) String() string

type LookupOffsetByTime_Response

type LookupOffsetByTime_Response struct {

	// the absolute offset as a string corresponding to the specified timestamp.
	// empty string if no such offset exists.
	Offset string `protobuf:"bytes,1,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupOffsetByTime_Response) Descriptor deprecated

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

Deprecated: Use LookupOffsetByTime_Response.ProtoReflect.Descriptor instead.

func (*LookupOffsetByTime_Response) GetOffset

func (x *LookupOffsetByTime_Response) GetOffset() string

func (*LookupOffsetByTime_Response) ProtoMessage

func (*LookupOffsetByTime_Response) ProtoMessage()

func (*LookupOffsetByTime_Response) ProtoReflect

func (*LookupOffsetByTime_Response) Reset

func (x *LookupOffsetByTime_Response) Reset()

func (*LookupOffsetByTime_Response) String

func (x *LookupOffsetByTime_Response) String() string

type LookupTransactionDomain

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

func (*LookupTransactionDomain) Descriptor deprecated

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

Deprecated: Use LookupTransactionDomain.ProtoReflect.Descriptor instead.

func (*LookupTransactionDomain) ProtoMessage

func (*LookupTransactionDomain) ProtoMessage()

func (*LookupTransactionDomain) ProtoReflect

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

func (*LookupTransactionDomain) Reset

func (x *LookupTransactionDomain) Reset()

func (*LookupTransactionDomain) String

func (x *LookupTransactionDomain) String() string

type LookupTransactionDomain_Request

type LookupTransactionDomain_Request struct {

	// the transaction to look up
	TransactionId string `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupTransactionDomain_Request) Descriptor deprecated

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

Deprecated: Use LookupTransactionDomain_Request.ProtoReflect.Descriptor instead.

func (*LookupTransactionDomain_Request) GetTransactionId

func (x *LookupTransactionDomain_Request) GetTransactionId() string

func (*LookupTransactionDomain_Request) ProtoMessage

func (*LookupTransactionDomain_Request) ProtoMessage()

func (*LookupTransactionDomain_Request) ProtoReflect

func (*LookupTransactionDomain_Request) Reset

func (*LookupTransactionDomain_Request) String

type LookupTransactionDomain_Response

type LookupTransactionDomain_Response struct {

	// the domain that the transaction was committed over
	DomainId string `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupTransactionDomain_Response) Descriptor deprecated

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

Deprecated: Use LookupTransactionDomain_Response.ProtoReflect.Descriptor instead.

func (*LookupTransactionDomain_Response) GetDomainId

func (x *LookupTransactionDomain_Response) GetDomainId() string

func (*LookupTransactionDomain_Response) ProtoMessage

func (*LookupTransactionDomain_Response) ProtoMessage()

func (*LookupTransactionDomain_Response) ProtoReflect

func (*LookupTransactionDomain_Response) Reset

func (*LookupTransactionDomain_Response) String

type MigrateDomainRequest

type MigrateDomainRequest struct {

	// the alias of the source domain
	// Required
	SourceAlias string `protobuf:"bytes,1,opt,name=source_alias,json=sourceAlias,proto3" json:"source_alias,omitempty"`
	// the target domain connection configuration
	// Required
	TargetDomainConnectionConfig *DomainConnectionConfig `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MigrateDomainRequest) Descriptor deprecated

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

Deprecated: Use MigrateDomainRequest.ProtoReflect.Descriptor instead.

func (*MigrateDomainRequest) GetSourceAlias

func (x *MigrateDomainRequest) GetSourceAlias() string

func (*MigrateDomainRequest) GetTargetDomainConnectionConfig

func (x *MigrateDomainRequest) GetTargetDomainConnectionConfig() *DomainConnectionConfig

func (*MigrateDomainRequest) ProtoMessage

func (*MigrateDomainRequest) ProtoMessage()

func (*MigrateDomainRequest) ProtoReflect

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

func (*MigrateDomainRequest) Reset

func (x *MigrateDomainRequest) Reset()

func (*MigrateDomainRequest) String

func (x *MigrateDomainRequest) String() string

type MigrateDomainResponse

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

func (*MigrateDomainResponse) Descriptor deprecated

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

Deprecated: Use MigrateDomainResponse.ProtoReflect.Descriptor instead.

func (*MigrateDomainResponse) ProtoMessage

func (*MigrateDomainResponse) ProtoMessage()

func (*MigrateDomainResponse) ProtoReflect

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

func (*MigrateDomainResponse) Reset

func (x *MigrateDomainResponse) Reset()

func (*MigrateDomainResponse) String

func (x *MigrateDomainResponse) String() string

type ModifyDomainRequest

type ModifyDomainRequest struct {
	Modify *DomainConnectionConfig `protobuf:"bytes,1,opt,name=modify,proto3" json:"modify,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyDomainRequest) Descriptor deprecated

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

Deprecated: Use ModifyDomainRequest.ProtoReflect.Descriptor instead.

func (*ModifyDomainRequest) GetModify

func (*ModifyDomainRequest) ProtoMessage

func (*ModifyDomainRequest) ProtoMessage()

func (*ModifyDomainRequest) ProtoReflect

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

func (*ModifyDomainRequest) Reset

func (x *ModifyDomainRequest) Reset()

func (*ModifyDomainRequest) String

func (x *ModifyDomainRequest) String() string

type ModifyDomainResponse

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

func (*ModifyDomainResponse) Descriptor deprecated

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

Deprecated: Use ModifyDomainResponse.ProtoReflect.Descriptor instead.

func (*ModifyDomainResponse) ProtoMessage

func (*ModifyDomainResponse) ProtoMessage()

func (*ModifyDomainResponse) ProtoReflect

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

func (*ModifyDomainResponse) Reset

func (x *ModifyDomainResponse) Reset()

func (*ModifyDomainResponse) String

func (x *ModifyDomainResponse) String() string

type ModuleDescription

type ModuleDescription struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleDescription) Descriptor deprecated

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

Deprecated: Use ModuleDescription.ProtoReflect.Descriptor instead.

func (*ModuleDescription) GetName

func (x *ModuleDescription) GetName() string

func (*ModuleDescription) ProtoMessage

func (*ModuleDescription) ProtoMessage()

func (*ModuleDescription) ProtoReflect

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

func (*ModuleDescription) Reset

func (x *ModuleDescription) Reset()

func (*ModuleDescription) String

func (x *ModuleDescription) String() string

type PackageDescription

type PackageDescription struct {
	PackageId         string `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	SourceDescription string `protobuf:"bytes,3,opt,name=source_description,json=sourceDescription,proto3" json:"source_description,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageDescription) Descriptor deprecated

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

Deprecated: Use PackageDescription.ProtoReflect.Descriptor instead.

func (*PackageDescription) GetPackageId

func (x *PackageDescription) GetPackageId() string

func (*PackageDescription) GetSourceDescription

func (x *PackageDescription) GetSourceDescription() string

func (*PackageDescription) ProtoMessage

func (*PackageDescription) ProtoMessage()

func (*PackageDescription) ProtoReflect

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

func (*PackageDescription) Reset

func (x *PackageDescription) Reset()

func (*PackageDescription) String

func (x *PackageDescription) String() string

type PackageServiceClient

type PackageServiceClient interface {
	// List all Daml-LF archives on the participant node - return their hashes
	ListPackages(ctx context.Context, in *ListPackagesRequest, opts ...grpc.CallOption) (*ListPackagesResponse, error)
	// Lists all the modules in package on the participant node
	ListPackageContents(ctx context.Context, in *ListPackageContentsRequest, opts ...grpc.CallOption) (*ListPackageContentsResponse, error)
	// List all DARs on the participant node - return their hashes and filenames
	ListDars(ctx context.Context, in *ListDarsRequest, opts ...grpc.CallOption) (*ListDarsResponse, error)
	// List content of a Dar
	ListDarContents(ctx context.Context, in *ListDarContentsRequest, opts ...grpc.CallOption) (*ListDarContentsResponse, error)
	// Upload a DAR file and all packages inside to the participant node
	UploadDar(ctx context.Context, in *UploadDarRequest, opts ...grpc.CallOption) (*UploadDarResponse, error)
	// Remove a package that is not vetted
	RemovePackage(ctx context.Context, in *RemovePackageRequest, opts ...grpc.CallOption) (*RemovePackageResponse, error)
	// Remove a DAR that is not needed
	RemoveDar(ctx context.Context, in *RemoveDarRequest, opts ...grpc.CallOption) (*RemoveDarResponse, error)
	// Obtain a DAR file by hash -- for inspection & download
	GetDar(ctx context.Context, in *GetDarRequest, opts ...grpc.CallOption) (*GetDarResponse, error)
	// Share a DAR with another participant
	Share(ctx context.Context, in *ShareRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// List requests this participant has made to share DARs with another participant
	ListShareRequests(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListShareRequestsResponse, error)
	// List offers to share a DAR that this participant has received
	ListShareOffers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListShareOffersResponse, error)
	// Accept a DAR sharing offer (this will install the DAR into the participant)
	AcceptShareOffer(ctx context.Context, in *AcceptShareOfferRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Reject a DAR sharing offer
	RejectShareOffer(ctx context.Context, in *RejectShareOfferRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Add party to our DAR distribution whitelist
	WhitelistAdd(ctx context.Context, in *WhitelistChangeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Remove party from our DAR distribution whitelist
	WhitelistRemove(ctx context.Context, in *WhitelistChangeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// List all parties currently on the whitelist
	WhitelistList(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*WhitelistListResponse, error)
}

PackageServiceClient is the client API for PackageService 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 PackageServiceServer

type PackageServiceServer interface {
	// List all Daml-LF archives on the participant node - return their hashes
	ListPackages(context.Context, *ListPackagesRequest) (*ListPackagesResponse, error)
	// Lists all the modules in package on the participant node
	ListPackageContents(context.Context, *ListPackageContentsRequest) (*ListPackageContentsResponse, error)
	// List all DARs on the participant node - return their hashes and filenames
	ListDars(context.Context, *ListDarsRequest) (*ListDarsResponse, error)
	// List content of a Dar
	ListDarContents(context.Context, *ListDarContentsRequest) (*ListDarContentsResponse, error)
	// Upload a DAR file and all packages inside to the participant node
	UploadDar(context.Context, *UploadDarRequest) (*UploadDarResponse, error)
	// Remove a package that is not vetted
	RemovePackage(context.Context, *RemovePackageRequest) (*RemovePackageResponse, error)
	// Remove a DAR that is not needed
	RemoveDar(context.Context, *RemoveDarRequest) (*RemoveDarResponse, error)
	// Obtain a DAR file by hash -- for inspection & download
	GetDar(context.Context, *GetDarRequest) (*GetDarResponse, error)
	// Share a DAR with another participant
	Share(context.Context, *ShareRequest) (*emptypb.Empty, error)
	// List requests this participant has made to share DARs with another participant
	ListShareRequests(context.Context, *emptypb.Empty) (*ListShareRequestsResponse, error)
	// List offers to share a DAR that this participant has received
	ListShareOffers(context.Context, *emptypb.Empty) (*ListShareOffersResponse, error)
	// Accept a DAR sharing offer (this will install the DAR into the participant)
	AcceptShareOffer(context.Context, *AcceptShareOfferRequest) (*emptypb.Empty, error)
	// Reject a DAR sharing offer
	RejectShareOffer(context.Context, *RejectShareOfferRequest) (*emptypb.Empty, error)
	// Add party to our DAR distribution whitelist
	WhitelistAdd(context.Context, *WhitelistChangeRequest) (*emptypb.Empty, error)
	// Remove party from our DAR distribution whitelist
	WhitelistRemove(context.Context, *WhitelistChangeRequest) (*emptypb.Empty, error)
	// List all parties currently on the whitelist
	WhitelistList(context.Context, *emptypb.Empty) (*WhitelistListResponse, error)
	// contains filtered or unexported methods
}

PackageServiceServer is the server API for PackageService service. All implementations must embed UnimplementedPackageServiceServer for forward compatibility

type ParticipantRepairServiceClient

type ParticipantRepairServiceClient interface {
	// get contracts for a party
	Download(ctx context.Context, in *DownloadRequest, opts ...grpc.CallOption) (ParticipantRepairService_DownloadClient, error)
	// upload contracts for a party
	Upload(ctx context.Context, opts ...grpc.CallOption) (ParticipantRepairService_UploadClient, error)
	// purge contracts
	PurgeContracts(ctx context.Context, in *PurgeContractsRequest, opts ...grpc.CallOption) (*PurgeContractsResponse, error)
	MigrateDomain(ctx context.Context, in *MigrateDomainRequest, opts ...grpc.CallOption) (*MigrateDomainResponse, error)
}

ParticipantRepairServiceClient is the client API for ParticipantRepairService 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 ParticipantRepairServiceServer

type ParticipantRepairServiceServer interface {
	// get contracts for a party
	Download(*DownloadRequest, ParticipantRepairService_DownloadServer) error
	// upload contracts for a party
	Upload(ParticipantRepairService_UploadServer) error
	// purge contracts
	PurgeContracts(context.Context, *PurgeContractsRequest) (*PurgeContractsResponse, error)
	MigrateDomain(context.Context, *MigrateDomainRequest) (*MigrateDomainResponse, error)
	// contains filtered or unexported methods
}

ParticipantRepairServiceServer is the server API for ParticipantRepairService service. All implementations must embed UnimplementedParticipantRepairServiceServer for forward compatibility

type ParticipantRepairService_DownloadClient

type ParticipantRepairService_DownloadClient interface {
	Recv() (*AcsSnapshotChunk, error)
	grpc.ClientStream
}

type ParticipantRepairService_DownloadServer

type ParticipantRepairService_DownloadServer interface {
	Send(*AcsSnapshotChunk) error
	grpc.ServerStream
}

type ParticipantRepairService_UploadClient

type ParticipantRepairService_UploadClient interface {
	Send(*UploadRequest) error
	CloseAndRecv() (*UploadResponse, error)
	grpc.ClientStream
}

type ParticipantRepairService_UploadServer

type ParticipantRepairService_UploadServer interface {
	SendAndClose(*UploadResponse) error
	Recv() (*UploadRequest, error)
	grpc.ServerStream
}

type PartyNameManagementServiceClient

type PartyNameManagementServiceClient interface {
	SetPartyDisplayName(ctx context.Context, in *SetPartyDisplayNameRequest, opts ...grpc.CallOption) (*SetPartyDisplayNameResponse, error)
}

PartyNameManagementServiceClient is the client API for PartyNameManagementService 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 PartyNameManagementServiceServer

type PartyNameManagementServiceServer interface {
	SetPartyDisplayName(context.Context, *SetPartyDisplayNameRequest) (*SetPartyDisplayNameResponse, error)
	// contains filtered or unexported methods
}

PartyNameManagementServiceServer is the server API for PartyNameManagementService service. All implementations must embed UnimplementedPartyNameManagementServiceServer for forward compatibility

type PingFailure

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

func (*PingFailure) Descriptor deprecated

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

Deprecated: Use PingFailure.ProtoReflect.Descriptor instead.

func (*PingFailure) ProtoMessage

func (*PingFailure) ProtoMessage()

func (*PingFailure) ProtoReflect

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

func (*PingFailure) Reset

func (x *PingFailure) Reset()

func (*PingFailure) String

func (x *PingFailure) String() string

type PingRequest

type PingRequest struct {
	TargetParties           []string `protobuf:"bytes,1,rep,name=target_parties,json=targetParties,proto3" json:"target_parties,omitempty"`
	Validators              []string `protobuf:"bytes,2,rep,name=validators,proto3" json:"validators,omitempty"`
	TimeoutMilliseconds     uint64   `protobuf:"varint,3,opt,name=timeout_milliseconds,json=timeoutMilliseconds,proto3" json:"timeout_milliseconds,omitempty"`
	Levels                  uint64   `protobuf:"varint,4,opt,name=levels,proto3" json:"levels,omitempty"`
	GracePeriodMilliseconds uint64   ``                                                                                            /* 133-byte string literal not displayed */
	WorkflowId              string   `protobuf:"bytes,6,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` // optional
	Id                      string   `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`                                   // optional UUID to be used for ping test
	// contains filtered or unexported fields
}

func (*PingRequest) Descriptor deprecated

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

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) GetGracePeriodMilliseconds

func (x *PingRequest) GetGracePeriodMilliseconds() uint64

func (*PingRequest) GetId

func (x *PingRequest) GetId() string

func (*PingRequest) GetLevels

func (x *PingRequest) GetLevels() uint64

func (*PingRequest) GetTargetParties

func (x *PingRequest) GetTargetParties() []string

func (*PingRequest) GetTimeoutMilliseconds

func (x *PingRequest) GetTimeoutMilliseconds() uint64

func (*PingRequest) GetValidators

func (x *PingRequest) GetValidators() []string

func (*PingRequest) GetWorkflowId

func (x *PingRequest) GetWorkflowId() string

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

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

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PingResponse

type PingResponse struct {

	// Types that are assignable to Response:
	//	*PingResponse_Success
	//	*PingResponse_Failure
	Response isPingResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*PingResponse) Descriptor deprecated

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

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) GetFailure

func (x *PingResponse) GetFailure() *PingFailure

func (*PingResponse) GetResponse

func (m *PingResponse) GetResponse() isPingResponse_Response

func (*PingResponse) GetSuccess

func (x *PingResponse) GetSuccess() *PingSuccess

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

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

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type PingResponse_Failure

type PingResponse_Failure struct {
	Failure *PingFailure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}

type PingResponse_Success

type PingResponse_Success struct {
	Success *PingSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type PingServiceClient

type PingServiceClient interface {
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
}

PingServiceClient is the client API for PingService 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 PingServiceServer

type PingServiceServer interface {
	Ping(context.Context, *PingRequest) (*PingResponse, error)
	// contains filtered or unexported methods
}

PingServiceServer is the server API for PingService service. All implementations must embed UnimplementedPingServiceServer for forward compatibility

type PingSuccess

type PingSuccess struct {
	PingTime  uint64 `protobuf:"varint,1,opt,name=ping_time,json=pingTime,proto3" json:"ping_time,omitempty"`
	Responder string `protobuf:"bytes,2,opt,name=responder,proto3" json:"responder,omitempty"`
	// contains filtered or unexported fields
}

func (*PingSuccess) Descriptor deprecated

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

Deprecated: Use PingSuccess.ProtoReflect.Descriptor instead.

func (*PingSuccess) GetPingTime

func (x *PingSuccess) GetPingTime() uint64

func (*PingSuccess) GetResponder

func (x *PingSuccess) GetResponder() string

func (*PingSuccess) ProtoMessage

func (*PingSuccess) ProtoMessage()

func (*PingSuccess) ProtoReflect

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

func (*PingSuccess) Reset

func (x *PingSuccess) Reset()

func (*PingSuccess) String

func (x *PingSuccess) String() string

type PruneRequest

type PruneRequest struct {

	// Inclusive offset up to which the ledger is to be pruned.
	PruneUpTo string `protobuf:"bytes,1,opt,name=prune_up_to,json=pruneUpTo,proto3" json:"prune_up_to,omitempty"`
	// contains filtered or unexported fields
}

func (*PruneRequest) Descriptor deprecated

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

Deprecated: Use PruneRequest.ProtoReflect.Descriptor instead.

func (*PruneRequest) GetPruneUpTo

func (x *PruneRequest) GetPruneUpTo() string

func (*PruneRequest) ProtoMessage

func (*PruneRequest) ProtoMessage()

func (*PruneRequest) ProtoReflect

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

func (*PruneRequest) Reset

func (x *PruneRequest) Reset()

func (*PruneRequest) String

func (x *PruneRequest) String() string

type PruneResponse

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

func (*PruneResponse) Descriptor deprecated

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

Deprecated: Use PruneResponse.ProtoReflect.Descriptor instead.

func (*PruneResponse) ProtoMessage

func (*PruneResponse) ProtoMessage()

func (*PruneResponse) ProtoReflect

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

func (*PruneResponse) Reset

func (x *PruneResponse) Reset()

func (*PruneResponse) String

func (x *PruneResponse) String() string

type PruningServiceClient

type PruningServiceClient interface {
	// Prune the participant specifying the offset before and at which ledger transactions
	// should be removed. Only returns when the potentially long-running prune request ends
	// successfully or with one of the following errors:
	// - “INVALID_ARGUMENT“: if the payload, particularly the offset is malformed or missing
	// - “INTERNAL“: if the participant has encountered a failure and has potentially
	//   applied pruning partially. Such cases warrant verifying the participant health before
	//   retrying the prune with the same (or a larger, valid) offset. Successful retries
	//   after such errors ensure that different components reach a consistent pruning state.
	// - “FAILED_PRECONDITION“: if the participant is not yet able to prune at the specified
	//   offset or if pruning is invoked on a participant running the Community Edition.
	Prune(ctx context.Context, in *PruneRequest, opts ...grpc.CallOption) (*PruneResponse, error)
	// Retrieve the safe pruning offset
	GetSafePruningOffset(ctx context.Context, in *GetSafePruningOffsetRequest, opts ...grpc.CallOption) (*GetSafePruningOffsetResponse, error)
	// Enable automatic pruning using the specified schedule parameters
	// The following errors may occur on the SetSchedule or Update commands:
	// - “INVALID_ARGUMENT“: if a parameter is missing or an invalid cron expression
	//   or duration.
	// - “FAILED_PRECONDITION“: if automatic background pruning has not been enabled
	//   or if invoked on a participant running the Community Edition.
	SetSchedule(ctx context.Context, in *v0.SetSchedule_Request, opts ...grpc.CallOption) (*v0.SetSchedule_Response, error)
	// Modify individual pruning schedule parameters.
	// - “INVALID_ARGUMENT“: if the payload is malformed or no schedule is configured
	SetCron(ctx context.Context, in *v0.SetCron_Request, opts ...grpc.CallOption) (*v0.SetCron_Response, error)
	SetMaxDuration(ctx context.Context, in *v0.SetMaxDuration_Request, opts ...grpc.CallOption) (*v0.SetMaxDuration_Response, error)
	SetRetention(ctx context.Context, in *v0.SetRetention_Request, opts ...grpc.CallOption) (*v0.SetRetention_Response, error)
	// Disable automatic pruning and remove the persisted schedule configuration.
	ClearSchedule(ctx context.Context, in *v0.ClearSchedule_Request, opts ...grpc.CallOption) (*v0.ClearSchedule_Response, error)
	// Retrieve the automatic pruning configuration.
	GetSchedule(ctx context.Context, in *v0.GetSchedule_Request, opts ...grpc.CallOption) (*v0.GetSchedule_Response, error)
}

PruningServiceClient is the client API for PruningService 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 PruningServiceServer

type PruningServiceServer interface {
	// Prune the participant specifying the offset before and at which ledger transactions
	// should be removed. Only returns when the potentially long-running prune request ends
	// successfully or with one of the following errors:
	// - “INVALID_ARGUMENT“: if the payload, particularly the offset is malformed or missing
	// - “INTERNAL“: if the participant has encountered a failure and has potentially
	//   applied pruning partially. Such cases warrant verifying the participant health before
	//   retrying the prune with the same (or a larger, valid) offset. Successful retries
	//   after such errors ensure that different components reach a consistent pruning state.
	// - “FAILED_PRECONDITION“: if the participant is not yet able to prune at the specified
	//   offset or if pruning is invoked on a participant running the Community Edition.
	Prune(context.Context, *PruneRequest) (*PruneResponse, error)
	// Retrieve the safe pruning offset
	GetSafePruningOffset(context.Context, *GetSafePruningOffsetRequest) (*GetSafePruningOffsetResponse, error)
	// Enable automatic pruning using the specified schedule parameters
	// The following errors may occur on the SetSchedule or Update commands:
	// - “INVALID_ARGUMENT“: if a parameter is missing or an invalid cron expression
	//   or duration.
	// - “FAILED_PRECONDITION“: if automatic background pruning has not been enabled
	//   or if invoked on a participant running the Community Edition.
	SetSchedule(context.Context, *v0.SetSchedule_Request) (*v0.SetSchedule_Response, error)
	// Modify individual pruning schedule parameters.
	// - “INVALID_ARGUMENT“: if the payload is malformed or no schedule is configured
	SetCron(context.Context, *v0.SetCron_Request) (*v0.SetCron_Response, error)
	SetMaxDuration(context.Context, *v0.SetMaxDuration_Request) (*v0.SetMaxDuration_Response, error)
	SetRetention(context.Context, *v0.SetRetention_Request) (*v0.SetRetention_Response, error)
	// Disable automatic pruning and remove the persisted schedule configuration.
	ClearSchedule(context.Context, *v0.ClearSchedule_Request) (*v0.ClearSchedule_Response, error)
	// Retrieve the automatic pruning configuration.
	GetSchedule(context.Context, *v0.GetSchedule_Request) (*v0.GetSchedule_Response, error)
	// contains filtered or unexported methods
}

PruningServiceServer is the server API for PruningService service. All implementations must embed UnimplementedPruningServiceServer for forward compatibility

type PurgeContractsRequest

type PurgeContractsRequest struct {

	// Alias of the domain on which the contracts are currently assigned
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// Contracts to be purged
	ContractIds []string `protobuf:"bytes,2,rep,name=contract_ids,json=contractIds,proto3" json:"contract_ids,omitempty"`
	// If true, will ignore already purged contract; if false, will return an error if a contract is already purged
	IgnoreAlreadyPurged bool `protobuf:"varint,3,opt,name=ignore_already_purged,json=ignoreAlreadyPurged,proto3" json:"ignore_already_purged,omitempty"`
	// contains filtered or unexported fields
}

func (*PurgeContractsRequest) Descriptor deprecated

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

Deprecated: Use PurgeContractsRequest.ProtoReflect.Descriptor instead.

func (*PurgeContractsRequest) GetContractIds

func (x *PurgeContractsRequest) GetContractIds() []string

func (*PurgeContractsRequest) GetDomain

func (x *PurgeContractsRequest) GetDomain() string

func (*PurgeContractsRequest) GetIgnoreAlreadyPurged

func (x *PurgeContractsRequest) GetIgnoreAlreadyPurged() bool

func (*PurgeContractsRequest) ProtoMessage

func (*PurgeContractsRequest) ProtoMessage()

func (*PurgeContractsRequest) ProtoReflect

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

func (*PurgeContractsRequest) Reset

func (x *PurgeContractsRequest) Reset()

func (*PurgeContractsRequest) String

func (x *PurgeContractsRequest) String() string

type PurgeContractsResponse

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

func (*PurgeContractsResponse) Descriptor deprecated

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

Deprecated: Use PurgeContractsResponse.ProtoReflect.Descriptor instead.

func (*PurgeContractsResponse) ProtoMessage

func (*PurgeContractsResponse) ProtoMessage()

func (*PurgeContractsResponse) ProtoReflect

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

func (*PurgeContractsResponse) Reset

func (x *PurgeContractsResponse) Reset()

func (*PurgeContractsResponse) String

func (x *PurgeContractsResponse) String() string

type ReconnectDomainsRequest

type ReconnectDomainsRequest struct {

	// if set to true, the connection attempt will succeed even if one of the connection attempts failed
	IgnoreFailures bool `protobuf:"varint,1,opt,name=ignore_failures,json=ignoreFailures,proto3" json:"ignore_failures,omitempty"`
	// contains filtered or unexported fields
}

func (*ReconnectDomainsRequest) Descriptor deprecated

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

Deprecated: Use ReconnectDomainsRequest.ProtoReflect.Descriptor instead.

func (*ReconnectDomainsRequest) GetIgnoreFailures

func (x *ReconnectDomainsRequest) GetIgnoreFailures() bool

func (*ReconnectDomainsRequest) ProtoMessage

func (*ReconnectDomainsRequest) ProtoMessage()

func (*ReconnectDomainsRequest) ProtoReflect

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

func (*ReconnectDomainsRequest) Reset

func (x *ReconnectDomainsRequest) Reset()

func (*ReconnectDomainsRequest) String

func (x *ReconnectDomainsRequest) String() string

type ReconnectDomainsResponse

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

func (*ReconnectDomainsResponse) Descriptor deprecated

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

Deprecated: Use ReconnectDomainsResponse.ProtoReflect.Descriptor instead.

func (*ReconnectDomainsResponse) ProtoMessage

func (*ReconnectDomainsResponse) ProtoMessage()

func (*ReconnectDomainsResponse) ProtoReflect

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

func (*ReconnectDomainsResponse) Reset

func (x *ReconnectDomainsResponse) Reset()

func (*ReconnectDomainsResponse) String

func (x *ReconnectDomainsResponse) String() string

type RegisterDomainRequest

type RegisterDomainRequest struct {
	Add *DomainConnectionConfig `protobuf:"bytes,1,opt,name=add,proto3" json:"add,omitempty"`
	// contains filtered or unexported fields
}

* Register and optionally auto-connect to a new domain

func (*RegisterDomainRequest) Descriptor deprecated

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

Deprecated: Use RegisterDomainRequest.ProtoReflect.Descriptor instead.

func (*RegisterDomainRequest) GetAdd

func (*RegisterDomainRequest) ProtoMessage

func (*RegisterDomainRequest) ProtoMessage()

func (*RegisterDomainRequest) ProtoReflect

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

func (*RegisterDomainRequest) Reset

func (x *RegisterDomainRequest) Reset()

func (*RegisterDomainRequest) String

func (x *RegisterDomainRequest) String() string

type RegisterDomainResponse

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

func (*RegisterDomainResponse) Descriptor deprecated

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

Deprecated: Use RegisterDomainResponse.ProtoReflect.Descriptor instead.

func (*RegisterDomainResponse) ProtoMessage

func (*RegisterDomainResponse) ProtoMessage()

func (*RegisterDomainResponse) ProtoReflect

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

func (*RegisterDomainResponse) Reset

func (x *RegisterDomainResponse) Reset()

func (*RegisterDomainResponse) String

func (x *RegisterDomainResponse) String() string

type RejectShareOfferRequest

type RejectShareOfferRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// informational message explaining why we decided to reject the DAR
	// can be empty
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*RejectShareOfferRequest) Descriptor deprecated

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

Deprecated: Use RejectShareOfferRequest.ProtoReflect.Descriptor instead.

func (*RejectShareOfferRequest) GetId

func (x *RejectShareOfferRequest) GetId() string

func (*RejectShareOfferRequest) GetReason

func (x *RejectShareOfferRequest) GetReason() string

func (*RejectShareOfferRequest) ProtoMessage

func (*RejectShareOfferRequest) ProtoMessage()

func (*RejectShareOfferRequest) ProtoReflect

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

func (*RejectShareOfferRequest) Reset

func (x *RejectShareOfferRequest) Reset()

func (*RejectShareOfferRequest) String

func (x *RejectShareOfferRequest) String() string

type RemoveDarRequest

type RemoveDarRequest struct {
	DarHash string `protobuf:"bytes,1,opt,name=dar_hash,json=darHash,proto3" json:"dar_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveDarRequest) Descriptor deprecated

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

Deprecated: Use RemoveDarRequest.ProtoReflect.Descriptor instead.

func (*RemoveDarRequest) GetDarHash

func (x *RemoveDarRequest) GetDarHash() string

func (*RemoveDarRequest) ProtoMessage

func (*RemoveDarRequest) ProtoMessage()

func (*RemoveDarRequest) ProtoReflect

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

func (*RemoveDarRequest) Reset

func (x *RemoveDarRequest) Reset()

func (*RemoveDarRequest) String

func (x *RemoveDarRequest) String() string

type RemoveDarResponse

type RemoveDarResponse struct {
	Success *emptypb.Empty `protobuf:"bytes,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveDarResponse) Descriptor deprecated

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

Deprecated: Use RemoveDarResponse.ProtoReflect.Descriptor instead.

func (*RemoveDarResponse) GetSuccess

func (x *RemoveDarResponse) GetSuccess() *emptypb.Empty

func (*RemoveDarResponse) ProtoMessage

func (*RemoveDarResponse) ProtoMessage()

func (*RemoveDarResponse) ProtoReflect

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

func (*RemoveDarResponse) Reset

func (x *RemoveDarResponse) Reset()

func (*RemoveDarResponse) String

func (x *RemoveDarResponse) String() string

type RemovePackageRequest

type RemovePackageRequest struct {
	PackageId string `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	Force     bool   `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePackageRequest) Descriptor deprecated

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

Deprecated: Use RemovePackageRequest.ProtoReflect.Descriptor instead.

func (*RemovePackageRequest) GetForce

func (x *RemovePackageRequest) GetForce() bool

func (*RemovePackageRequest) GetPackageId

func (x *RemovePackageRequest) GetPackageId() string

func (*RemovePackageRequest) ProtoMessage

func (*RemovePackageRequest) ProtoMessage()

func (*RemovePackageRequest) ProtoReflect

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

func (*RemovePackageRequest) Reset

func (x *RemovePackageRequest) Reset()

func (*RemovePackageRequest) String

func (x *RemovePackageRequest) String() string

type RemovePackageResponse

type RemovePackageResponse struct {
	Success *emptypb.Empty `protobuf:"bytes,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePackageResponse) Descriptor deprecated

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

Deprecated: Use RemovePackageResponse.ProtoReflect.Descriptor instead.

func (*RemovePackageResponse) GetSuccess

func (x *RemovePackageResponse) GetSuccess() *emptypb.Empty

func (*RemovePackageResponse) ProtoMessage

func (*RemovePackageResponse) ProtoMessage()

func (*RemovePackageResponse) ProtoReflect

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

func (*RemovePackageResponse) Reset

func (x *RemovePackageResponse) Reset()

func (*RemovePackageResponse) String

func (x *RemovePackageResponse) String() string

type ResourceLimits

type ResourceLimits struct {

	// The maximum number of dirty requests.
	// A negative value indicates that there is no limit.
	MaxDirtyRequests int32 `protobuf:"varint,1,opt,name=max_dirty_requests,json=maxDirtyRequests,proto3" json:"max_dirty_requests,omitempty"`
	// The maximum rate of command submissions through the ledger api.
	// A negative value indicates that there is no limit.
	MaxRate int32 `protobuf:"varint,2,opt,name=max_rate,json=maxRate,proto3" json:"max_rate,omitempty"`
	// The maximum burst acceptable (factor > 0) before
	// steady state throtteling kicks in.
	MaxBurstFactor float64 `protobuf:"fixed64,3,opt,name=max_burst_factor,json=maxBurstFactor,proto3" json:"max_burst_factor,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceLimits) Descriptor deprecated

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

Deprecated: Use ResourceLimits.ProtoReflect.Descriptor instead.

func (*ResourceLimits) GetMaxBurstFactor

func (x *ResourceLimits) GetMaxBurstFactor() float64

func (*ResourceLimits) GetMaxDirtyRequests

func (x *ResourceLimits) GetMaxDirtyRequests() int32

func (*ResourceLimits) GetMaxRate

func (x *ResourceLimits) GetMaxRate() int32

func (*ResourceLimits) ProtoMessage

func (*ResourceLimits) ProtoMessage()

func (*ResourceLimits) ProtoReflect

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

func (*ResourceLimits) Reset

func (x *ResourceLimits) Reset()

func (*ResourceLimits) String

func (x *ResourceLimits) String() string

type ResourceManagementServiceClient

type ResourceManagementServiceClient interface {
	// Update resource limits.
	// Only supported if the server runs Canton enterprise.
	UpdateResourceLimits(ctx context.Context, in *ResourceLimits, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Get the current resource limits.
	GetResourceLimits(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ResourceLimits, error)
}

ResourceManagementServiceClient is the client API for ResourceManagementService 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 ResourceManagementServiceServer

type ResourceManagementServiceServer interface {
	// Update resource limits.
	// Only supported if the server runs Canton enterprise.
	UpdateResourceLimits(context.Context, *ResourceLimits) (*emptypb.Empty, error)
	// Get the current resource limits.
	GetResourceLimits(context.Context, *emptypb.Empty) (*ResourceLimits, error)
	// contains filtered or unexported methods
}

ResourceManagementServiceServer is the server API for ResourceManagementService service. All implementations must embed UnimplementedResourceManagementServiceServer for forward compatibility

type SetPartyDisplayNameRequest

type SetPartyDisplayNameRequest struct {
	PartyId     string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPartyDisplayNameRequest) Descriptor deprecated

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

Deprecated: Use SetPartyDisplayNameRequest.ProtoReflect.Descriptor instead.

func (*SetPartyDisplayNameRequest) GetDisplayName

func (x *SetPartyDisplayNameRequest) GetDisplayName() string

func (*SetPartyDisplayNameRequest) GetPartyId

func (x *SetPartyDisplayNameRequest) GetPartyId() string

func (*SetPartyDisplayNameRequest) ProtoMessage

func (*SetPartyDisplayNameRequest) ProtoMessage()

func (*SetPartyDisplayNameRequest) ProtoReflect

func (*SetPartyDisplayNameRequest) Reset

func (x *SetPartyDisplayNameRequest) Reset()

func (*SetPartyDisplayNameRequest) String

func (x *SetPartyDisplayNameRequest) String() string

type SetPartyDisplayNameResponse

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

func (*SetPartyDisplayNameResponse) Descriptor deprecated

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

Deprecated: Use SetPartyDisplayNameResponse.ProtoReflect.Descriptor instead.

func (*SetPartyDisplayNameResponse) ProtoMessage

func (*SetPartyDisplayNameResponse) ProtoMessage()

func (*SetPartyDisplayNameResponse) ProtoReflect

func (*SetPartyDisplayNameResponse) Reset

func (x *SetPartyDisplayNameResponse) Reset()

func (*SetPartyDisplayNameResponse) String

func (x *SetPartyDisplayNameResponse) String() string

type SetPassive

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

func (*SetPassive) Descriptor deprecated

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

Deprecated: Use SetPassive.ProtoReflect.Descriptor instead.

func (*SetPassive) ProtoMessage

func (*SetPassive) ProtoMessage()

func (*SetPassive) ProtoReflect

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

func (*SetPassive) Reset

func (x *SetPassive) Reset()

func (*SetPassive) String

func (x *SetPassive) String() string

type SetPassive_Request

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

func (*SetPassive_Request) Descriptor deprecated

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

Deprecated: Use SetPassive_Request.ProtoReflect.Descriptor instead.

func (*SetPassive_Request) ProtoMessage

func (*SetPassive_Request) ProtoMessage()

func (*SetPassive_Request) ProtoReflect

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

func (*SetPassive_Request) Reset

func (x *SetPassive_Request) Reset()

func (*SetPassive_Request) String

func (x *SetPassive_Request) String() string

type SetPassive_Response

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

func (*SetPassive_Response) Descriptor deprecated

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

Deprecated: Use SetPassive_Response.ProtoReflect.Descriptor instead.

func (*SetPassive_Response) ProtoMessage

func (*SetPassive_Response) ProtoMessage()

func (*SetPassive_Response) ProtoReflect

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

func (*SetPassive_Response) Reset

func (x *SetPassive_Response) Reset()

func (*SetPassive_Response) String

func (x *SetPassive_Response) String() string

type ShareRequest

type ShareRequest struct {
	DarHash     string `protobuf:"bytes,1,opt,name=dar_hash,json=darHash,proto3" json:"dar_hash,omitempty"`
	RecipientId string `protobuf:"bytes,2,opt,name=recipient_id,json=recipientId,proto3" json:"recipient_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareRequest) Descriptor deprecated

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

Deprecated: Use ShareRequest.ProtoReflect.Descriptor instead.

func (*ShareRequest) GetDarHash

func (x *ShareRequest) GetDarHash() string

func (*ShareRequest) GetRecipientId

func (x *ShareRequest) GetRecipientId() string

func (*ShareRequest) ProtoMessage

func (*ShareRequest) ProtoMessage()

func (*ShareRequest) ProtoReflect

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

func (*ShareRequest) Reset

func (x *ShareRequest) Reset()

func (*ShareRequest) String

func (x *ShareRequest) String() string

type TrafficControlServiceClient

type TrafficControlServiceClient interface {
	TrafficControlState(ctx context.Context, in *TrafficControlStateRequest, opts ...grpc.CallOption) (*TrafficControlStateResponse, error)
}

TrafficControlServiceClient is the client API for TrafficControlService 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 TrafficControlServiceServer

type TrafficControlServiceServer interface {
	TrafficControlState(context.Context, *TrafficControlStateRequest) (*TrafficControlStateResponse, error)
	// contains filtered or unexported methods
}

TrafficControlServiceServer is the server API for TrafficControlService service. All implementations must embed UnimplementedTrafficControlServiceServer for forward compatibility

type TrafficControlStateRequest

type TrafficControlStateRequest struct {
	DomainId string `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"` // Domain id for which to retrieve the traffic state
	// contains filtered or unexported fields
}

func (*TrafficControlStateRequest) Descriptor deprecated

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

Deprecated: Use TrafficControlStateRequest.ProtoReflect.Descriptor instead.

func (*TrafficControlStateRequest) GetDomainId

func (x *TrafficControlStateRequest) GetDomainId() string

func (*TrafficControlStateRequest) ProtoMessage

func (*TrafficControlStateRequest) ProtoMessage()

func (*TrafficControlStateRequest) ProtoReflect

func (*TrafficControlStateRequest) Reset

func (x *TrafficControlStateRequest) Reset()

func (*TrafficControlStateRequest) String

func (x *TrafficControlStateRequest) String() string

type TrafficControlStateResponse

type TrafficControlStateResponse struct {
	TrafficState *v0.MemberTrafficStatus `protobuf:"bytes,1,opt,name=traffic_state,json=trafficState,proto3" json:"traffic_state,omitempty"`
	// contains filtered or unexported fields
}

func (*TrafficControlStateResponse) Descriptor deprecated

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

Deprecated: Use TrafficControlStateResponse.ProtoReflect.Descriptor instead.

func (*TrafficControlStateResponse) GetTrafficState

func (x *TrafficControlStateResponse) GetTrafficState() *v0.MemberTrafficStatus

func (*TrafficControlStateResponse) ProtoMessage

func (*TrafficControlStateResponse) ProtoMessage()

func (*TrafficControlStateResponse) ProtoReflect

func (*TrafficControlStateResponse) Reset

func (x *TrafficControlStateResponse) Reset()

func (*TrafficControlStateResponse) String

func (x *TrafficControlStateResponse) String() string

type TransferServiceClient

type TransferServiceClient interface {
	// transfer out a contract
	TransferOut(ctx context.Context, in *AdminTransferOutRequest, opts ...grpc.CallOption) (*AdminTransferOutResponse, error)
	// transfer-in a contract
	TransferIn(ctx context.Context, in *AdminTransferInRequest, opts ...grpc.CallOption) (*AdminTransferInResponse, error)
	// return the in-flight transfers on a given participant for a given target domain
	TransferSearch(ctx context.Context, in *AdminTransferSearchQuery, opts ...grpc.CallOption) (*AdminTransferSearchResponse, error)
}

TransferServiceClient is the client API for TransferService 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 TransferServiceServer

type TransferServiceServer interface {
	// transfer out a contract
	TransferOut(context.Context, *AdminTransferOutRequest) (*AdminTransferOutResponse, error)
	// transfer-in a contract
	TransferIn(context.Context, *AdminTransferInRequest) (*AdminTransferInResponse, error)
	// return the in-flight transfers on a given participant for a given target domain
	TransferSearch(context.Context, *AdminTransferSearchQuery) (*AdminTransferSearchResponse, error)
	// contains filtered or unexported methods
}

TransferServiceServer is the server API for TransferService service. All implementations must embed UnimplementedTransferServiceServer for forward compatibility

type UnimplementedDomainConnectivityServiceServer

type UnimplementedDomainConnectivityServiceServer struct {
}

UnimplementedDomainConnectivityServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedDomainConnectivityServiceServer) AcceptAgreement

func (UnimplementedDomainConnectivityServiceServer) ConnectDomain

func (UnimplementedDomainConnectivityServiceServer) DisconnectDomain

func (UnimplementedDomainConnectivityServiceServer) GetAgreement

func (UnimplementedDomainConnectivityServiceServer) GetDomainId

func (UnimplementedDomainConnectivityServiceServer) ListConfiguredDomains

func (UnimplementedDomainConnectivityServiceServer) ListConnectedDomains

func (UnimplementedDomainConnectivityServiceServer) ModifyDomain

func (UnimplementedDomainConnectivityServiceServer) ReconnectDomains

func (UnimplementedDomainConnectivityServiceServer) RegisterDomain

type UnimplementedEnterpriseParticipantReplicationServiceServer

type UnimplementedEnterpriseParticipantReplicationServiceServer struct {
}

UnimplementedEnterpriseParticipantReplicationServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedEnterpriseParticipantReplicationServiceServer) SetPassive

type UnimplementedInspectionServiceServer

type UnimplementedInspectionServiceServer struct {
}

UnimplementedInspectionServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedInspectionServiceServer) LookupOffsetByTime

type UnimplementedPackageServiceServer

type UnimplementedPackageServiceServer struct {
}

UnimplementedPackageServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedPackageServiceServer) AcceptShareOffer

func (UnimplementedPackageServiceServer) GetDar

func (UnimplementedPackageServiceServer) ListDarContents

func (UnimplementedPackageServiceServer) ListDars

func (UnimplementedPackageServiceServer) ListPackageContents

func (UnimplementedPackageServiceServer) ListPackages

func (UnimplementedPackageServiceServer) ListShareOffers

func (UnimplementedPackageServiceServer) ListShareRequests

func (UnimplementedPackageServiceServer) RejectShareOffer

func (UnimplementedPackageServiceServer) RemoveDar

func (UnimplementedPackageServiceServer) RemovePackage

func (UnimplementedPackageServiceServer) Share

func (UnimplementedPackageServiceServer) UploadDar

func (UnimplementedPackageServiceServer) WhitelistAdd

func (UnimplementedPackageServiceServer) WhitelistList

func (UnimplementedPackageServiceServer) WhitelistRemove

type UnimplementedParticipantRepairServiceServer

type UnimplementedParticipantRepairServiceServer struct {
}

UnimplementedParticipantRepairServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedParticipantRepairServiceServer) Download

func (UnimplementedParticipantRepairServiceServer) MigrateDomain

func (UnimplementedParticipantRepairServiceServer) PurgeContracts

func (UnimplementedParticipantRepairServiceServer) Upload

type UnimplementedPartyNameManagementServiceServer

type UnimplementedPartyNameManagementServiceServer struct {
}

UnimplementedPartyNameManagementServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedPartyNameManagementServiceServer) SetPartyDisplayName

type UnimplementedPingServiceServer

type UnimplementedPingServiceServer struct {
}

UnimplementedPingServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedPingServiceServer) Ping

type UnimplementedPruningServiceServer

type UnimplementedPruningServiceServer struct {
}

UnimplementedPruningServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedPruningServiceServer) ClearSchedule

func (UnimplementedPruningServiceServer) GetSchedule

func (UnimplementedPruningServiceServer) Prune

func (UnimplementedPruningServiceServer) SetCron

func (UnimplementedPruningServiceServer) SetMaxDuration

func (UnimplementedPruningServiceServer) SetRetention

func (UnimplementedPruningServiceServer) SetSchedule

type UnimplementedResourceManagementServiceServer

type UnimplementedResourceManagementServiceServer struct {
}

UnimplementedResourceManagementServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedResourceManagementServiceServer) GetResourceLimits

func (UnimplementedResourceManagementServiceServer) UpdateResourceLimits

type UnimplementedTrafficControlServiceServer

type UnimplementedTrafficControlServiceServer struct {
}

UnimplementedTrafficControlServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTrafficControlServiceServer) TrafficControlState

type UnimplementedTransferServiceServer

type UnimplementedTransferServiceServer struct {
}

UnimplementedTransferServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTransferServiceServer) TransferIn

func (UnimplementedTransferServiceServer) TransferOut

func (UnimplementedTransferServiceServer) TransferSearch

type UnsafeDomainConnectivityServiceServer

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

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

type UnsafeEnterpriseParticipantReplicationServiceServer

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

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

type UnsafeInspectionServiceServer

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

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

type UnsafePackageServiceServer

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

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

type UnsafeParticipantRepairServiceServer

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

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

type UnsafePartyNameManagementServiceServer

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

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

type UnsafePingServiceServer

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

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

type UnsafePruningServiceServer

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

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

type UnsafeResourceManagementServiceServer

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

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

type UnsafeTrafficControlServiceServer

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

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

type UnsafeTransferServiceServer

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

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

type UploadDarRequest

type UploadDarRequest struct {
	Data     []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Filename string `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	// if set to true, we'll register the vetting topology transactions with the idm
	VetAllPackages bool `protobuf:"varint,3,opt,name=vet_all_packages,json=vetAllPackages,proto3" json:"vet_all_packages,omitempty"`
	// if set to true, we'll wait until the vetting transaction has been observed by this participant on all connected domains
	SynchronizeVetting bool `protobuf:"varint,4,opt,name=synchronize_vetting,json=synchronizeVetting,proto3" json:"synchronize_vetting,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDarRequest) Descriptor deprecated

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

Deprecated: Use UploadDarRequest.ProtoReflect.Descriptor instead.

func (*UploadDarRequest) GetData

func (x *UploadDarRequest) GetData() []byte

func (*UploadDarRequest) GetFilename

func (x *UploadDarRequest) GetFilename() string

func (*UploadDarRequest) GetSynchronizeVetting

func (x *UploadDarRequest) GetSynchronizeVetting() bool

func (*UploadDarRequest) GetVetAllPackages

func (x *UploadDarRequest) GetVetAllPackages() bool

func (*UploadDarRequest) ProtoMessage

func (*UploadDarRequest) ProtoMessage()

func (*UploadDarRequest) ProtoReflect

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

func (*UploadDarRequest) Reset

func (x *UploadDarRequest) Reset()

func (*UploadDarRequest) String

func (x *UploadDarRequest) String() string

type UploadDarResponse

type UploadDarResponse struct {

	// Types that are assignable to Value:
	//	*UploadDarResponse_Success_
	//	*UploadDarResponse_Failure_
	Value isUploadDarResponse_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*UploadDarResponse) Descriptor deprecated

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

Deprecated: Use UploadDarResponse.ProtoReflect.Descriptor instead.

func (*UploadDarResponse) GetFailure

func (*UploadDarResponse) GetSuccess

func (*UploadDarResponse) GetValue

func (m *UploadDarResponse) GetValue() isUploadDarResponse_Value

func (*UploadDarResponse) ProtoMessage

func (*UploadDarResponse) ProtoMessage()

func (*UploadDarResponse) ProtoReflect

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

func (*UploadDarResponse) Reset

func (x *UploadDarResponse) Reset()

func (*UploadDarResponse) String

func (x *UploadDarResponse) String() string

type UploadDarResponse_Failure

type UploadDarResponse_Failure struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDarResponse_Failure) Descriptor deprecated

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

Deprecated: Use UploadDarResponse_Failure.ProtoReflect.Descriptor instead.

func (*UploadDarResponse_Failure) GetReason

func (x *UploadDarResponse_Failure) GetReason() string

func (*UploadDarResponse_Failure) ProtoMessage

func (*UploadDarResponse_Failure) ProtoMessage()

func (*UploadDarResponse_Failure) ProtoReflect

func (*UploadDarResponse_Failure) Reset

func (x *UploadDarResponse_Failure) Reset()

func (*UploadDarResponse_Failure) String

func (x *UploadDarResponse_Failure) String() string

type UploadDarResponse_Failure_

type UploadDarResponse_Failure_ struct {
	Failure *UploadDarResponse_Failure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}

type UploadDarResponse_Success

type UploadDarResponse_Success struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDarResponse_Success) Descriptor deprecated

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

Deprecated: Use UploadDarResponse_Success.ProtoReflect.Descriptor instead.

func (*UploadDarResponse_Success) GetHash

func (x *UploadDarResponse_Success) GetHash() string

func (*UploadDarResponse_Success) ProtoMessage

func (*UploadDarResponse_Success) ProtoMessage()

func (*UploadDarResponse_Success) ProtoReflect

func (*UploadDarResponse_Success) Reset

func (x *UploadDarResponse_Success) Reset()

func (*UploadDarResponse_Success) String

func (x *UploadDarResponse_Success) String() string

type UploadDarResponse_Success_

type UploadDarResponse_Success_ struct {
	Success *UploadDarResponse_Success `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type UploadRequest

type UploadRequest struct {
	AcsSnapshot []byte `protobuf:"bytes,1,opt,name=acs_snapshot,json=acsSnapshot,proto3" json:"acs_snapshot,omitempty"`
	GzipFormat  bool   `protobuf:"varint,2,opt,name=gzip_format,json=gzipFormat,proto3" json:"gzip_format,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadRequest) Descriptor deprecated

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

Deprecated: Use UploadRequest.ProtoReflect.Descriptor instead.

func (*UploadRequest) GetAcsSnapshot

func (x *UploadRequest) GetAcsSnapshot() []byte

func (*UploadRequest) GetGzipFormat

func (x *UploadRequest) GetGzipFormat() bool

func (*UploadRequest) ProtoMessage

func (*UploadRequest) ProtoMessage()

func (*UploadRequest) ProtoReflect

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

func (*UploadRequest) Reset

func (x *UploadRequest) Reset()

func (*UploadRequest) String

func (x *UploadRequest) String() string

type UploadResponse

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

func (*UploadResponse) Descriptor deprecated

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

Deprecated: Use UploadResponse.ProtoReflect.Descriptor instead.

func (*UploadResponse) ProtoMessage

func (*UploadResponse) ProtoMessage()

func (*UploadResponse) ProtoReflect

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

func (*UploadResponse) Reset

func (x *UploadResponse) Reset()

func (*UploadResponse) String

func (x *UploadResponse) String() string

type WhitelistChangeRequest

type WhitelistChangeRequest struct {
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WhitelistChangeRequest) Descriptor deprecated

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

Deprecated: Use WhitelistChangeRequest.ProtoReflect.Descriptor instead.

func (*WhitelistChangeRequest) GetPartyId

func (x *WhitelistChangeRequest) GetPartyId() string

func (*WhitelistChangeRequest) ProtoMessage

func (*WhitelistChangeRequest) ProtoMessage()

func (*WhitelistChangeRequest) ProtoReflect

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

func (*WhitelistChangeRequest) Reset

func (x *WhitelistChangeRequest) Reset()

func (*WhitelistChangeRequest) String

func (x *WhitelistChangeRequest) String() string

type WhitelistListResponse

type WhitelistListResponse struct {
	PartyIds []string `protobuf:"bytes,1,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*WhitelistListResponse) Descriptor deprecated

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

Deprecated: Use WhitelistListResponse.ProtoReflect.Descriptor instead.

func (*WhitelistListResponse) GetPartyIds

func (x *WhitelistListResponse) GetPartyIds() []string

func (*WhitelistListResponse) ProtoMessage

func (*WhitelistListResponse) ProtoMessage()

func (*WhitelistListResponse) ProtoReflect

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

func (*WhitelistListResponse) Reset

func (x *WhitelistListResponse) Reset()

func (*WhitelistListResponse) String

func (x *WhitelistListResponse) String() string

Jump to

Keyboard shortcuts

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