v3

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_com_digitalasset_canton_protocol_v3_participant_transaction_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v3_synchronization_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EnvelopeContent

type EnvelopeContent struct {

	// Types that are assignable to SomeEnvelopeContent:
	//	*EnvelopeContent_InformeeMessage
	//	*EnvelopeContent_EncryptedViewMessage
	//	*EnvelopeContent_DomainTopologyTransactionMessage
	//	*EnvelopeContent_TransferOutMediatorMessage
	//	*EnvelopeContent_TransferInMediatorMessage
	//	*EnvelopeContent_RootHashMessage
	//	*EnvelopeContent_RegisterTopologyTransactionRequest
	//	*EnvelopeContent_RegisterTopologyTransactionResponse
	//	*EnvelopeContent_RegisterTopologyTransactionRequestX
	//	*EnvelopeContent_RegisterTopologyTransactionResponseX
	//	*EnvelopeContent_AcceptedTopologyTransactions
	SomeEnvelopeContent isEnvelopeContent_SomeEnvelopeContent `protobuf_oneof:"some_envelope_content"`
	// contains filtered or unexported fields
}

func (*EnvelopeContent) Descriptor deprecated

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

Deprecated: Use EnvelopeContent.ProtoReflect.Descriptor instead.

func (*EnvelopeContent) GetAcceptedTopologyTransactions

func (x *EnvelopeContent) GetAcceptedTopologyTransactions() *v2.AcceptedTopologyTransactionsX

func (*EnvelopeContent) GetDomainTopologyTransactionMessage

func (x *EnvelopeContent) GetDomainTopologyTransactionMessage() *v1.DomainTopologyTransactionMessage

func (*EnvelopeContent) GetEncryptedViewMessage

func (x *EnvelopeContent) GetEncryptedViewMessage() *v1.EncryptedViewMessage

func (*EnvelopeContent) GetInformeeMessage

func (x *EnvelopeContent) GetInformeeMessage() *v1.InformeeMessage

func (*EnvelopeContent) GetRegisterTopologyTransactionRequest

func (x *EnvelopeContent) GetRegisterTopologyTransactionRequest() *v0.RegisterTopologyTransactionRequest

func (*EnvelopeContent) GetRegisterTopologyTransactionRequestX

func (x *EnvelopeContent) GetRegisterTopologyTransactionRequestX() *v2.RegisterTopologyTransactionRequestX

func (*EnvelopeContent) GetRegisterTopologyTransactionResponse

func (x *EnvelopeContent) GetRegisterTopologyTransactionResponse() *v1.RegisterTopologyTransactionResponse

func (*EnvelopeContent) GetRegisterTopologyTransactionResponseX

func (x *EnvelopeContent) GetRegisterTopologyTransactionResponseX() *v2.RegisterTopologyTransactionResponseX

func (*EnvelopeContent) GetRootHashMessage

func (x *EnvelopeContent) GetRootHashMessage() *v0.RootHashMessage

func (*EnvelopeContent) GetSomeEnvelopeContent

func (m *EnvelopeContent) GetSomeEnvelopeContent() isEnvelopeContent_SomeEnvelopeContent

func (*EnvelopeContent) GetTransferInMediatorMessage

func (x *EnvelopeContent) GetTransferInMediatorMessage() *v1.TransferInMediatorMessage

func (*EnvelopeContent) GetTransferOutMediatorMessage

func (x *EnvelopeContent) GetTransferOutMediatorMessage() *v1.TransferOutMediatorMessage

func (*EnvelopeContent) ProtoMessage

func (*EnvelopeContent) ProtoMessage()

func (*EnvelopeContent) ProtoReflect

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

func (*EnvelopeContent) Reset

func (x *EnvelopeContent) Reset()

func (*EnvelopeContent) String

func (x *EnvelopeContent) String() string

type EnvelopeContent_AcceptedTopologyTransactions

type EnvelopeContent_AcceptedTopologyTransactions struct {
	AcceptedTopologyTransactions *v2.AcceptedTopologyTransactionsX `protobuf:"bytes,14,opt,name=accepted_topology_transactions,json=acceptedTopologyTransactions,proto3,oneof"`
}

type EnvelopeContent_DomainTopologyTransactionMessage

type EnvelopeContent_DomainTopologyTransactionMessage struct {
	// TODO(#9014) remove once we move to 3.0
	DomainTopologyTransactionMessage *v1.DomainTopologyTransactionMessage `protobuf:"bytes,5,opt,name=domain_topology_transaction_message,json=domainTopologyTransactionMessage,proto3,oneof"`
}

type EnvelopeContent_EncryptedViewMessage

type EnvelopeContent_EncryptedViewMessage struct {
	// Removed field signed_message in v2
	EncryptedViewMessage *v1.EncryptedViewMessage `protobuf:"bytes,3,opt,name=encrypted_view_message,json=encryptedViewMessage,proto3,oneof"`
}

type EnvelopeContent_InformeeMessage

type EnvelopeContent_InformeeMessage struct {
	InformeeMessage *v1.InformeeMessage `protobuf:"bytes,1,opt,name=informee_message,json=informeeMessage,proto3,oneof"`
}

