Documentation ¶
Index ¶
- Variables
- type BlindingInfo
- func (*BlindingInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BlindingInfo) GetDisclosure() map[int32]*Parties
- func (x *BlindingInfo) GetDivulgence() map[string]*Parties
- func (*BlindingInfo) ProtoMessage()
- func (x *BlindingInfo) ProtoReflect() protoreflect.Message
- func (x *BlindingInfo) Reset()
- func (x *BlindingInfo) String() string
- type CommandKind
- func (CommandKind) Descriptor() protoreflect.EnumDescriptor
- func (x CommandKind) Enum() *CommandKind
- func (CommandKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x CommandKind) Number() protoreflect.EnumNumber
- func (x CommandKind) String() string
- func (CommandKind) Type() protoreflect.EnumType
- type CommandRejected
- func (*CommandRejected) Descriptor() ([]byte, []int)deprecated
- func (x *CommandRejected) GetCommandKind() CommandKind
- func (x *CommandRejected) GetCompletionInfo() *CompletionInfo
- func (x *CommandRejected) GetDomainId() *wrapperspb.StringValue
- func (x *CommandRejected) GetRecordTime() *timestamppb.Timestamp
- func (x *CommandRejected) GetRejectionReason() *CommandRejected_GrpcRejectionReasonTemplate
- func (*CommandRejected) ProtoMessage()
- func (x *CommandRejected) ProtoReflect() protoreflect.Message
- func (x *CommandRejected) Reset()
- func (x *CommandRejected) String() string
- type CommandRejected_GrpcRejectionReasonTemplate
- func (*CommandRejected_GrpcRejectionReasonTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *CommandRejected_GrpcRejectionReasonTemplate) GetStatus() []byte
- func (*CommandRejected_GrpcRejectionReasonTemplate) ProtoMessage()
- func (x *CommandRejected_GrpcRejectionReasonTemplate) ProtoReflect() protoreflect.Message
- func (x *CommandRejected_GrpcRejectionReasonTemplate) Reset()
- func (x *CommandRejected_GrpcRejectionReasonTemplate) String() string
- type CompletionInfo
- func (*CompletionInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CompletionInfo) GetActAs() []string
- func (x *CompletionInfo) GetApplicationId() string
- func (x *CompletionInfo) GetCommandId() string
- func (x *CompletionInfo) GetOptDeduplicationPeriod() *v0.DeduplicationPeriod
- func (x *CompletionInfo) GetSubmissionId() string
- func (*CompletionInfo) ProtoMessage()
- func (x *CompletionInfo) ProtoReflect() protoreflect.Message
- func (x *CompletionInfo) Reset()
- func (x *CompletionInfo) String() string
- type Configuration
- func (*Configuration) Descriptor() ([]byte, []int)deprecated
- func (x *Configuration) GetGeneration() int64
- func (x *Configuration) GetMaxDeduplicationDuration() *durationpb.Duration
- func (x *Configuration) GetTimeModel() *TimeModel
- func (*Configuration) ProtoMessage()
- func (x *Configuration) ProtoReflect() protoreflect.Message
- func (x *Configuration) Reset()
- func (x *Configuration) String() string
- type ConfigurationChangeRejected
- func (*ConfigurationChangeRejected) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationChangeRejected) GetParticipantId() string
- func (x *ConfigurationChangeRejected) GetProposedConfiguration() *Configuration
- func (x *ConfigurationChangeRejected) GetReason() string
- func (x *ConfigurationChangeRejected) GetRecordTime() *timestamppb.Timestamp
- func (x *ConfigurationChangeRejected) GetSubmissionId() string
- func (*ConfigurationChangeRejected) ProtoMessage()
- func (x *ConfigurationChangeRejected) ProtoReflect() protoreflect.Message
- func (x *ConfigurationChangeRejected) Reset()
- func (x *ConfigurationChangeRejected) String() string
- type ConfigurationChanged
- func (*ConfigurationChanged) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationChanged) GetConfiguration() *Configuration
- func (x *ConfigurationChanged) GetParticipantId() string
- func (x *ConfigurationChanged) GetRecordTime() *timestamppb.Timestamp
- func (x *ConfigurationChanged) GetSubmissionId() string
- func (*ConfigurationChanged) ProtoMessage()
- func (x *ConfigurationChanged) ProtoReflect() protoreflect.Message
- func (x *ConfigurationChanged) Reset()
- func (x *ConfigurationChanged) String() string
- type DivulgedContract
- func (*DivulgedContract) Descriptor() ([]byte, []int)deprecated
- func (x *DivulgedContract) GetContractId() string
- func (x *DivulgedContract) GetContractInst() []byte
- func (*DivulgedContract) ProtoMessage()
- func (x *DivulgedContract) ProtoReflect() protoreflect.Message
- func (x *DivulgedContract) Reset()
- func (x *DivulgedContract) String() string
- type LedgerSyncEvent
- func (*LedgerSyncEvent) Descriptor() ([]byte, []int)deprecated
- func (x *LedgerSyncEvent) GetCommandRejected() *CommandRejected
- func (x *LedgerSyncEvent) GetConfigurationChangeRejected() *ConfigurationChangeRejected
- func (x *LedgerSyncEvent) GetConfigurationChanged() *ConfigurationChanged
- func (x *LedgerSyncEvent) GetPartyAddedToParticipant() *PartyAddedToParticipant
- func (x *LedgerSyncEvent) GetPartyAllocationRejected() *PartyAllocationRejected
- func (x *LedgerSyncEvent) GetPublicPackageUpload() *PublicPackageUpload
- func (x *LedgerSyncEvent) GetPublicPackageUploadRejected() *PublicPackageUploadRejected
- func (x *LedgerSyncEvent) GetTransactionAccepted() *TransactionAccepted
- func (x *LedgerSyncEvent) GetTransferredIn() *TransferredIn
- func (x *LedgerSyncEvent) GetTransferredOut() *TransferredOut
- func (m *LedgerSyncEvent) GetValue() isLedgerSyncEvent_Value
- func (*LedgerSyncEvent) ProtoMessage()
- func (x *LedgerSyncEvent) ProtoReflect() protoreflect.Message
- func (x *LedgerSyncEvent) Reset()
- func (x *LedgerSyncEvent) String() string
- type LedgerSyncEvent_CommandRejected
- type LedgerSyncEvent_ConfigurationChangeRejected
- type LedgerSyncEvent_ConfigurationChanged
- type LedgerSyncEvent_PartyAddedToParticipant
- type LedgerSyncEvent_PartyAllocationRejected
- type LedgerSyncEvent_PublicPackageUpload
- type LedgerSyncEvent_PublicPackageUploadRejected
- type LedgerSyncEvent_TransactionAccepted
- type LedgerSyncEvent_TransferredIn
- type LedgerSyncEvent_TransferredOut
- type NodeSeed
- type Parties
- type PartyAddedToParticipant
- func (*PartyAddedToParticipant) Descriptor() ([]byte, []int)deprecated
- func (x *PartyAddedToParticipant) GetDisplayName() string
- func (x *PartyAddedToParticipant) GetParticipantId() string
- func (x *PartyAddedToParticipant) GetParty() string
- func (x *PartyAddedToParticipant) GetRecordTime() *timestamppb.Timestamp
- func (x *PartyAddedToParticipant) GetSubmissionId() string
- func (*PartyAddedToParticipant) ProtoMessage()
- func (x *PartyAddedToParticipant) ProtoReflect() protoreflect.Message
- func (x *PartyAddedToParticipant) Reset()
- func (x *PartyAddedToParticipant) String() string
- type PartyAllocationRejected
- func (*PartyAllocationRejected) Descriptor() ([]byte, []int)deprecated
- func (x *PartyAllocationRejected) GetParticipantId() string
- func (x *PartyAllocationRejected) GetRecordTime() *timestamppb.Timestamp
- func (x *PartyAllocationRejected) GetRejectionReason() string
- func (x *PartyAllocationRejected) GetSubmissionId() string
- func (*PartyAllocationRejected) ProtoMessage()
- func (x *PartyAllocationRejected) ProtoReflect() protoreflect.Message
- func (x *PartyAllocationRejected) Reset()
- func (x *PartyAllocationRejected) String() string
- type PublicPackageUpload
- func (*PublicPackageUpload) Descriptor() ([]byte, []int)deprecated
- func (x *PublicPackageUpload) GetArchives() [][]byte
- func (x *PublicPackageUpload) GetRecordTime() *timestamppb.Timestamp
- func (x *PublicPackageUpload) GetSourceDescription() *wrapperspb.StringValue
- func (x *PublicPackageUpload) GetSubmissionId() string
- func (*PublicPackageUpload) ProtoMessage()
- func (x *PublicPackageUpload) ProtoReflect() protoreflect.Message
- func (x *PublicPackageUpload) Reset()
- func (x *PublicPackageUpload) String() string
- type PublicPackageUploadRejected
- func (*PublicPackageUploadRejected) Descriptor() ([]byte, []int)deprecated
- func (x *PublicPackageUploadRejected) GetRecordTime() *timestamppb.Timestamp
- func (x *PublicPackageUploadRejected) GetRejectionReason() string
- func (x *PublicPackageUploadRejected) GetSubmissionId() string
- func (*PublicPackageUploadRejected) ProtoMessage()
- func (x *PublicPackageUploadRejected) ProtoReflect() protoreflect.Message
- func (x *PublicPackageUploadRejected) Reset()
- func (x *PublicPackageUploadRejected) String() string
- type SubmissionTrackingData
- func (*SubmissionTrackingData) Descriptor() ([]byte, []int)deprecated
- func (m *SubmissionTrackingData) GetTracking() isSubmissionTrackingData_Tracking
- func (x *SubmissionTrackingData) GetTransaction() *TransactionSubmissionTrackingData
- func (*SubmissionTrackingData) ProtoMessage()
- func (x *SubmissionTrackingData) ProtoReflect() protoreflect.Message
- func (x *SubmissionTrackingData) Reset()
- func (x *SubmissionTrackingData) String() string
- type SubmissionTrackingData_Transaction
- type TimeModel
- func (*TimeModel) Descriptor() ([]byte, []int)deprecated
- func (x *TimeModel) GetAvgTransactionLatency() *durationpb.Duration
- func (x *TimeModel) GetMaxSkew() *durationpb.Duration
- func (x *TimeModel) GetMinSkew() *durationpb.Duration
- func (*TimeModel) ProtoMessage()
- func (x *TimeModel) ProtoReflect() protoreflect.Message
- func (x *TimeModel) Reset()
- func (x *TimeModel) String() string
- type TransactionAccepted
- func (*TransactionAccepted) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionAccepted) GetBlindingInfo() *BlindingInfo
- func (x *TransactionAccepted) GetCompletionInfo() *CompletionInfo
- func (x *TransactionAccepted) GetContractMetadata() map[string][]byte
- func (x *TransactionAccepted) GetDivulgedContracts() []*DivulgedContract
- func (x *TransactionAccepted) GetHostedWitnesses() []string
- func (x *TransactionAccepted) GetRecordTime() *timestamppb.Timestamp
- func (x *TransactionAccepted) GetTransaction() []byte
- func (x *TransactionAccepted) GetTransactionId() string
- func (x *TransactionAccepted) GetTransactionMeta() *TransactionMeta
- func (*TransactionAccepted) ProtoMessage()
- func (x *TransactionAccepted) ProtoReflect() protoreflect.Message
- func (x *TransactionAccepted) Reset()
- func (x *TransactionAccepted) String() string
- type TransactionMeta
- func (*TransactionMeta) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMeta) GetByKeyNodes() *TransactionMeta_ByKeyNodes
- func (x *TransactionMeta) GetDomainId() *wrapperspb.StringValue
- func (x *TransactionMeta) GetLedgerTime() *timestamppb.Timestamp
- func (x *TransactionMeta) GetNodeSeeds() []*NodeSeed
- func (x *TransactionMeta) GetSubmissionSeed() []byte
- func (x *TransactionMeta) GetSubmissionTime() *timestamppb.Timestamp
- func (x *TransactionMeta) GetUsedPackages() []string
- func (x *TransactionMeta) GetWorkflowId() *wrapperspb.StringValue
- func (*TransactionMeta) ProtoMessage()
- func (x *TransactionMeta) ProtoReflect() protoreflect.Message
- func (x *TransactionMeta) Reset()
- func (x *TransactionMeta) String() string
- type TransactionMeta_ByKeyNodes
- func (*TransactionMeta_ByKeyNodes) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMeta_ByKeyNodes) GetByKeyNode() []int32
- func (*TransactionMeta_ByKeyNodes) ProtoMessage()
- func (x *TransactionMeta_ByKeyNodes) ProtoReflect() protoreflect.Message
- func (x *TransactionMeta_ByKeyNodes) Reset()
- func (x *TransactionMeta_ByKeyNodes) String() string
- type TransactionSubmissionTrackingData
- func (*TransactionSubmissionTrackingData) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionSubmissionTrackingData) GetCompletionInfo() *CompletionInfo
- func (x *TransactionSubmissionTrackingData) GetDomainId() *wrapperspb.StringValue
- func (x *TransactionSubmissionTrackingData) GetRejectionCause() *TransactionSubmissionTrackingData_RejectionCause
- func (*TransactionSubmissionTrackingData) ProtoMessage()
- func (x *TransactionSubmissionTrackingData) ProtoReflect() protoreflect.Message
- func (x *TransactionSubmissionTrackingData) Reset()
- func (x *TransactionSubmissionTrackingData) String() string
- type TransactionSubmissionTrackingData_RejectionCause
- func (*TransactionSubmissionTrackingData_RejectionCause) Descriptor() ([]byte, []int)deprecated
- func (m *TransactionSubmissionTrackingData_RejectionCause) GetCause() isTransactionSubmissionTrackingData_RejectionCause_Cause
- func (x *TransactionSubmissionTrackingData_RejectionCause) GetRejectionReasonTemplate() *CommandRejected_GrpcRejectionReasonTemplate
- func (x *TransactionSubmissionTrackingData_RejectionCause) GetTimeout() *emptypb.Empty
- func (*TransactionSubmissionTrackingData_RejectionCause) ProtoMessage()
- func (x *TransactionSubmissionTrackingData_RejectionCause) ProtoReflect() protoreflect.Message
- func (x *TransactionSubmissionTrackingData_RejectionCause) Reset()
- func (x *TransactionSubmissionTrackingData_RejectionCause) String() string
- type TransactionSubmissionTrackingData_RejectionCause_RejectionReasonTemplate
- type TransactionSubmissionTrackingData_RejectionCause_Timeout
- type TransferredIn
- func (*TransferredIn) Descriptor() ([]byte, []int)deprecated
- func (x *TransferredIn) GetCompletionInfo() *CompletionInfo
- func (x *TransferredIn) GetContractMetadata() []byte
- func (x *TransferredIn) GetCreateNode() []byte
- func (x *TransferredIn) GetCreateTransactionAccepted() bool
- func (x *TransferredIn) GetCreatingTransactionId() string
- func (x *TransferredIn) GetHostedStakeholders() []string
- func (x *TransferredIn) GetIsTransferringParticipant() bool
- func (x *TransferredIn) GetLedgerCreateTime() *timestamppb.Timestamp
- func (x *TransferredIn) GetRecordTime() *timestamppb.Timestamp
- func (x *TransferredIn) GetSubmitter() string
- func (x *TransferredIn) GetTargetDomain() string
- func (x *TransferredIn) GetTransferCounter() int64
- func (x *TransferredIn) GetTransferOutId() *v0.TransferId
- func (x *TransferredIn) GetUpdateId() string
- func (x *TransferredIn) GetWorkflowId() string
- func (*TransferredIn) ProtoMessage()
- func (x *TransferredIn) ProtoReflect() protoreflect.Message
- func (x *TransferredIn) Reset()
- func (x *TransferredIn) String() string
- type TransferredOut
- func (*TransferredOut) Descriptor() ([]byte, []int)deprecated
- func (x *TransferredOut) GetCompletionInfo() *CompletionInfo
- func (x *TransferredOut) GetContractId() string
- func (x *TransferredOut) GetContractStakeholders() []string
- func (x *TransferredOut) GetHostedStakeholders() []string
- func (x *TransferredOut) GetIsTransferringParticipant() bool
- func (x *TransferredOut) GetRecordTime() *timestamppb.Timestamp
- func (x *TransferredOut) GetSourceDomain() string
- func (x *TransferredOut) GetSubmitter() string
- func (x *TransferredOut) GetTargetDomain() string
- func (x *TransferredOut) GetTemplateId() string
- func (x *TransferredOut) GetTransferCounter() int64
- func (x *TransferredOut) GetTransferInExclusivity() *timestamppb.Timestamp
- func (x *TransferredOut) GetUpdateId() string
- func (x *TransferredOut) GetWorkflowId() string
- func (*TransferredOut) ProtoMessage()
- func (x *TransferredOut) ProtoReflect() protoreflect.Message
- func (x *TransferredOut) Reset()
- func (x *TransferredOut) String() string
Constants ¶
This section is empty.
Variables ¶
var ( CommandKind_name = map[int32]string{ 0: "Transaction", 1: "TransferOut", 2: "TransferIn", } CommandKind_value = map[string]int32{ "Transaction": 0, "TransferOut": 1, "TransferIn": 2, } )
Enum value maps for CommandKind.
var File_com_digitalasset_canton_participant_protocol_v0_ledger_sync_event_proto protoreflect.FileDescriptor
var File_com_digitalasset_canton_participant_protocol_v0_submission_tracking_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BlindingInfo ¶
type BlindingInfo struct { Disclosure map[int32]*Parties `` /* 162-byte string literal not displayed */ Divulgence map[string]*Parties `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BlindingInfo) Descriptor
deprecated
func (*BlindingInfo) Descriptor() ([]byte, []int)
Deprecated: Use BlindingInfo.ProtoReflect.Descriptor instead.
func (*BlindingInfo) GetDisclosure ¶
func (x *BlindingInfo) GetDisclosure() map[int32]*Parties
func (*BlindingInfo) GetDivulgence ¶
func (x *BlindingInfo) GetDivulgence() map[string]*Parties
func (*BlindingInfo) ProtoMessage ¶
func (*BlindingInfo) ProtoMessage()
func (*BlindingInfo) ProtoReflect ¶
func (x *BlindingInfo) ProtoReflect() protoreflect.Message
func (*BlindingInfo) Reset ¶
func (x *BlindingInfo) Reset()
func (*BlindingInfo) String ¶
func (x *BlindingInfo) String() string
type CommandKind ¶
type CommandKind int32
const ( CommandKind_Transaction CommandKind = 0 CommandKind_TransferOut CommandKind = 1 CommandKind_TransferIn CommandKind = 2 )
func (CommandKind) Descriptor ¶
func (CommandKind) Descriptor() protoreflect.EnumDescriptor
func (CommandKind) Enum ¶
func (x CommandKind) Enum() *CommandKind
func (CommandKind) EnumDescriptor
deprecated
func (CommandKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use CommandKind.Descriptor instead.
func (CommandKind) Number ¶
func (x CommandKind) Number() protoreflect.EnumNumber
func (CommandKind) String ¶
func (x CommandKind) String() string
func (CommandKind) Type ¶
func (CommandKind) Type() protoreflect.EnumType
type CommandRejected ¶
type CommandRejected struct { CompletionInfo *CompletionInfo `protobuf:"bytes,1,opt,name=completion_info,json=completionInfo,proto3" json:"completion_info,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` RejectionReason *CommandRejected_GrpcRejectionReasonTemplate `protobuf:"bytes,3,opt,name=rejection_reason,json=rejectionReason,proto3" json:"rejection_reason,omitempty"` CommandKind CommandKind `` /* 160-byte string literal not displayed */ DomainId *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"` // TODO(#13173) optional for backwards compatibility // contains filtered or unexported fields }
func (*CommandRejected) Descriptor
deprecated
func (*CommandRejected) Descriptor() ([]byte, []int)
Deprecated: Use CommandRejected.ProtoReflect.Descriptor instead.
func (*CommandRejected) GetCommandKind ¶
func (x *CommandRejected) GetCommandKind() CommandKind
func (*CommandRejected) GetCompletionInfo ¶
func (x *CommandRejected) GetCompletionInfo() *CompletionInfo
func (*CommandRejected) GetDomainId ¶
func (x *CommandRejected) GetDomainId() *wrapperspb.StringValue
func (*CommandRejected) GetRecordTime ¶
func (x *CommandRejected) GetRecordTime() *timestamppb.Timestamp
func (*CommandRejected) GetRejectionReason ¶
func (x *CommandRejected) GetRejectionReason() *CommandRejected_GrpcRejectionReasonTemplate
func (*CommandRejected) ProtoMessage ¶
func (*CommandRejected) ProtoMessage()
func (*CommandRejected) ProtoReflect ¶
func (x *CommandRejected) ProtoReflect() protoreflect.Message
func (*CommandRejected) Reset ¶
func (x *CommandRejected) Reset()
func (*CommandRejected) String ¶
func (x *CommandRejected) String() string
type CommandRejected_GrpcRejectionReasonTemplate ¶
type CommandRejected_GrpcRejectionReasonTemplate struct { Status []byte `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
Is always a `com.daml.ledger.participant.state.v2.FinalReason`
func (*CommandRejected_GrpcRejectionReasonTemplate) Descriptor
deprecated
func (*CommandRejected_GrpcRejectionReasonTemplate) Descriptor() ([]byte, []int)
Deprecated: Use CommandRejected_GrpcRejectionReasonTemplate.ProtoReflect.Descriptor instead.
func (*CommandRejected_GrpcRejectionReasonTemplate) GetStatus ¶
func (x *CommandRejected_GrpcRejectionReasonTemplate) GetStatus() []byte
func (*CommandRejected_GrpcRejectionReasonTemplate) ProtoMessage ¶
func (*CommandRejected_GrpcRejectionReasonTemplate) ProtoMessage()
func (*CommandRejected_GrpcRejectionReasonTemplate) ProtoReflect ¶
func (x *CommandRejected_GrpcRejectionReasonTemplate) ProtoReflect() protoreflect.Message
func (*CommandRejected_GrpcRejectionReasonTemplate) Reset ¶
func (x *CommandRejected_GrpcRejectionReasonTemplate) Reset()
func (*CommandRejected_GrpcRejectionReasonTemplate) String ¶
func (x *CommandRejected_GrpcRejectionReasonTemplate) String() string
type CompletionInfo ¶
type CompletionInfo struct { ActAs []string `protobuf:"bytes,1,rep,name=act_as,json=actAs,proto3" json:"act_as,omitempty"` ApplicationId string `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"` CommandId string `protobuf:"bytes,3,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"` OptDeduplicationPeriod *v0.DeduplicationPeriod `protobuf:"bytes,4,opt,name=optDeduplicationPeriod,proto3" json:"optDeduplicationPeriod,omitempty"` SubmissionId string `protobuf:"bytes,5,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // contains filtered or unexported fields }
func (*CompletionInfo) Descriptor
deprecated
func (*CompletionInfo) Descriptor() ([]byte, []int)
Deprecated: Use CompletionInfo.ProtoReflect.Descriptor instead.
func (*CompletionInfo) GetActAs ¶
func (x *CompletionInfo) GetActAs() []string
func (*CompletionInfo) GetApplicationId ¶
func (x *CompletionInfo) GetApplicationId() string
func (*CompletionInfo) GetCommandId ¶
func (x *CompletionInfo) GetCommandId() string
func (*CompletionInfo) GetOptDeduplicationPeriod ¶
func (x *CompletionInfo) GetOptDeduplicationPeriod() *v0.DeduplicationPeriod
func (*CompletionInfo) GetSubmissionId ¶
func (x *CompletionInfo) GetSubmissionId() string
func (*CompletionInfo) ProtoMessage ¶
func (*CompletionInfo) ProtoMessage()
func (*CompletionInfo) ProtoReflect ¶
func (x *CompletionInfo) ProtoReflect() protoreflect.Message
func (*CompletionInfo) Reset ¶
func (x *CompletionInfo) Reset()
func (*CompletionInfo) String ¶
func (x *CompletionInfo) String() string
type Configuration ¶
type Configuration struct { Generation int64 `protobuf:"varint,1,opt,name=generation,proto3" json:"generation,omitempty"` TimeModel *TimeModel `protobuf:"bytes,2,opt,name=time_model,json=timeModel,proto3" json:"time_model,omitempty"` MaxDeduplicationDuration *durationpb.Duration `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Configuration) Descriptor
deprecated
func (*Configuration) Descriptor() ([]byte, []int)
Deprecated: Use Configuration.ProtoReflect.Descriptor instead.
func (*Configuration) GetGeneration ¶
func (x *Configuration) GetGeneration() int64
func (*Configuration) GetMaxDeduplicationDuration ¶
func (x *Configuration) GetMaxDeduplicationDuration() *durationpb.Duration
func (*Configuration) GetTimeModel ¶
func (x *Configuration) GetTimeModel() *TimeModel
func (*Configuration) ProtoMessage ¶
func (*Configuration) ProtoMessage()
func (*Configuration) ProtoReflect ¶
func (x *Configuration) ProtoReflect() protoreflect.Message
func (*Configuration) Reset ¶
func (x *Configuration) Reset()
func (*Configuration) String ¶
func (x *Configuration) String() string
type ConfigurationChangeRejected ¶
type ConfigurationChangeRejected struct { SubmissionId string `protobuf:"bytes,1,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` ParticipantId string `protobuf:"bytes,3,opt,name=participant_id,json=participantId,proto3" json:"participant_id,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=recordTime,proto3" json:"recordTime,omitempty"` ProposedConfiguration *Configuration `protobuf:"bytes,5,opt,name=proposed_configuration,json=proposedConfiguration,proto3" json:"proposed_configuration,omitempty"` // contains filtered or unexported fields }
func (*ConfigurationChangeRejected) Descriptor
deprecated
func (*ConfigurationChangeRejected) Descriptor() ([]byte, []int)
Deprecated: Use ConfigurationChangeRejected.ProtoReflect.Descriptor instead.
func (*ConfigurationChangeRejected) GetParticipantId ¶
func (x *ConfigurationChangeRejected) GetParticipantId() string
func (*ConfigurationChangeRejected) GetProposedConfiguration ¶
func (x *ConfigurationChangeRejected) GetProposedConfiguration() *Configuration
func (*ConfigurationChangeRejected) GetReason ¶
func (x *ConfigurationChangeRejected) GetReason() string
func (*ConfigurationChangeRejected) GetRecordTime ¶
func (x *ConfigurationChangeRejected) GetRecordTime() *timestamppb.Timestamp
func (*ConfigurationChangeRejected) GetSubmissionId ¶
func (x *ConfigurationChangeRejected) GetSubmissionId() string
func (*ConfigurationChangeRejected) ProtoMessage ¶
func (*ConfigurationChangeRejected) ProtoMessage()
func (*ConfigurationChangeRejected) ProtoReflect ¶
func (x *ConfigurationChangeRejected) ProtoReflect() protoreflect.Message
func (*ConfigurationChangeRejected) Reset ¶
func (x *ConfigurationChangeRejected) Reset()
func (*ConfigurationChangeRejected) String ¶
func (x *ConfigurationChangeRejected) String() string
type ConfigurationChanged ¶
type ConfigurationChanged struct { SubmissionId string `protobuf:"bytes,1,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` Configuration *Configuration `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"` ParticipantId string `protobuf:"bytes,3,opt,name=participant_id,json=participantId,proto3" json:"participant_id,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` // contains filtered or unexported fields }
func (*ConfigurationChanged) Descriptor
deprecated
func (*ConfigurationChanged) Descriptor() ([]byte, []int)
Deprecated: Use ConfigurationChanged.ProtoReflect.Descriptor instead.
func (*ConfigurationChanged) GetConfiguration ¶
func (x *ConfigurationChanged) GetConfiguration() *Configuration
func (*ConfigurationChanged) GetParticipantId ¶
func (x *ConfigurationChanged) GetParticipantId() string
func (*ConfigurationChanged) GetRecordTime ¶
func (x *ConfigurationChanged) GetRecordTime() *timestamppb.Timestamp
func (*ConfigurationChanged) GetSubmissionId ¶
func (x *ConfigurationChanged) GetSubmissionId() string
func (*ConfigurationChanged) ProtoMessage ¶
func (*ConfigurationChanged) ProtoMessage()
func (*ConfigurationChanged) ProtoReflect ¶
func (x *ConfigurationChanged) ProtoReflect() protoreflect.Message
func (*ConfigurationChanged) Reset ¶
func (x *ConfigurationChanged) Reset()
func (*ConfigurationChanged) String ¶
func (x *ConfigurationChanged) String() string
type DivulgedContract ¶
type DivulgedContract struct { ContractId string `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"` ContractInst []byte `protobuf:"bytes,2,opt,name=contract_inst,json=contractInst,proto3" json:"contract_inst,omitempty"` // contains filtered or unexported fields }
func (*DivulgedContract) Descriptor
deprecated
func (*DivulgedContract) Descriptor() ([]byte, []int)
Deprecated: Use DivulgedContract.ProtoReflect.Descriptor instead.
func (*DivulgedContract) GetContractId ¶
func (x *DivulgedContract) GetContractId() string
func (*DivulgedContract) GetContractInst ¶
func (x *DivulgedContract) GetContractInst() []byte
func (*DivulgedContract) ProtoMessage ¶
func (*DivulgedContract) ProtoMessage()
func (*DivulgedContract) ProtoReflect ¶
func (x *DivulgedContract) ProtoReflect() protoreflect.Message
func (*DivulgedContract) Reset ¶
func (x *DivulgedContract) Reset()
func (*DivulgedContract) String ¶
func (x *DivulgedContract) String() string
type LedgerSyncEvent ¶
type LedgerSyncEvent struct { // Types that are assignable to Value: // *LedgerSyncEvent_ConfigurationChanged // *LedgerSyncEvent_ConfigurationChangeRejected // *LedgerSyncEvent_PartyAddedToParticipant // *LedgerSyncEvent_PublicPackageUpload // *LedgerSyncEvent_TransactionAccepted // *LedgerSyncEvent_CommandRejected // *LedgerSyncEvent_PartyAllocationRejected // *LedgerSyncEvent_PublicPackageUploadRejected // *LedgerSyncEvent_TransferredOut // *LedgerSyncEvent_TransferredIn Value isLedgerSyncEvent_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
LedgerSyncEvent is a canton type alias for the daml-on-x com.daml.ledger.participant.state.v2.Update
func (*LedgerSyncEvent) Descriptor
deprecated
func (*LedgerSyncEvent) Descriptor() ([]byte, []int)
Deprecated: Use LedgerSyncEvent.ProtoReflect.Descriptor instead.
func (*LedgerSyncEvent) GetCommandRejected ¶
func (x *LedgerSyncEvent) GetCommandRejected() *CommandRejected
func (*LedgerSyncEvent) GetConfigurationChangeRejected ¶
func (x *LedgerSyncEvent) GetConfigurationChangeRejected() *ConfigurationChangeRejected
func (*LedgerSyncEvent) GetConfigurationChanged ¶
func (x *LedgerSyncEvent) GetConfigurationChanged() *ConfigurationChanged
func (*LedgerSyncEvent) GetPartyAddedToParticipant ¶
func (x *LedgerSyncEvent) GetPartyAddedToParticipant() *PartyAddedToParticipant
func (*LedgerSyncEvent) GetPartyAllocationRejected ¶
func (x *LedgerSyncEvent) GetPartyAllocationRejected() *PartyAllocationRejected
func (*LedgerSyncEvent) GetPublicPackageUpload ¶
func (x *LedgerSyncEvent) GetPublicPackageUpload() *PublicPackageUpload
func (*LedgerSyncEvent) GetPublicPackageUploadRejected ¶
func (x *LedgerSyncEvent) GetPublicPackageUploadRejected() *PublicPackageUploadRejected
func (*LedgerSyncEvent) GetTransactionAccepted ¶
func (x *LedgerSyncEvent) GetTransactionAccepted() *TransactionAccepted
func (*LedgerSyncEvent) GetTransferredIn ¶
func (x *LedgerSyncEvent) GetTransferredIn() *TransferredIn
func (*LedgerSyncEvent) GetTransferredOut ¶
func (x *LedgerSyncEvent) GetTransferredOut() *TransferredOut
func (*LedgerSyncEvent) GetValue ¶
func (m *LedgerSyncEvent) GetValue() isLedgerSyncEvent_Value
func (*LedgerSyncEvent) ProtoMessage ¶
func (*LedgerSyncEvent) ProtoMessage()
func (*LedgerSyncEvent) ProtoReflect ¶
func (x *LedgerSyncEvent) ProtoReflect() protoreflect.Message
func (*LedgerSyncEvent) Reset ¶
func (x *LedgerSyncEvent) Reset()
func (*LedgerSyncEvent) String ¶
func (x *LedgerSyncEvent) String() string
type LedgerSyncEvent_CommandRejected ¶
type LedgerSyncEvent_CommandRejected struct {
CommandRejected *CommandRejected `protobuf:"bytes,6,opt,name=command_rejected,json=commandRejected,proto3,oneof"`
}
type LedgerSyncEvent_ConfigurationChangeRejected ¶
type LedgerSyncEvent_ConfigurationChangeRejected struct {
ConfigurationChangeRejected *ConfigurationChangeRejected `protobuf:"bytes,2,opt,name=configuration_change_rejected,json=configurationChangeRejected,proto3,oneof"`
}
type LedgerSyncEvent_ConfigurationChanged ¶
type LedgerSyncEvent_ConfigurationChanged struct {
ConfigurationChanged *ConfigurationChanged `protobuf:"bytes,1,opt,name=configuration_changed,json=configurationChanged,proto3,oneof"`
}
type LedgerSyncEvent_PartyAddedToParticipant ¶
type LedgerSyncEvent_PartyAddedToParticipant struct {
PartyAddedToParticipant *PartyAddedToParticipant `protobuf:"bytes,3,opt,name=party_added_to_participant,json=partyAddedToParticipant,proto3,oneof"`
}
type LedgerSyncEvent_PartyAllocationRejected ¶
type LedgerSyncEvent_PartyAllocationRejected struct {
PartyAllocationRejected *PartyAllocationRejected `protobuf:"bytes,7,opt,name=party_allocation_rejected,json=partyAllocationRejected,proto3,oneof"`
}
type LedgerSyncEvent_PublicPackageUpload ¶
type LedgerSyncEvent_PublicPackageUpload struct {
PublicPackageUpload *PublicPackageUpload `protobuf:"bytes,4,opt,name=public_package_upload,json=publicPackageUpload,proto3,oneof"`
}
type LedgerSyncEvent_PublicPackageUploadRejected ¶
type LedgerSyncEvent_PublicPackageUploadRejected struct {
PublicPackageUploadRejected *PublicPackageUploadRejected `protobuf:"bytes,8,opt,name=public_package_upload_rejected,json=publicPackageUploadRejected,proto3,oneof"`
}
type LedgerSyncEvent_TransactionAccepted ¶
type LedgerSyncEvent_TransactionAccepted struct {
TransactionAccepted *TransactionAccepted `protobuf:"bytes,5,opt,name=transaction_accepted,json=transactionAccepted,proto3,oneof"`
}
type LedgerSyncEvent_TransferredIn ¶
type LedgerSyncEvent_TransferredIn struct {
TransferredIn *TransferredIn `protobuf:"bytes,10,opt,name=transferred_in,json=transferredIn,proto3,oneof"`
}
type LedgerSyncEvent_TransferredOut ¶
type LedgerSyncEvent_TransferredOut struct {
TransferredOut *TransferredOut `protobuf:"bytes,9,opt,name=transferred_out,json=transferredOut,proto3,oneof"`
}
type NodeSeed ¶
type NodeSeed struct { NodeIndex int32 `protobuf:"varint,1,opt,name=node_index,json=nodeIndex,proto3" json:"node_index,omitempty"` NodeSeed []byte `protobuf:"bytes,2,opt,name=node_seed,json=nodeSeed,proto3" json:"node_seed,omitempty"` // contains filtered or unexported fields }
func (*NodeSeed) Descriptor
deprecated
func (*NodeSeed) GetNodeIndex ¶
func (*NodeSeed) GetNodeSeed ¶
func (*NodeSeed) ProtoMessage ¶
func (*NodeSeed) ProtoMessage()
func (*NodeSeed) ProtoReflect ¶
func (x *NodeSeed) ProtoReflect() protoreflect.Message
type Parties ¶
type Parties struct { Parties []string `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"` // contains filtered or unexported fields }
func (*Parties) Descriptor
deprecated
func (*Parties) GetParties ¶
func (*Parties) ProtoMessage ¶
func (*Parties) ProtoMessage()
func (*Parties) ProtoReflect ¶
func (x *Parties) ProtoReflect() protoreflect.Message
type PartyAddedToParticipant ¶
type PartyAddedToParticipant struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` ParticipantId string `protobuf:"bytes,3,opt,name=participant_id,json=participantId,proto3" json:"participant_id,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` SubmissionId string `protobuf:"bytes,5,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // contains filtered or unexported fields }
func (*PartyAddedToParticipant) Descriptor
deprecated
func (*PartyAddedToParticipant) Descriptor() ([]byte, []int)
Deprecated: Use PartyAddedToParticipant.ProtoReflect.Descriptor instead.
func (*PartyAddedToParticipant) GetDisplayName ¶
func (x *PartyAddedToParticipant) GetDisplayName() string
func (*PartyAddedToParticipant) GetParticipantId ¶
func (x *PartyAddedToParticipant) GetParticipantId() string
func (*PartyAddedToParticipant) GetParty ¶
func (x *PartyAddedToParticipant) GetParty() string
func (*PartyAddedToParticipant) GetRecordTime ¶
func (x *PartyAddedToParticipant) GetRecordTime() *timestamppb.Timestamp
func (*PartyAddedToParticipant) GetSubmissionId ¶
func (x *PartyAddedToParticipant) GetSubmissionId() string
func (*PartyAddedToParticipant) ProtoMessage ¶
func (*PartyAddedToParticipant) ProtoMessage()
func (*PartyAddedToParticipant) ProtoReflect ¶
func (x *PartyAddedToParticipant) ProtoReflect() protoreflect.Message
func (*PartyAddedToParticipant) Reset ¶
func (x *PartyAddedToParticipant) Reset()
func (*PartyAddedToParticipant) String ¶
func (x *PartyAddedToParticipant) String() string
type PartyAllocationRejected ¶
type PartyAllocationRejected struct { SubmissionId string `protobuf:"bytes,1,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` ParticipantId string `protobuf:"bytes,2,opt,name=participant_id,json=participantId,proto3" json:"participant_id,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` RejectionReason string `protobuf:"bytes,4,opt,name=rejection_reason,json=rejectionReason,proto3" json:"rejection_reason,omitempty"` // contains filtered or unexported fields }
func (*PartyAllocationRejected) Descriptor
deprecated
func (*PartyAllocationRejected) Descriptor() ([]byte, []int)
Deprecated: Use PartyAllocationRejected.ProtoReflect.Descriptor instead.
func (*PartyAllocationRejected) GetParticipantId ¶
func (x *PartyAllocationRejected) GetParticipantId() string
func (*PartyAllocationRejected) GetRecordTime ¶
func (x *PartyAllocationRejected) GetRecordTime() *timestamppb.Timestamp
func (*PartyAllocationRejected) GetRejectionReason ¶
func (x *PartyAllocationRejected) GetRejectionReason() string
func (*PartyAllocationRejected) GetSubmissionId ¶
func (x *PartyAllocationRejected) GetSubmissionId() string
func (*PartyAllocationRejected) ProtoMessage ¶
func (*PartyAllocationRejected) ProtoMessage()
func (*PartyAllocationRejected) ProtoReflect ¶
func (x *PartyAllocationRejected) ProtoReflect() protoreflect.Message
func (*PartyAllocationRejected) Reset ¶
func (x *PartyAllocationRejected) Reset()
func (*PartyAllocationRejected) String ¶
func (x *PartyAllocationRejected) String() string
type PublicPackageUpload ¶
type PublicPackageUpload struct { Archives [][]byte `protobuf:"bytes,1,rep,name=archives,proto3" json:"archives,omitempty"` SourceDescription *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=source_description,json=sourceDescription,proto3" json:"source_description,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` SubmissionId string `protobuf:"bytes,4,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // contains filtered or unexported fields }
func (*PublicPackageUpload) Descriptor
deprecated
func (*PublicPackageUpload) Descriptor() ([]byte, []int)
Deprecated: Use PublicPackageUpload.ProtoReflect.Descriptor instead.
func (*PublicPackageUpload) GetArchives ¶
func (x *PublicPackageUpload) GetArchives() [][]byte
func (*PublicPackageUpload) GetRecordTime ¶
func (x *PublicPackageUpload) GetRecordTime() *timestamppb.Timestamp
func (*PublicPackageUpload) GetSourceDescription ¶
func (x *PublicPackageUpload) GetSourceDescription() *wrapperspb.StringValue
func (*PublicPackageUpload) GetSubmissionId ¶
func (x *PublicPackageUpload) GetSubmissionId() string
func (*PublicPackageUpload) ProtoMessage ¶
func (*PublicPackageUpload) ProtoMessage()
func (*PublicPackageUpload) ProtoReflect ¶
func (x *PublicPackageUpload) ProtoReflect() protoreflect.Message
func (*PublicPackageUpload) Reset ¶
func (x *PublicPackageUpload) Reset()
func (*PublicPackageUpload) String ¶
func (x *PublicPackageUpload) String() string
type PublicPackageUploadRejected ¶
type PublicPackageUploadRejected struct { SubmissionId string `protobuf:"bytes,1,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` RejectionReason string `protobuf:"bytes,3,opt,name=rejection_reason,json=rejectionReason,proto3" json:"rejection_reason,omitempty"` // contains filtered or unexported fields }
func (*PublicPackageUploadRejected) Descriptor
deprecated
func (*PublicPackageUploadRejected) Descriptor() ([]byte, []int)
Deprecated: Use PublicPackageUploadRejected.ProtoReflect.Descriptor instead.
func (*PublicPackageUploadRejected) GetRecordTime ¶
func (x *PublicPackageUploadRejected) GetRecordTime() *timestamppb.Timestamp
func (*PublicPackageUploadRejected) GetRejectionReason ¶
func (x *PublicPackageUploadRejected) GetRejectionReason() string
func (*PublicPackageUploadRejected) GetSubmissionId ¶
func (x *PublicPackageUploadRejected) GetSubmissionId() string
func (*PublicPackageUploadRejected) ProtoMessage ¶
func (*PublicPackageUploadRejected) ProtoMessage()
func (*PublicPackageUploadRejected) ProtoReflect ¶
func (x *PublicPackageUploadRejected) ProtoReflect() protoreflect.Message
func (*PublicPackageUploadRejected) Reset ¶
func (x *PublicPackageUploadRejected) Reset()
func (*PublicPackageUploadRejected) String ¶
func (x *PublicPackageUploadRejected) String() string
type SubmissionTrackingData ¶
type SubmissionTrackingData struct { // using a oneof as an extension point for other tracking types in the future // // Types that are assignable to Tracking: // *SubmissionTrackingData_Transaction Tracking isSubmissionTrackingData_Tracking `protobuf_oneof:"tracking"` // contains filtered or unexported fields }
func (*SubmissionTrackingData) Descriptor
deprecated
func (*SubmissionTrackingData) Descriptor() ([]byte, []int)
Deprecated: Use SubmissionTrackingData.ProtoReflect.Descriptor instead.
func (*SubmissionTrackingData) GetTracking ¶
func (m *SubmissionTrackingData) GetTracking() isSubmissionTrackingData_Tracking
func (*SubmissionTrackingData) GetTransaction ¶
func (x *SubmissionTrackingData) GetTransaction() *TransactionSubmissionTrackingData
func (*SubmissionTrackingData) ProtoMessage ¶
func (*SubmissionTrackingData) ProtoMessage()
func (*SubmissionTrackingData) ProtoReflect ¶
func (x *SubmissionTrackingData) ProtoReflect() protoreflect.Message
func (*SubmissionTrackingData) Reset ¶
func (x *SubmissionTrackingData) Reset()
func (*SubmissionTrackingData) String ¶
func (x *SubmissionTrackingData) String() string
type SubmissionTrackingData_Transaction ¶
type SubmissionTrackingData_Transaction struct {
Transaction *TransactionSubmissionTrackingData `protobuf:"bytes,1,opt,name=transaction,proto3,oneof"`
}
type TimeModel ¶
type TimeModel struct { AvgTransactionLatency *durationpb.Duration `` /* 126-byte string literal not displayed */ MinSkew *durationpb.Duration `protobuf:"bytes,2,opt,name=min_skew,json=minSkew,proto3" json:"min_skew,omitempty"` MaxSkew *durationpb.Duration `protobuf:"bytes,3,opt,name=max_skew,json=maxSkew,proto3" json:"max_skew,omitempty"` // contains filtered or unexported fields }
func (*TimeModel) Descriptor
deprecated
func (*TimeModel) GetAvgTransactionLatency ¶
func (x *TimeModel) GetAvgTransactionLatency() *durationpb.Duration
func (*TimeModel) GetMaxSkew ¶
func (x *TimeModel) GetMaxSkew() *durationpb.Duration
func (*TimeModel) GetMinSkew ¶
func (x *TimeModel) GetMinSkew() *durationpb.Duration
func (*TimeModel) ProtoMessage ¶
func (*TimeModel) ProtoMessage()
func (*TimeModel) ProtoReflect ¶
func (x *TimeModel) ProtoReflect() protoreflect.Message
type TransactionAccepted ¶
type TransactionAccepted struct { CompletionInfo *CompletionInfo `protobuf:"bytes,1,opt,name=completion_info,json=completionInfo,proto3" json:"completion_info,omitempty"` TransactionMeta *TransactionMeta `protobuf:"bytes,2,opt,name=transaction_meta,json=transactionMeta,proto3" json:"transaction_meta,omitempty"` Transaction []byte `protobuf:"bytes,3,opt,name=transaction,proto3" json:"transaction,omitempty"` TransactionId string `protobuf:"bytes,4,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` DivulgedContracts []*DivulgedContract `protobuf:"bytes,6,rep,name=divulged_contracts,json=divulgedContracts,proto3" json:"divulged_contracts,omitempty"` BlindingInfo *BlindingInfo `protobuf:"bytes,7,opt,name=blinding_info,json=blindingInfo,proto3" json:"blinding_info,omitempty"` // optional ContractMetadata map[string][]byte `` //optional /* 197-byte string literal not displayed */ HostedWitnesses []string `protobuf:"bytes,9,rep,name=hosted_witnesses,json=hostedWitnesses,proto3" json:"hosted_witnesses,omitempty"` // not empty in case multi-domain deployment, empty otherwise // contains filtered or unexported fields }
func (*TransactionAccepted) Descriptor
deprecated
func (*TransactionAccepted) Descriptor() ([]byte, []int)
Deprecated: Use TransactionAccepted.ProtoReflect.Descriptor instead.
func (*TransactionAccepted) GetBlindingInfo ¶
func (x *TransactionAccepted) GetBlindingInfo() *BlindingInfo
func (*TransactionAccepted) GetCompletionInfo ¶
func (x *TransactionAccepted) GetCompletionInfo() *CompletionInfo
func (*TransactionAccepted) GetContractMetadata ¶
func (x *TransactionAccepted) GetContractMetadata() map[string][]byte
func (*TransactionAccepted) GetDivulgedContracts ¶
func (x *TransactionAccepted) GetDivulgedContracts() []*DivulgedContract
func (*TransactionAccepted) GetHostedWitnesses ¶
func (x *TransactionAccepted) GetHostedWitnesses() []string
func (*TransactionAccepted) GetRecordTime ¶
func (x *TransactionAccepted) GetRecordTime() *timestamppb.Timestamp
func (*TransactionAccepted) GetTransaction ¶
func (x *TransactionAccepted) GetTransaction() []byte
func (*TransactionAccepted) GetTransactionId ¶
func (x *TransactionAccepted) GetTransactionId() string
func (*TransactionAccepted) GetTransactionMeta ¶
func (x *TransactionAccepted) GetTransactionMeta() *TransactionMeta
func (*TransactionAccepted) ProtoMessage ¶
func (*TransactionAccepted) ProtoMessage()
func (*TransactionAccepted) ProtoReflect ¶
func (x *TransactionAccepted) ProtoReflect() protoreflect.Message
func (*TransactionAccepted) Reset ¶
func (x *TransactionAccepted) Reset()
func (*TransactionAccepted) String ¶
func (x *TransactionAccepted) String() string
type TransactionMeta ¶
type TransactionMeta struct { LedgerTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ledger_time,json=ledgerTime,proto3" json:"ledger_time,omitempty"` WorkflowId *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` SubmissionTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=submission_time,json=submissionTime,proto3" json:"submission_time,omitempty"` SubmissionSeed []byte `protobuf:"bytes,4,opt,name=submission_seed,json=submissionSeed,proto3" json:"submission_seed,omitempty"` UsedPackages []string `protobuf:"bytes,5,rep,name=used_packages,json=usedPackages,proto3" json:"used_packages,omitempty"` NodeSeeds []*NodeSeed `protobuf:"bytes,6,rep,name=node_seeds,json=nodeSeeds,proto3" json:"node_seeds,omitempty"` ByKeyNodes *TransactionMeta_ByKeyNodes `protobuf:"bytes,7,opt,name=by_key_nodes,json=byKeyNodes,proto3" json:"by_key_nodes,omitempty"` // optional DomainId *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"` // TODO(#13173) optional for backwards compatibility // contains filtered or unexported fields }
func (*TransactionMeta) Descriptor
deprecated
func (*TransactionMeta) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMeta.ProtoReflect.Descriptor instead.
func (*TransactionMeta) GetByKeyNodes ¶
func (x *TransactionMeta) GetByKeyNodes() *TransactionMeta_ByKeyNodes
func (*TransactionMeta) GetDomainId ¶
func (x *TransactionMeta) GetDomainId() *wrapperspb.StringValue
func (*TransactionMeta) GetLedgerTime ¶
func (x *TransactionMeta) GetLedgerTime() *timestamppb.Timestamp
func (*TransactionMeta) GetNodeSeeds ¶
func (x *TransactionMeta) GetNodeSeeds() []*NodeSeed
func (*TransactionMeta) GetSubmissionSeed ¶
func (x *TransactionMeta) GetSubmissionSeed() []byte
func (*TransactionMeta) GetSubmissionTime ¶
func (x *TransactionMeta) GetSubmissionTime() *timestamppb.Timestamp
func (*TransactionMeta) GetUsedPackages ¶
func (x *TransactionMeta) GetUsedPackages() []string
func (*TransactionMeta) GetWorkflowId ¶
func (x *TransactionMeta) GetWorkflowId() *wrapperspb.StringValue
func (*TransactionMeta) ProtoMessage ¶
func (*TransactionMeta) ProtoMessage()
func (*TransactionMeta) ProtoReflect ¶
func (x *TransactionMeta) ProtoReflect() protoreflect.Message
func (*TransactionMeta) Reset ¶
func (x *TransactionMeta) Reset()
func (*TransactionMeta) String ¶
func (x *TransactionMeta) String() string
type TransactionMeta_ByKeyNodes ¶
type TransactionMeta_ByKeyNodes struct { ByKeyNode []int32 `protobuf:"varint,1,rep,packed,name=by_key_node,json=byKeyNode,proto3" json:"by_key_node,omitempty"` // contains filtered or unexported fields }
func (*TransactionMeta_ByKeyNodes) Descriptor
deprecated
func (*TransactionMeta_ByKeyNodes) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMeta_ByKeyNodes.ProtoReflect.Descriptor instead.
func (*TransactionMeta_ByKeyNodes) GetByKeyNode ¶
func (x *TransactionMeta_ByKeyNodes) GetByKeyNode() []int32
func (*TransactionMeta_ByKeyNodes) ProtoMessage ¶
func (*TransactionMeta_ByKeyNodes) ProtoMessage()
func (*TransactionMeta_ByKeyNodes) ProtoReflect ¶
func (x *TransactionMeta_ByKeyNodes) ProtoReflect() protoreflect.Message
func (*TransactionMeta_ByKeyNodes) Reset ¶
func (x *TransactionMeta_ByKeyNodes) Reset()
func (*TransactionMeta_ByKeyNodes) String ¶
func (x *TransactionMeta_ByKeyNodes) String() string
type TransactionSubmissionTrackingData ¶
type TransactionSubmissionTrackingData struct { CompletionInfo *CompletionInfo `protobuf:"bytes,1,opt,name=completion_info,json=completionInfo,proto3" json:"completion_info,omitempty"` RejectionCause *TransactionSubmissionTrackingData_RejectionCause `protobuf:"bytes,2,opt,name=rejection_cause,json=rejectionCause,proto3" json:"rejection_cause,omitempty"` DomainId *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"` // optional for backwards compatibility // contains filtered or unexported fields }
func (*TransactionSubmissionTrackingData) Descriptor
deprecated
func (*TransactionSubmissionTrackingData) Descriptor() ([]byte, []int)
Deprecated: Use TransactionSubmissionTrackingData.ProtoReflect.Descriptor instead.
func (*TransactionSubmissionTrackingData) GetCompletionInfo ¶
func (x *TransactionSubmissionTrackingData) GetCompletionInfo() *CompletionInfo
func (*TransactionSubmissionTrackingData) GetDomainId ¶
func (x *TransactionSubmissionTrackingData) GetDomainId() *wrapperspb.StringValue
func (*TransactionSubmissionTrackingData) GetRejectionCause ¶
func (x *TransactionSubmissionTrackingData) GetRejectionCause() *TransactionSubmissionTrackingData_RejectionCause
func (*TransactionSubmissionTrackingData) ProtoMessage ¶
func (*TransactionSubmissionTrackingData) ProtoMessage()
func (*TransactionSubmissionTrackingData) ProtoReflect ¶
func (x *TransactionSubmissionTrackingData) ProtoReflect() protoreflect.Message
func (*TransactionSubmissionTrackingData) Reset ¶
func (x *TransactionSubmissionTrackingData) Reset()
func (*TransactionSubmissionTrackingData) String ¶
func (x *TransactionSubmissionTrackingData) String() string
type TransactionSubmissionTrackingData_RejectionCause ¶
type TransactionSubmissionTrackingData_RejectionCause struct { // Types that are assignable to Cause: // *TransactionSubmissionTrackingData_RejectionCause_Timeout // *TransactionSubmissionTrackingData_RejectionCause_RejectionReasonTemplate Cause isTransactionSubmissionTrackingData_RejectionCause_Cause `protobuf_oneof:"cause"` // contains filtered or unexported fields }
func (*TransactionSubmissionTrackingData_RejectionCause) Descriptor
deprecated
func (*TransactionSubmissionTrackingData_RejectionCause) Descriptor() ([]byte, []int)
Deprecated: Use TransactionSubmissionTrackingData_RejectionCause.ProtoReflect.Descriptor instead.
func (*TransactionSubmissionTrackingData_RejectionCause) GetCause ¶
func (m *TransactionSubmissionTrackingData_RejectionCause) GetCause() isTransactionSubmissionTrackingData_RejectionCause_Cause
func (*TransactionSubmissionTrackingData_RejectionCause) GetRejectionReasonTemplate ¶
func (x *TransactionSubmissionTrackingData_RejectionCause) GetRejectionReasonTemplate() *CommandRejected_GrpcRejectionReasonTemplate
func (*TransactionSubmissionTrackingData_RejectionCause) GetTimeout ¶
func (x *TransactionSubmissionTrackingData_RejectionCause) GetTimeout() *emptypb.Empty
func (*TransactionSubmissionTrackingData_RejectionCause) ProtoMessage ¶
func (*TransactionSubmissionTrackingData_RejectionCause) ProtoMessage()
func (*TransactionSubmissionTrackingData_RejectionCause) ProtoReflect ¶
func (x *TransactionSubmissionTrackingData_RejectionCause) ProtoReflect() protoreflect.Message
func (*TransactionSubmissionTrackingData_RejectionCause) Reset ¶
func (x *TransactionSubmissionTrackingData_RejectionCause) Reset()
func (*TransactionSubmissionTrackingData_RejectionCause) String ¶
func (x *TransactionSubmissionTrackingData_RejectionCause) String() string
type TransactionSubmissionTrackingData_RejectionCause_RejectionReasonTemplate ¶
type TransactionSubmissionTrackingData_RejectionCause_RejectionReasonTemplate struct {
RejectionReasonTemplate *CommandRejected_GrpcRejectionReasonTemplate `protobuf:"bytes,2,opt,name=rejection_reason_template,json=rejectionReasonTemplate,proto3,oneof"`
}
type TransferredIn ¶
type TransferredIn struct { UpdateId string `protobuf:"bytes,1,opt,name=update_id,json=updateId,proto3" json:"update_id,omitempty"` CompletionInfo *CompletionInfo `protobuf:"bytes,2,opt,name=completion_info,json=completionInfo,proto3" json:"completion_info,omitempty"` // optional Submitter string `protobuf:"bytes,3,opt,name=submitter,proto3" json:"submitter,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` LedgerCreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=ledger_create_time,json=ledgerCreateTime,proto3" json:"ledger_create_time,omitempty"` CreateNode []byte `protobuf:"bytes,6,opt,name=create_node,json=createNode,proto3" json:"create_node,omitempty"` CreatingTransactionId string `` /* 126-byte string literal not displayed */ ContractMetadata []byte `protobuf:"bytes,8,opt,name=contract_metadata,json=contractMetadata,proto3" json:"contract_metadata,omitempty"` TransferOutId *v0.TransferId `protobuf:"bytes,9,opt,name=transfer_out_id,json=transferOutId,proto3" json:"transfer_out_id,omitempty"` TargetDomain string `protobuf:"bytes,10,opt,name=target_domain,json=targetDomain,proto3" json:"target_domain,omitempty"` CreateTransactionAccepted bool `` /* 140-byte string literal not displayed */ WorkflowId string `protobuf:"bytes,12,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` // optional IsTransferringParticipant bool `` /* 140-byte string literal not displayed */ HostedStakeholders []string `protobuf:"bytes,14,rep,name=hosted_stakeholders,json=hostedStakeholders,proto3" json:"hosted_stakeholders,omitempty"` TransferCounter int64 `protobuf:"varint,15,opt,name=transfer_counter,json=transferCounter,proto3" json:"transfer_counter,omitempty"` // contains filtered or unexported fields }
func (*TransferredIn) Descriptor
deprecated
func (*TransferredIn) Descriptor() ([]byte, []int)
Deprecated: Use TransferredIn.ProtoReflect.Descriptor instead.
func (*TransferredIn) GetCompletionInfo ¶
func (x *TransferredIn) GetCompletionInfo() *CompletionInfo
func (*TransferredIn) GetContractMetadata ¶
func (x *TransferredIn) GetContractMetadata() []byte
func (*TransferredIn) GetCreateNode ¶
func (x *TransferredIn) GetCreateNode() []byte
func (*TransferredIn) GetCreateTransactionAccepted ¶
func (x *TransferredIn) GetCreateTransactionAccepted() bool
func (*TransferredIn) GetCreatingTransactionId ¶
func (x *TransferredIn) GetCreatingTransactionId() string
func (*TransferredIn) GetHostedStakeholders ¶
func (x *TransferredIn) GetHostedStakeholders() []string
func (*TransferredIn) GetIsTransferringParticipant ¶
func (x *TransferredIn) GetIsTransferringParticipant() bool
func (*TransferredIn) GetLedgerCreateTime ¶
func (x *TransferredIn) GetLedgerCreateTime() *timestamppb.Timestamp
func (*TransferredIn) GetRecordTime ¶
func (x *TransferredIn) GetRecordTime() *timestamppb.Timestamp
func (*TransferredIn) GetSubmitter ¶
func (x *TransferredIn) GetSubmitter() string
func (*TransferredIn) GetTargetDomain ¶
func (x *TransferredIn) GetTargetDomain() string
func (*TransferredIn) GetTransferCounter ¶
func (x *TransferredIn) GetTransferCounter() int64
func (*TransferredIn) GetTransferOutId ¶
func (x *TransferredIn) GetTransferOutId() *v0.TransferId
func (*TransferredIn) GetUpdateId ¶
func (x *TransferredIn) GetUpdateId() string
func (*TransferredIn) GetWorkflowId ¶
func (x *TransferredIn) GetWorkflowId() string
func (*TransferredIn) ProtoMessage ¶
func (*TransferredIn) ProtoMessage()
func (*TransferredIn) ProtoReflect ¶
func (x *TransferredIn) ProtoReflect() protoreflect.Message
func (*TransferredIn) Reset ¶
func (x *TransferredIn) Reset()
func (*TransferredIn) String ¶
func (x *TransferredIn) String() string
type TransferredOut ¶
type TransferredOut struct { UpdateId string `protobuf:"bytes,1,opt,name=update_id,json=updateId,proto3" json:"update_id,omitempty"` CompletionInfo *CompletionInfo `protobuf:"bytes,2,opt,name=completion_info,json=completionInfo,proto3" json:"completion_info,omitempty"` // optional Submitter string `protobuf:"bytes,3,opt,name=submitter,proto3" json:"submitter,omitempty"` RecordTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=record_time,json=recordTime,proto3" json:"record_time,omitempty"` ContractId string `protobuf:"bytes,5,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"` ContractStakeholders []string `protobuf:"bytes,6,rep,name=contract_stakeholders,json=contractStakeholders,proto3" json:"contract_stakeholders,omitempty"` SourceDomain string `protobuf:"bytes,7,opt,name=source_domain,json=sourceDomain,proto3" json:"source_domain,omitempty"` TargetDomain string `protobuf:"bytes,8,opt,name=target_domain,json=targetDomain,proto3" json:"target_domain,omitempty"` TransferInExclusivity *timestamppb.Timestamp `` /* 126-byte string literal not displayed */ WorkflowId string `protobuf:"bytes,10,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` // optional TemplateId string `protobuf:"bytes,11,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // optional IsTransferringParticipant bool `` /* 140-byte string literal not displayed */ HostedStakeholders []string `protobuf:"bytes,13,rep,name=hosted_stakeholders,json=hostedStakeholders,proto3" json:"hosted_stakeholders,omitempty"` TransferCounter int64 `protobuf:"varint,14,opt,name=transfer_counter,json=transferCounter,proto3" json:"transfer_counter,omitempty"` // contains filtered or unexported fields }
func (*TransferredOut) Descriptor
deprecated
func (*TransferredOut) Descriptor() ([]byte, []int)
Deprecated: Use TransferredOut.ProtoReflect.Descriptor instead.
func (*TransferredOut) GetCompletionInfo ¶
func (x *TransferredOut) GetCompletionInfo() *CompletionInfo
func (*TransferredOut) GetContractId ¶
func (x *TransferredOut) GetContractId() string
func (*TransferredOut) GetContractStakeholders ¶
func (x *TransferredOut) GetContractStakeholders() []string
func (*TransferredOut) GetHostedStakeholders ¶
func (x *TransferredOut) GetHostedStakeholders() []string
func (*TransferredOut) GetIsTransferringParticipant ¶
func (x *TransferredOut) GetIsTransferringParticipant() bool
func (*TransferredOut) GetRecordTime ¶
func (x *TransferredOut) GetRecordTime() *timestamppb.Timestamp
func (*TransferredOut) GetSourceDomain ¶
func (x *TransferredOut) GetSourceDomain() string
func (*TransferredOut) GetSubmitter ¶
func (x *TransferredOut) GetSubmitter() string
func (*TransferredOut) GetTargetDomain ¶
func (x *TransferredOut) GetTargetDomain() string
func (*TransferredOut) GetTemplateId ¶
func (x *TransferredOut) GetTemplateId() string
func (*TransferredOut) GetTransferCounter ¶
func (x *TransferredOut) GetTransferCounter() int64
func (*TransferredOut) GetTransferInExclusivity ¶
func (x *TransferredOut) GetTransferInExclusivity() *timestamppb.Timestamp
func (*TransferredOut) GetUpdateId ¶
func (x *TransferredOut) GetUpdateId() string
func (*TransferredOut) GetWorkflowId ¶
func (x *TransferredOut) GetWorkflowId() string
func (*TransferredOut) ProtoMessage ¶
func (*TransferredOut) ProtoMessage()
func (*TransferredOut) ProtoReflect ¶
func (x *TransferredOut) ProtoReflect() protoreflect.Message
func (*TransferredOut) Reset ¶
func (x *TransferredOut) Reset()
func (*TransferredOut) String ¶
func (x *TransferredOut) String() string