type EnvelopeContent_RegisterTopologyTransactionRequest

type EnvelopeContent_RegisterTopologyTransactionRequest struct {
	// TODO(#9014) remove once we move to 3.0
	RegisterTopologyTransactionRequest *v0.RegisterTopologyTransactionRequest `protobuf:"bytes,9,opt,name=register_topology_transaction_request,json=registerTopologyTransactionRequest,proto3,oneof"`
}

type EnvelopeContent_RegisterTopologyTransactionRequestX

type EnvelopeContent_RegisterTopologyTransactionRequestX struct {
	// Removed field causality_update in v2
	RegisterTopologyTransactionRequestX *v2.RegisterTopologyTransactionRequestX `protobuf:"bytes,12,opt,name=register_topology_transaction_request_x,json=registerTopologyTransactionRequestX,proto3,oneof"`
}

type EnvelopeContent_RegisterTopologyTransactionResponse

type EnvelopeContent_RegisterTopologyTransactionResponse struct {
	RegisterTopologyTransactionResponse *v1.RegisterTopologyTransactionResponse `protobuf:"bytes,10,opt,name=register_topology_transaction_response,json=registerTopologyTransactionResponse,proto3,oneof"`
}

type EnvelopeContent_RegisterTopologyTransactionResponseX

type EnvelopeContent_RegisterTopologyTransactionResponseX struct {
	RegisterTopologyTransactionResponseX *v2.RegisterTopologyTransactionResponseX `protobuf:"bytes,13,opt,name=register_topology_transaction_response_x,json=registerTopologyTransactionResponseX,proto3,oneof"`
}

type EnvelopeContent_RootHashMessage

type EnvelopeContent_RootHashMessage struct {
	RootHashMessage *v0.RootHashMessage `protobuf:"bytes,8,opt,name=root_hash_message,json=rootHashMessage,proto3,oneof"`
}

type EnvelopeContent_TransferInMediatorMessage

type EnvelopeContent_TransferInMediatorMessage struct {
	TransferInMediatorMessage *v1.TransferInMediatorMessage `protobuf:"bytes,7,opt,name=transfer_in_mediator_message,json=transferInMediatorMessage,proto3,oneof"`
}

type EnvelopeContent_TransferOutMediatorMessage

type EnvelopeContent_TransferOutMediatorMessage struct {
	TransferOutMediatorMessage *v1.TransferOutMediatorMessage `protobuf:"bytes,6,opt,name=transfer_out_mediator_message,json=transferOutMediatorMessage,proto3,oneof"`
}

type ViewParticipantData

type ViewParticipantData struct {
	Salt                           *v0.Salt              `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	CoreInputs                     []*v1.InputContract   `protobuf:"bytes,2,rep,name=core_inputs,json=coreInputs,proto3" json:"core_inputs,omitempty"`
	CreatedCore                    []*v1.CreatedContract `protobuf:"bytes,3,rep,name=created_core,json=createdCore,proto3" json:"created_core,omitempty"`
	CreatedInSubviewArchivedInCore []string              `` // ids of contracts created in a subview and archived in the core
	/* 159-byte string literal not displayed */
	ResolvedKeys      []*v01.ViewParticipantData_ResolvedKey   `protobuf:"bytes,5,rep,name=resolved_keys,json=resolvedKeys,proto3" json:"resolved_keys,omitempty"`
	ActionDescription *v2.ActionDescription                    `protobuf:"bytes,6,opt,name=action_description,json=actionDescription,proto3" json:"action_description,omitempty"`
	RollbackContext   *v01.ViewParticipantData_RollbackContext `protobuf:"bytes,7,opt,name=rollback_context,json=rollbackContext,proto3" json:"rollback_context,omitempty"` // optional; defaults to the empty RollbackContext if omitted.
	// contains filtered or unexported fields
}

Compared to v2: action_description changed type from v1.ActionDescription to v3.ActionDescription

func (*ViewParticipantData) Descriptor deprecated

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

Deprecated: Use ViewParticipantData.ProtoReflect.Descriptor instead.

func (*ViewParticipantData) GetActionDescription

func (x *ViewParticipantData) GetActionDescription() *v2.ActionDescription

func (*ViewParticipantData) GetCoreInputs

func (x *ViewParticipantData) GetCoreInputs() []*v1.InputContract

func (*ViewParticipantData) GetCreatedCore

func (x *ViewParticipantData) GetCreatedCore() []*v1.CreatedContract

func (*ViewParticipantData) GetCreatedInSubviewArchivedInCore

func (x *ViewParticipantData) GetCreatedInSubviewArchivedInCore() []string

func (*ViewParticipantData) GetResolvedKeys

func (*ViewParticipantData) GetRollbackContext

func (*ViewParticipantData) GetSalt

func (x *ViewParticipantData) GetSalt() *v0.Salt

func (*ViewParticipantData) ProtoMessage

func (*ViewParticipantData) ProtoMessage()

func (*ViewParticipantData) ProtoReflect

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

func (*ViewParticipantData) Reset

func (x *ViewParticipantData) Reset()

func (*ViewParticipantData) String

func (x *ViewParticipantData) String() string

Jump to

Keyboard shortcuts

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