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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ViewType_name = map[int32]string{
		0: "MissingViewType",
		1: "TransactionViewType",
		2: "TransferOutViewType",
		3: "TransferInViewType",
	}
	ViewType_value = map[string]int32{
		"MissingViewType":     0,
		"TransactionViewType": 1,
		"TransferOutViewType": 2,
		"TransferInViewType":  3,
	}
)

Enum value maps for ViewType.

View Source
var (
	MediatorRejection_Code_name = map[int32]string{
		0: "MissingCode",
		1: "InformeesNotHostedOnActiveParticipant",
		2: "NotEnoughConfirmingParties",
		3: "ViewThresholdBelowMinimumThreshold",
		4: "InvalidRootHashMessage",
		5: "Timeout",
		6: "WrongDeclaredMediator",
		7: "NonUniqueRequestUuid",
	}
	MediatorRejection_Code_value = map[string]int32{
		"MissingCode":                           0,
		"InformeesNotHostedOnActiveParticipant": 1,
		"NotEnoughConfirmingParties":            2,
		"ViewThresholdBelowMinimumThreshold":    3,
		"InvalidRootHashMessage":                4,
		"Timeout":                               5,
		"WrongDeclaredMediator":                 6,
		"NonUniqueRequestUuid":                  7,
	}
)

Enum value maps for MediatorRejection_Code.

View Source
var (
	LocalReject_Code_name = map[int32]string{
		0:  "MissingCode",
		1:  "LockedContracts",
		2:  "LockedKeys",
		3:  "InactiveContracts",
		4:  "DuplicateKey",
		5:  "CreatesExistingContract",
		6:  "LedgerTime",
		7:  "SubmissionTime",
		8:  "LocalTimeout",
		9:  "MalformedPayloads",
		10: "MalformedModel",
		11: "MalformedConfirmationPolicy",
		12: "BadRootHashMessage",
		13: "TransferOutActivenessCheck",
		14: "TransferInAlreadyCompleted",
		15: "TransferInAlreadyActive",
		16: "TransferInAlreadyArchived",
		17: "TransferInLocked",
		18: "InconsistentKey",
	}
	LocalReject_Code_value = map[string]int32{
		"MissingCode":                 0,
		"LockedContracts":             1,
		"LockedKeys":                  2,
		"InactiveContracts":           3,
		"DuplicateKey":                4,
		"CreatesExistingContract":     5,
		"LedgerTime":                  6,
		"SubmissionTime":              7,
		"LocalTimeout":                8,
		"MalformedPayloads":           9,
		"MalformedModel":              10,
		"MalformedConfirmationPolicy": 11,
		"BadRootHashMessage":          12,
		"TransferOutActivenessCheck":  13,
		"TransferInAlreadyCompleted":  14,
		"TransferInAlreadyActive":     15,
		"TransferInAlreadyArchived":   16,
		"TransferInLocked":            17,
		"InconsistentKey":             18,
	}
)

Enum value maps for LocalReject_Code.

View Source
var (
	CompressedBatch_CompressionAlgorithm_name = map[int32]string{
		0: "None_",
		1: "Gzip",
	}
	CompressedBatch_CompressionAlgorithm_value = map[string]int32{
		"None_": 0,
		"Gzip":  1,
	}
)

Enum value maps for CompressedBatch_CompressionAlgorithm.

View Source
var (
	TopologyChangeOp_name = map[int32]string{
		0: "Add",
		1: "Remove",
		2: "Replace",
	}
	TopologyChangeOp_value = map[string]int32{
		"Add":     0,
		"Remove":  1,
		"Replace": 2,
	}
)

Enum value maps for TopologyChangeOp.

View Source
var (
	TrustLevel_name = map[int32]string{
		0: "MissingTrustLevel",
		1: "Ordinary",
		2: "Vip",
	}
	TrustLevel_value = map[string]int32{
		"MissingTrustLevel": 0,
		"Ordinary":          1,
		"Vip":               2,
	}
)

Enum value maps for TrustLevel.

View Source
var (
	ParticipantPermission_name = map[int32]string{
		0: "MissingParticipantPermission",
		1: "Submission",
		2: "Confirmation",
		3: "Observation",
		4: "Disabled",
	}
	ParticipantPermission_value = map[string]int32{
		"MissingParticipantPermission": 0,
		"Submission":                   1,
		"Confirmation":                 2,
		"Observation":                  3,
		"Disabled":                     4,
	}
)

Enum value maps for ParticipantPermission.

View Source
var (
	RequestSide_name = map[int32]string{
		0: "MissingRequestSide",
		1: "Both",
		2: "From",
		3: "To",
	}
	RequestSide_value = map[string]int32{
		"MissingRequestSide": 0,
		"Both":               1,
		"From":               2,
		"To":                 3,
	}
)

Enum value maps for RequestSide.

View Source
var (
	RegisterTopologyTransactionResponse_Result_State_name = map[int32]string{
		0: "MISSING_STATE",
		1: "REQUESTED",
		2: "FAILED",
		3: "REJECTED",
		4: "ACCEPTED",
		5: "DUPLICATE",
		6: "OBSOLETE",
	}
	RegisterTopologyTransactionResponse_Result_State_value = map[string]int32{
		"MISSING_STATE": 0,
		"REQUESTED":     1,
		"FAILED":        2,
		"REJECTED":      3,
		"ACCEPTED":      4,
		"DUPLICATE":     5,
		"OBSOLETE":      6,
	}
)

Enum value maps for RegisterTopologyTransactionResponse_Result_State.

View Source
var File_com_digitalasset_canton_protocol_v0_acs_commitments_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_causality_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_common_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_mediator_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_mediator_response_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_merkle_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_participant_transaction_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_participant_transfer_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_sequencing_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_storage_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_synchronization_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_topology_ext_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_protocol_v0_topology_proto protoreflect.FileDescriptor
View Source
var File_com_digitalasset_canton_time_v0_time_proof_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AcsCommitment

type AcsCommitment struct {
	DomainId           string                 `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	SendingParticipant string                 `protobuf:"bytes,2,opt,name=sending_participant,json=sendingParticipant,proto3" json:"sending_participant,omitempty"`
	CounterParticipant string                 `protobuf:"bytes,3,opt,name=counter_participant,json=counterParticipant,proto3" json:"counter_participant,omitempty"`
	FromExclusive      *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=from_exclusive,json=fromExclusive,proto3" json:"from_exclusive,omitempty"`
	ToInclusive        *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=to_inclusive,json=toInclusive,proto3" json:"to_inclusive,omitempty"`
	Commitment         []byte                 `protobuf:"bytes,6,opt,name=commitment,proto3" json:"commitment,omitempty"`
	// contains filtered or unexported fields
}

A commitment to the active contract set (ACS) that is shared between two participants on a given domain at a given time. Given a commitment scheme to the ACS, the semantics are as follows: the sender declares that the shared ACS was exactly the one committed to, at every commitment tick during the specified period and as determined by the period's interval. The interval is assumed to be a round number of seconds. The ticks then start at the Java EPOCH time, and are exactly `interval` apart. All fields are mandatory.

func (*AcsCommitment) Descriptor deprecated

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

Deprecated: Use AcsCommitment.ProtoReflect.Descriptor instead.

func (*AcsCommitment) GetCommitment

func (x *AcsCommitment) GetCommitment() []byte

func (*AcsCommitment) GetCounterParticipant

func (x *AcsCommitment) GetCounterParticipant() string

func (*AcsCommitment) GetDomainId

func (x *AcsCommitment) GetDomainId() string

func (*AcsCommitment) GetFromExclusive

func (x *AcsCommitment) GetFromExclusive() *timestamppb.Timestamp

func (*AcsCommitment) GetSendingParticipant

func (x *AcsCommitment) GetSendingParticipant() string

func (*AcsCommitment) GetToInclusive

func (x *AcsCommitment) GetToInclusive() *timestamppb.Timestamp

func (*AcsCommitment) ProtoMessage

func (*AcsCommitment) ProtoMessage()

func (*AcsCommitment) ProtoReflect

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

func (*AcsCommitment) Reset

func (x *AcsCommitment) Reset()

func (*AcsCommitment) String

func (x *AcsCommitment) String() string

type ActionDescription

type ActionDescription struct {

	// Types that are assignable to Description:
	//	*ActionDescription_Create
	//	*ActionDescription_Exercise
	//	*ActionDescription_Fetch
	//	*ActionDescription_LookupByKey
	Description isActionDescription_Description `protobuf_oneof:"description"`
	// contains filtered or unexported fields
}

func (*ActionDescription) Descriptor deprecated

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

Deprecated: Use ActionDescription.ProtoReflect.Descriptor instead.

func (*ActionDescription) GetCreate

func (*ActionDescription) GetDescription

func (m *ActionDescription) GetDescription() isActionDescription_Description

func (*ActionDescription) GetExercise

func (*ActionDescription) GetFetch

func (*ActionDescription) GetLookupByKey

func (*ActionDescription) ProtoMessage

func (*ActionDescription) ProtoMessage()

func (*ActionDescription) ProtoReflect

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

func (*ActionDescription) Reset

func (x *ActionDescription) Reset()

func (*ActionDescription) String

func (x *ActionDescription) String() string

type ActionDescription_Create

type ActionDescription_Create struct {
	Create *ActionDescription_CreateActionDescription `protobuf:"bytes,1,opt,name=create,proto3,oneof"`
}

type ActionDescription_CreateActionDescription

type ActionDescription_CreateActionDescription struct {
	ContractId string `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	NodeSeed   []byte `protobuf:"bytes,2,opt,name=node_seed,json=nodeSeed,proto3" json:"node_seed,omitempty"`
	Version    string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionDescription_CreateActionDescription) Descriptor deprecated

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

Deprecated: Use ActionDescription_CreateActionDescription.ProtoReflect.Descriptor instead.

func (*ActionDescription_CreateActionDescription) GetContractId

func (*ActionDescription_CreateActionDescription) GetNodeSeed

func (*ActionDescription_CreateActionDescription) GetVersion

func (*ActionDescription_CreateActionDescription) ProtoMessage

func (*ActionDescription_CreateActionDescription) ProtoReflect

func (*ActionDescription_CreateActionDescription) Reset

func (*ActionDescription_CreateActionDescription) String

type ActionDescription_Exercise

type ActionDescription_Exercise struct {
	Exercise *ActionDescription_ExerciseActionDescription `protobuf:"bytes,2,opt,name=exercise,proto3,oneof"`
}

type ActionDescription_ExerciseActionDescription

type ActionDescription_ExerciseActionDescription struct {
	InputContractId string   `protobuf:"bytes,1,opt,name=input_contract_id,json=inputContractId,proto3" json:"input_contract_id,omitempty"`
	Choice          string   `protobuf:"bytes,2,opt,name=choice,proto3" json:"choice,omitempty"`
	ChosenValue     []byte   `protobuf:"bytes,3,opt,name=chosen_value,json=chosenValue,proto3" json:"chosen_value,omitempty"`
	Actors          []string `protobuf:"bytes,4,rep,name=actors,proto3" json:"actors,omitempty"`
	ByKey           bool     `protobuf:"varint,5,opt,name=by_key,json=byKey,proto3" json:"by_key,omitempty"`
	NodeSeed        []byte   `protobuf:"bytes,6,opt,name=node_seed,json=nodeSeed,proto3" json:"node_seed,omitempty"`
	Version         string   `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	Failed          bool     `protobuf:"varint,8,opt,name=failed,proto3" json:"failed,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionDescription_ExerciseActionDescription) Descriptor deprecated

Deprecated: Use ActionDescription_ExerciseActionDescription.ProtoReflect.Descriptor instead.

func (*ActionDescription_ExerciseActionDescription) GetActors

func (*ActionDescription_ExerciseActionDescription) GetByKey

func (*ActionDescription_ExerciseActionDescription) GetChoice

func (*ActionDescription_ExerciseActionDescription) GetChosenValue

func (x *ActionDescription_ExerciseActionDescription) GetChosenValue() []byte

func (*ActionDescription_ExerciseActionDescription) GetFailed

func (*ActionDescription_ExerciseActionDescription) GetInputContractId

func (x *ActionDescription_ExerciseActionDescription) GetInputContractId() string

func (*ActionDescription_ExerciseActionDescription) GetNodeSeed

func (*ActionDescription_ExerciseActionDescription) GetVersion

func (*ActionDescription_ExerciseActionDescription) ProtoMessage

func (*ActionDescription_ExerciseActionDescription) ProtoReflect

func (*ActionDescription_ExerciseActionDescription) Reset

func (*ActionDescription_ExerciseActionDescription) String

type ActionDescription_Fetch

type ActionDescription_Fetch struct {
	Fetch *ActionDescription_FetchActionDescription `protobuf:"bytes,3,opt,name=fetch,proto3,oneof"`
}

type ActionDescription_FetchActionDescription

type ActionDescription_FetchActionDescription struct {
	InputContractId string   `protobuf:"bytes,1,opt,name=input_contract_id,json=inputContractId,proto3" json:"input_contract_id,omitempty"`
	Actors          []string `protobuf:"bytes,2,rep,name=actors,proto3" json:"actors,omitempty"`
	ByKey           bool     `protobuf:"varint,3,opt,name=by_key,json=byKey,proto3" json:"by_key,omitempty"`
	Version         string   `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionDescription_FetchActionDescription) Descriptor deprecated

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

Deprecated: Use ActionDescription_FetchActionDescription.ProtoReflect.Descriptor instead.

func (*ActionDescription_FetchActionDescription) GetActors

func (*ActionDescription_FetchActionDescription) GetByKey

func (*ActionDescription_FetchActionDescription) GetInputContractId

func (x *ActionDescription_FetchActionDescription) GetInputContractId() string

func (*ActionDescription_FetchActionDescription) GetVersion

func (*ActionDescription_FetchActionDescription) ProtoMessage

func (*ActionDescription_FetchActionDescription) ProtoReflect

func (*ActionDescription_FetchActionDescription) Reset

func (*ActionDescription_FetchActionDescription) String

type ActionDescription_LookupByKey

type ActionDescription_LookupByKey struct {
	LookupByKey *ActionDescription_LookupByKeyActionDescription `protobuf:"bytes,4,opt,name=lookup_by_key,json=lookupByKey,proto3,oneof"`
}

type ActionDescription_LookupByKeyActionDescription

type ActionDescription_LookupByKeyActionDescription struct {
	Key *GlobalKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionDescription_LookupByKeyActionDescription) Descriptor deprecated

Deprecated: Use ActionDescription_LookupByKeyActionDescription.ProtoReflect.Descriptor instead.

func (*ActionDescription_LookupByKeyActionDescription) GetKey

func (*ActionDescription_LookupByKeyActionDescription) ProtoMessage

func (*ActionDescription_LookupByKeyActionDescription) ProtoReflect

func (*ActionDescription_LookupByKeyActionDescription) Reset

func (*ActionDescription_LookupByKeyActionDescription) String

type AggregationRule

type AggregationRule struct {
	EligibleMembers []string `protobuf:"bytes,1,rep,name=eligible_members,json=eligibleMembers,proto3" json:"eligible_members,omitempty"`
	Threshold       int32    `protobuf:"varint,2,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregationRule) Descriptor deprecated

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

Deprecated: Use AggregationRule.ProtoReflect.Descriptor instead.

func (*AggregationRule) GetEligibleMembers

func (x *AggregationRule) GetEligibleMembers() []string

func (*AggregationRule) GetThreshold

func (x *AggregationRule) GetThreshold() int32

func (*AggregationRule) ProtoMessage

func (*AggregationRule) ProtoMessage()

func (*AggregationRule) ProtoReflect

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

func (*AggregationRule) Reset

func (x *AggregationRule) Reset()

func (*AggregationRule) String

func (x *AggregationRule) String() string

type Batch

type Batch struct {
	Envelopes []*Envelope `protobuf:"bytes,1,rep,name=envelopes,proto3" json:"envelopes,omitempty"`
	// contains filtered or unexported fields
}

func (*Batch) Descriptor deprecated

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

Deprecated: Use Batch.ProtoReflect.Descriptor instead.

func (*Batch) GetEnvelopes

func (x *Batch) GetEnvelopes() []*Envelope

func (*Batch) ProtoMessage

func (*Batch) ProtoMessage()

func (*Batch) ProtoReflect

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

func (*Batch) Reset

func (x *Batch) Reset()

func (*Batch) String

func (x *Batch) String() string

type BlindableNode

type BlindableNode struct {

	// Types that are assignable to BlindedOrNot:
	//	*BlindableNode_Unblinded
	//	*BlindableNode_BlindedHash
	BlindedOrNot isBlindableNode_BlindedOrNot `protobuf_oneof:"blinded_or_not"`
	// contains filtered or unexported fields
}

func (*BlindableNode) Descriptor deprecated

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

Deprecated: Use BlindableNode.ProtoReflect.Descriptor instead.

func (*BlindableNode) GetBlindedHash

func (x *BlindableNode) GetBlindedHash() []byte

func (*BlindableNode) GetBlindedOrNot

func (m *BlindableNode) GetBlindedOrNot() isBlindableNode_BlindedOrNot

func (*BlindableNode) GetUnblinded

func (x *BlindableNode) GetUnblinded() []byte

func (*BlindableNode) ProtoMessage

func (*BlindableNode) ProtoMessage()

func (*BlindableNode) ProtoReflect

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

func (*BlindableNode) Reset

func (x *BlindableNode) Reset()

func (*BlindableNode) String

func (x *BlindableNode) String() string

type BlindableNode_BlindedHash

type BlindableNode_BlindedHash struct {
	BlindedHash []byte `protobuf:"bytes,2,opt,name=blinded_hash,json=blindedHash,proto3,oneof"`
}

type BlindableNode_Unblinded

type BlindableNode_Unblinded struct {
	Unblinded []byte `protobuf:"bytes,1,opt,name=unblinded,proto3,oneof"`
}

type CausalityMessage

type CausalityMessage struct {
	TargetDomainId string       `protobuf:"bytes,1,opt,name=target_domain_id,json=targetDomainId,proto3" json:"target_domain_id,omitempty"`
	TransferId     *TransferId  `protobuf:"bytes,2,opt,name=transfer_id,json=transferId,proto3" json:"transfer_id,omitempty"`
	Clock          *VectorClock `protobuf:"bytes,3,opt,name=clock,proto3" json:"clock,omitempty"`
	// contains filtered or unexported fields
}

func (*CausalityMessage) Descriptor deprecated

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

Deprecated: Use CausalityMessage.ProtoReflect.Descriptor instead.

func (*CausalityMessage) GetClock

func (x *CausalityMessage) GetClock() *VectorClock

func (*CausalityMessage) GetTargetDomainId

func (x *CausalityMessage) GetTargetDomainId() string

func (*CausalityMessage) GetTransferId

func (x *CausalityMessage) GetTransferId() *TransferId

func (*CausalityMessage) ProtoMessage

func (*CausalityMessage) ProtoMessage()

func (*CausalityMessage) ProtoReflect

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

func (*CausalityMessage) Reset

func (x *CausalityMessage) Reset()

func (*CausalityMessage) String

func (x *CausalityMessage) String() string

type CausalityUpdate

type CausalityUpdate struct {
	InformeeStakeholders []string               `protobuf:"bytes,1,rep,name=informeeStakeholders,proto3" json:"informeeStakeholders,omitempty"`
	Ts                   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=ts,proto3" json:"ts,omitempty"`
	DomainId             string                 `protobuf:"bytes,3,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	RequestCounter       int64                  `protobuf:"varint,4,opt,name=request_counter,json=requestCounter,proto3" json:"request_counter,omitempty"`
	// Types that are assignable to Tag:
	//	*CausalityUpdate_TransactionUpdate
	//	*CausalityUpdate_TransferOutUpdate
	//	*CausalityUpdate_TransferInUpdate
	Tag isCausalityUpdate_Tag `protobuf_oneof:"tag"`
	// contains filtered or unexported fields
}

func (*CausalityUpdate) Descriptor deprecated

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

Deprecated: Use CausalityUpdate.ProtoReflect.Descriptor instead.

func (*CausalityUpdate) GetDomainId

func (x *CausalityUpdate) GetDomainId() string

func (*CausalityUpdate) GetInformeeStakeholders

func (x *CausalityUpdate) GetInformeeStakeholders() []string

func (*CausalityUpdate) GetRequestCounter

func (x *CausalityUpdate) GetRequestCounter() int64

func (*CausalityUpdate) GetTag

func (m *CausalityUpdate) GetTag() isCausalityUpdate_Tag

func (*CausalityUpdate) GetTransactionUpdate

func (x *CausalityUpdate) GetTransactionUpdate() *TransactionUpdate

func (*CausalityUpdate) GetTransferInUpdate

func (x *CausalityUpdate) GetTransferInUpdate() *TransferInUpdate

func (*CausalityUpdate) GetTransferOutUpdate

func (x *CausalityUpdate) GetTransferOutUpdate() *TransferOutUpdate

func (*CausalityUpdate) GetTs

func (*CausalityUpdate) ProtoMessage

func (*CausalityUpdate) ProtoMessage()

func (*CausalityUpdate) ProtoReflect

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

func (*CausalityUpdate) Reset

func (x *CausalityUpdate) Reset()

func (*CausalityUpdate) String

func (x *CausalityUpdate) String() string

type CausalityUpdate_TransactionUpdate

type CausalityUpdate_TransactionUpdate struct {
	TransactionUpdate *TransactionUpdate `protobuf:"bytes,5,opt,name=transactionUpdate,proto3,oneof"`
}

type CausalityUpdate_TransferInUpdate

type CausalityUpdate_TransferInUpdate struct {
	TransferInUpdate *TransferInUpdate `protobuf:"bytes,7,opt,name=transferInUpdate,proto3,oneof"`
}

type CausalityUpdate_TransferOutUpdate

type CausalityUpdate_TransferOutUpdate struct {
	TransferOutUpdate *TransferOutUpdate `protobuf:"bytes,6,opt,name=transferOutUpdate,proto3,oneof"`
}

type CommonMetadata

type CommonMetadata struct {
	Salt               *v0.Salt `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	ConfirmationPolicy []byte   `protobuf:"bytes,2,opt,name=confirmation_policy,json=confirmationPolicy,proto3" json:"confirmation_policy,omitempty"`
	DomainId           string   `protobuf:"bytes,3,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	Uuid               string   `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	MediatorId         string   `protobuf:"bytes,5,opt,name=mediator_id,json=mediatorId,proto3" json:"mediator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CommonMetadata) Descriptor deprecated

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

Deprecated: Use CommonMetadata.ProtoReflect.Descriptor instead.

func (*CommonMetadata) GetConfirmationPolicy

func (x *CommonMetadata) GetConfirmationPolicy() []byte

func (*CommonMetadata) GetDomainId

func (x *CommonMetadata) GetDomainId() string

func (*CommonMetadata) GetMediatorId

func (x *CommonMetadata) GetMediatorId() string

func (*CommonMetadata) GetSalt

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

func (*CommonMetadata) GetUuid

func (x *CommonMetadata) GetUuid() string

func (*CommonMetadata) ProtoMessage

func (*CommonMetadata) ProtoMessage()

func (*CommonMetadata) ProtoReflect

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

func (*CommonMetadata) Reset

func (x *CommonMetadata) Reset()

func (*CommonMetadata) String

func (x *CommonMetadata) String() string

type CompressedBatch

type CompressedBatch struct {
	Algorithm       CompressedBatch_CompressionAlgorithm `` /* 150-byte string literal not displayed */
	CompressedBatch []byte                               `protobuf:"bytes,2,opt,name=compressed_batch,json=compressedBatch,proto3" json:"compressed_batch,omitempty"`
	// contains filtered or unexported fields
}

func (*CompressedBatch) Descriptor deprecated

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

Deprecated: Use CompressedBatch.ProtoReflect.Descriptor instead.

func (*CompressedBatch) GetAlgorithm

func (*CompressedBatch) GetCompressedBatch

func (x *CompressedBatch) GetCompressedBatch() []byte

func (*CompressedBatch) ProtoMessage

func (*CompressedBatch) ProtoMessage()

func (*CompressedBatch) ProtoReflect

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

func (*CompressedBatch) Reset

func (x *CompressedBatch) Reset()

func (*CompressedBatch) String

func (x *CompressedBatch) String() string

type CompressedBatch_CompressionAlgorithm

type CompressedBatch_CompressionAlgorithm int32
const (
	CompressedBatch_None_ CompressedBatch_CompressionAlgorithm = 0
	CompressedBatch_Gzip  CompressedBatch_CompressionAlgorithm = 1
)

func (CompressedBatch_CompressionAlgorithm) Descriptor

func (CompressedBatch_CompressionAlgorithm) Enum

func (CompressedBatch_CompressionAlgorithm) EnumDescriptor deprecated

func (CompressedBatch_CompressionAlgorithm) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompressedBatch_CompressionAlgorithm.Descriptor instead.

func (CompressedBatch_CompressionAlgorithm) Number

func (CompressedBatch_CompressionAlgorithm) String

func (CompressedBatch_CompressionAlgorithm) Type

type DeduplicationPeriod

type DeduplicationPeriod struct {

	// Types that are assignable to Period:
	//	*DeduplicationPeriod_Duration
	//	*DeduplicationPeriod_Offset
	Period isDeduplicationPeriod_Period `protobuf_oneof:"period"`
	// contains filtered or unexported fields
}

func (*DeduplicationPeriod) Descriptor deprecated

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

Deprecated: Use DeduplicationPeriod.ProtoReflect.Descriptor instead.

func (*DeduplicationPeriod) GetDuration

func (x *DeduplicationPeriod) GetDuration() *durationpb.Duration

func (*DeduplicationPeriod) GetOffset

func (x *DeduplicationPeriod) GetOffset() []byte

func (*DeduplicationPeriod) GetPeriod

func (m *DeduplicationPeriod) GetPeriod() isDeduplicationPeriod_Period

func (*DeduplicationPeriod) ProtoMessage

func (*DeduplicationPeriod) ProtoMessage()

func (*DeduplicationPeriod) ProtoReflect

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

func (*DeduplicationPeriod) Reset

func (x *DeduplicationPeriod) Reset()

func (*DeduplicationPeriod) String

func (x *DeduplicationPeriod) String() string

type DeduplicationPeriod_Duration

type DeduplicationPeriod_Duration struct {
	Duration *durationpb.Duration `protobuf:"bytes,1,opt,name=duration,proto3,oneof"`
}

type DeduplicationPeriod_Offset

type DeduplicationPeriod_Offset struct {
	Offset []byte `protobuf:"bytes,2,opt,name=offset,proto3,oneof"`
}

type DeliverErrorReason

type DeliverErrorReason struct {

	// Types that are assignable to Reason:
	//	*DeliverErrorReason_BatchInvalid
	//	*DeliverErrorReason_BatchRefused
	Reason isDeliverErrorReason_Reason `protobuf_oneof:"reason"`
	// contains filtered or unexported fields
}

func (*DeliverErrorReason) Descriptor deprecated

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

Deprecated: Use DeliverErrorReason.ProtoReflect.Descriptor instead.

func (*DeliverErrorReason) GetBatchInvalid

func (x *DeliverErrorReason) GetBatchInvalid() string

func (*DeliverErrorReason) GetBatchRefused

func (x *DeliverErrorReason) GetBatchRefused() string

func (*DeliverErrorReason) GetReason

func (m *DeliverErrorReason) GetReason() isDeliverErrorReason_Reason

func (*DeliverErrorReason) ProtoMessage

func (*DeliverErrorReason) ProtoMessage()

func (*DeliverErrorReason) ProtoReflect

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

func (*DeliverErrorReason) Reset

func (x *DeliverErrorReason) Reset()

func (*DeliverErrorReason) String

func (x *DeliverErrorReason) String() string

type DeliverErrorReason_BatchInvalid

type DeliverErrorReason_BatchInvalid struct {
	// The batch content could not be read, likely caused by a serialization or versioning issue.
	BatchInvalid string `protobuf:"bytes,1,opt,name=batch_invalid,json=batchInvalid,proto3,oneof"`
}

type DeliverErrorReason_BatchRefused

type DeliverErrorReason_BatchRefused struct {
	// The batch was content was readable but the sequencer application decided the request was not correct,
	// examples could be recipients not being registered or values in the request being incorrect.
	BatchRefused string `protobuf:"bytes,2,opt,name=batch_refused,json=batchRefused,proto3,oneof"`
}

type DomainGovernanceTransaction

type DomainGovernanceTransaction struct {

	// the element of this topology transaction
	//
	// Types that are assignable to Mapping:
	//	*DomainGovernanceTransaction_DomainParametersChange
	Mapping isDomainGovernanceTransaction_Mapping `protobuf_oneof:"mapping"`
	// contains filtered or unexported fields
}

func (*DomainGovernanceTransaction) Descriptor deprecated

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

Deprecated: Use DomainGovernanceTransaction.ProtoReflect.Descriptor instead.

func (*DomainGovernanceTransaction) GetDomainParametersChange

func (x *DomainGovernanceTransaction) GetDomainParametersChange() *DomainParametersChange

func (*DomainGovernanceTransaction) GetMapping

func (m *DomainGovernanceTransaction) GetMapping() isDomainGovernanceTransaction_Mapping

func (*DomainGovernanceTransaction) ProtoMessage

func (*DomainGovernanceTransaction) ProtoMessage()

func (*DomainGovernanceTransaction) ProtoReflect

func (*DomainGovernanceTransaction) Reset

func (x *DomainGovernanceTransaction) Reset()

func (*DomainGovernanceTransaction) String

func (x *DomainGovernanceTransaction) String() string

type DomainGovernanceTransaction_DomainParametersChange

type DomainGovernanceTransaction_DomainParametersChange struct {
	DomainParametersChange *DomainParametersChange `protobuf:"bytes,1,opt,name=domain_parameters_change,json=domainParametersChange,proto3,oneof"`
}

type DomainParametersChange

type DomainParametersChange struct {

	// domain affected by the new domain parameters
	Domain           string                   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	DomainParameters *DynamicDomainParameters `protobuf:"bytes,2,opt,name=domain_parameters,json=domainParameters,proto3" json:"domain_parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*DomainParametersChange) Descriptor deprecated

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

Deprecated: Use DomainParametersChange.ProtoReflect.Descriptor instead.

func (*DomainParametersChange) GetDomain

func (x *DomainParametersChange) GetDomain() string

func (*DomainParametersChange) GetDomainParameters

func (x *DomainParametersChange) GetDomainParameters() *DynamicDomainParameters

func (*DomainParametersChange) ProtoMessage

func (*DomainParametersChange) ProtoMessage()

func (*DomainParametersChange) ProtoReflect

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

func (*DomainParametersChange) Reset

func (x *DomainParametersChange) Reset()

func (*DomainParametersChange) String

func (x *DomainParametersChange) String() string

type DomainTopologyTransactionMessage

type DomainTopologyTransactionMessage struct {

	// signature of the domain topology manager
	Signature *v0.Signature `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	DomainId  string        `protobuf:"bytes,2,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	//* versioned signed topology transactions serialized as byte-strings such that we can compute the signature here
	Transactions [][]byte `protobuf:"bytes,3,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*DomainTopologyTransactionMessage) Descriptor deprecated

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

Deprecated: Use DomainTopologyTransactionMessage.ProtoReflect.Descriptor instead.

func (*DomainTopologyTransactionMessage) GetDomainId

func (x *DomainTopologyTransactionMessage) GetDomainId() string

func (*DomainTopologyTransactionMessage) GetSignature

func (x *DomainTopologyTransactionMessage) GetSignature() *v0.Signature

func (*DomainTopologyTransactionMessage) GetTransactions

func (x *DomainTopologyTransactionMessage) GetTransactions() [][]byte

func (*DomainTopologyTransactionMessage) ProtoMessage

func (*DomainTopologyTransactionMessage) ProtoMessage()

func (*DomainTopologyTransactionMessage) ProtoReflect

func (*DomainTopologyTransactionMessage) Reset

func (*DomainTopologyTransactionMessage) String

type DriverContractMetadata

type DriverContractMetadata struct {
	ContractSalt *v0.Salt `protobuf:"bytes,1,opt,name=contract_salt,json=contractSalt,proto3" json:"contract_salt,omitempty"`
	// contains filtered or unexported fields
}

func (*DriverContractMetadata) Descriptor deprecated

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

Deprecated: Use DriverContractMetadata.ProtoReflect.Descriptor instead.

func (*DriverContractMetadata) GetContractSalt

func (x *DriverContractMetadata) GetContractSalt() *v0.Salt

func (*DriverContractMetadata) ProtoMessage

func (*DriverContractMetadata) ProtoMessage()

func (*DriverContractMetadata) ProtoReflect

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

func (*DriverContractMetadata) Reset

func (x *DriverContractMetadata) Reset()

func (*DriverContractMetadata) String

func (x *DriverContractMetadata) String() string

type DynamicDomainParameters

type DynamicDomainParameters struct {
	ParticipantResponseTimeout    *durationpb.Duration `` /* 141-byte string literal not displayed */
	MediatorReactionTimeout       *durationpb.Duration `` /* 132-byte string literal not displayed */
	TransferExclusivityTimeout    *durationpb.Duration `` /* 141-byte string literal not displayed */
	TopologyChangeDelay           *durationpb.Duration `protobuf:"bytes,4,opt,name=topology_change_delay,json=topologyChangeDelay,proto3" json:"topology_change_delay,omitempty"`
	LedgerTimeRecordTimeTolerance *durationpb.Duration `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DynamicDomainParameters) Descriptor deprecated

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

Deprecated: Use DynamicDomainParameters.ProtoReflect.Descriptor instead.

func (*DynamicDomainParameters) GetLedgerTimeRecordTimeTolerance

func (x *DynamicDomainParameters) GetLedgerTimeRecordTimeTolerance() *durationpb.Duration

func (*DynamicDomainParameters) GetMediatorReactionTimeout

func (x *DynamicDomainParameters) GetMediatorReactionTimeout() *durationpb.Duration

func (*DynamicDomainParameters) GetParticipantResponseTimeout

func (x *DynamicDomainParameters) GetParticipantResponseTimeout() *durationpb.Duration

func (*DynamicDomainParameters) GetTopologyChangeDelay

func (x *DynamicDomainParameters) GetTopologyChangeDelay() *durationpb.Duration

func (*DynamicDomainParameters) GetTransferExclusivityTimeout

func (x *DynamicDomainParameters) GetTransferExclusivityTimeout() *durationpb.Duration

func (*DynamicDomainParameters) ProtoMessage

func (*DynamicDomainParameters) ProtoMessage()

func (*DynamicDomainParameters) ProtoReflect

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

func (*DynamicDomainParameters) Reset

func (x *DynamicDomainParameters) Reset()

func (*DynamicDomainParameters) String

func (x *DynamicDomainParameters) String() string

type EncryptedViewMessage

type EncryptedViewMessage struct {
	ViewTree                      []byte        `protobuf:"bytes,1,opt,name=view_tree,json=viewTree,proto3" json:"view_tree,omitempty"`
	SubmitterParticipantSignature *v0.Signature `` // optional
	/* 150-byte string literal not displayed */
	ViewHash   []byte                         `protobuf:"bytes,3,opt,name=view_hash,json=viewHash,proto3" json:"view_hash,omitempty"`
	Randomness []*ParticipantRandomnessLookup `protobuf:"bytes,4,rep,name=randomness,proto3" json:"randomness,omitempty"`
	DomainId   string                         `protobuf:"bytes,5,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	ViewType   ViewType                       `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EncryptedViewMessage) Descriptor deprecated

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

Deprecated: Use EncryptedViewMessage.ProtoReflect.Descriptor instead.

func (*EncryptedViewMessage) GetDomainId

func (x *EncryptedViewMessage) GetDomainId() string

func (*EncryptedViewMessage) GetRandomness

func (x *EncryptedViewMessage) GetRandomness() []*ParticipantRandomnessLookup

func (*EncryptedViewMessage) GetSubmitterParticipantSignature

func (x *EncryptedViewMessage) GetSubmitterParticipantSignature() *v0.Signature

func (*EncryptedViewMessage) GetViewHash

func (x *EncryptedViewMessage) GetViewHash() []byte

func (*EncryptedViewMessage) GetViewTree

func (x *EncryptedViewMessage) GetViewTree() []byte

func (*EncryptedViewMessage) GetViewType

func (x *EncryptedViewMessage) GetViewType() ViewType

func (*EncryptedViewMessage) ProtoMessage

func (*EncryptedViewMessage) ProtoMessage()

func (*EncryptedViewMessage) ProtoReflect

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

func (*EncryptedViewMessage) Reset

func (x *EncryptedViewMessage) Reset()

func (*EncryptedViewMessage) String

func (x *EncryptedViewMessage) String() string

type Envelope

type Envelope struct {
	Content    []byte      `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Recipients *Recipients `protobuf:"bytes,2,opt,name=recipients,proto3" json:"recipients,omitempty"`
	// contains filtered or unexported fields
}

func (*Envelope) Descriptor deprecated

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

Deprecated: Use Envelope.ProtoReflect.Descriptor instead.

func (*Envelope) GetContent

func (x *Envelope) GetContent() []byte

func (*Envelope) GetRecipients

func (x *Envelope) GetRecipients() *Recipients

func (*Envelope) ProtoMessage

func (*Envelope) ProtoMessage()

func (*Envelope) ProtoReflect

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

func (*Envelope) Reset

func (x *Envelope) Reset()

func (*Envelope) String

func (x *Envelope) String() string

type EnvelopeContent

type EnvelopeContent struct {

	// Types that are assignable to SomeEnvelopeContent:
	//	*EnvelopeContent_InformeeMessage
	//	*EnvelopeContent_SignedMessage
	//	*EnvelopeContent_EncryptedViewMessage
	//	*EnvelopeContent_DomainTopologyTransactionMessage
	//	*EnvelopeContent_TransferOutMediatorMessage
	//	*EnvelopeContent_TransferInMediatorMessage
	//	*EnvelopeContent_RootHashMessage
	//	*EnvelopeContent_RegisterTopologyTransactionRequest
	//	*EnvelopeContent_RegisterTopologyTransactionResponse
	//	*EnvelopeContent_CausalityMessage
	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) GetCausalityMessage

func (x *EnvelopeContent) GetCausalityMessage() *CausalityMessage

func (*EnvelopeContent) GetDomainTopologyTransactionMessage

func (x *EnvelopeContent) GetDomainTopologyTransactionMessage() *DomainTopologyTransactionMessage

func (*EnvelopeContent) GetEncryptedViewMessage

func (x *EnvelopeContent) GetEncryptedViewMessage() *EncryptedViewMessage

func (*EnvelopeContent) GetInformeeMessage

func (x *EnvelopeContent) GetInformeeMessage() *InformeeMessage

func (*EnvelopeContent) GetRegisterTopologyTransactionRequest

func (x *EnvelopeContent) GetRegisterTopologyTransactionRequest() *RegisterTopologyTransactionRequest

func (*EnvelopeContent) GetRegisterTopologyTransactionResponse

func (x *EnvelopeContent) GetRegisterTopologyTransactionResponse() *RegisterTopologyTransactionResponse

func (*EnvelopeContent) GetRootHashMessage

func (x *EnvelopeContent) GetRootHashMessage() *RootHashMessage

func (*EnvelopeContent) GetSignedMessage

func (x *EnvelopeContent) GetSignedMessage() *SignedProtocolMessage

func (*EnvelopeContent) GetSomeEnvelopeContent

func (m *EnvelopeContent) GetSomeEnvelopeContent() isEnvelopeContent_SomeEnvelopeContent

func (*EnvelopeContent) GetTransferInMediatorMessage

func (x *EnvelopeContent) GetTransferInMediatorMessage() *TransferInMediatorMessage

func (*EnvelopeContent) GetTransferOutMediatorMessage

func (x *EnvelopeContent) GetTransferOutMediatorMessage() *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_CausalityMessage

type EnvelopeContent_CausalityMessage struct {
	CausalityMessage *CausalityMessage `protobuf:"bytes,11,opt,name=causality_message,json=causalityMessage,proto3,oneof"`
}

type EnvelopeContent_DomainTopologyTransactionMessage

type EnvelopeContent_DomainTopologyTransactionMessage struct {
	DomainTopologyTransactionMessage *DomainTopologyTransactionMessage `protobuf:"bytes,5,opt,name=domain_topology_transaction_message,json=domainTopologyTransactionMessage,proto3,oneof"`
}

type EnvelopeContent_EncryptedViewMessage

type EnvelopeContent_EncryptedViewMessage struct {
	EncryptedViewMessage *EncryptedViewMessage `protobuf:"bytes,3,opt,name=encrypted_view_message,json=encryptedViewMessage,proto3,oneof"`
}

type EnvelopeContent_InformeeMessage

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

type EnvelopeContent_RegisterTopologyTransactionRequest

type EnvelopeContent_RegisterTopologyTransactionRequest struct {
	RegisterTopologyTransactionRequest *RegisterTopologyTransactionRequest `protobuf:"bytes,9,opt,name=register_topology_transaction_request,json=registerTopologyTransactionRequest,proto3,oneof"`
}

type EnvelopeContent_RegisterTopologyTransactionResponse

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

type EnvelopeContent_RootHashMessage

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

type EnvelopeContent_SignedMessage

type EnvelopeContent_SignedMessage struct {
	SignedMessage *SignedProtocolMessage `protobuf:"bytes,2,opt,name=signed_message,json=signedMessage,proto3,oneof"`
}

type EnvelopeContent_TransferInMediatorMessage

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

type EnvelopeContent_TransferOutMediatorMessage

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

type FullInformeeTree

type FullInformeeTree struct {
	Tree *GenTransactionTree `protobuf:"bytes,1,opt,name=tree,proto3" json:"tree,omitempty"`
	// contains filtered or unexported fields
}

func (*FullInformeeTree) Descriptor deprecated

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

Deprecated: Use FullInformeeTree.ProtoReflect.Descriptor instead.

func (*FullInformeeTree) GetTree

func (x *FullInformeeTree) GetTree() *GenTransactionTree

func (*FullInformeeTree) ProtoMessage

func (*FullInformeeTree) ProtoMessage()

func (*FullInformeeTree) ProtoReflect

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

func (*FullInformeeTree) Reset

func (x *FullInformeeTree) Reset()

func (*FullInformeeTree) String

func (x *FullInformeeTree) String() string

type GenTransactionTree

type GenTransactionTree struct {
	SubmitterMetadata   *BlindableNode `protobuf:"bytes,1,opt,name=submitter_metadata,json=submitterMetadata,proto3" json:"submitter_metadata,omitempty"`
	CommonMetadata      *BlindableNode `protobuf:"bytes,2,opt,name=common_metadata,json=commonMetadata,proto3" json:"common_metadata,omitempty"`
	ParticipantMetadata *BlindableNode `protobuf:"bytes,3,opt,name=participant_metadata,json=participantMetadata,proto3" json:"participant_metadata,omitempty"`
	RootViews           *MerkleSeq     `protobuf:"bytes,4,opt,name=root_views,json=rootViews,proto3" json:"root_views,omitempty"`
	// contains filtered or unexported fields
}

func (*GenTransactionTree) Descriptor deprecated

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

Deprecated: Use GenTransactionTree.ProtoReflect.Descriptor instead.

func (*GenTransactionTree) GetCommonMetadata

func (x *GenTransactionTree) GetCommonMetadata() *BlindableNode

func (*GenTransactionTree) GetParticipantMetadata

func (x *GenTransactionTree) GetParticipantMetadata() *BlindableNode

func (*GenTransactionTree) GetRootViews

func (x *GenTransactionTree) GetRootViews() *MerkleSeq

func (*GenTransactionTree) GetSubmitterMetadata

func (x *GenTransactionTree) GetSubmitterMetadata() *BlindableNode

func (*GenTransactionTree) ProtoMessage

func (*GenTransactionTree) ProtoMessage()

func (*GenTransactionTree) ProtoReflect

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

func (*GenTransactionTree) Reset

func (x *GenTransactionTree) Reset()

func (*GenTransactionTree) String

func (x *GenTransactionTree) String() string

type GlobalKey

type GlobalKey struct {
	TemplateId []byte `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"`
	Key        []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalKey) Descriptor deprecated

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

Deprecated: Use GlobalKey.ProtoReflect.Descriptor instead.

func (*GlobalKey) GetKey

func (x *GlobalKey) GetKey() []byte

func (*GlobalKey) GetTemplateId

func (x *GlobalKey) GetTemplateId() []byte

func (*GlobalKey) ProtoMessage

func (*GlobalKey) ProtoMessage()

func (*GlobalKey) ProtoReflect

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

func (*GlobalKey) Reset

func (x *GlobalKey) Reset()

func (*GlobalKey) String

func (x *GlobalKey) String() string

type Handshake

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

Messages for performing a version handshake with a sequencer service Reused between sequencer services IMPORTANT: changing the version handshakes can lead to issues with upgrading domains - be very careful when changing the handshake message format

func (*Handshake) Descriptor deprecated

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

Deprecated: Use Handshake.ProtoReflect.Descriptor instead.

func (*Handshake) ProtoMessage

func (*Handshake) ProtoMessage()

func (*Handshake) ProtoReflect

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

func (*Handshake) Reset

func (x *Handshake) Reset()

func (*Handshake) String

func (x *Handshake) String() string

type Handshake_Failure

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

func (*Handshake_Failure) Descriptor deprecated

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

Deprecated: Use Handshake_Failure.ProtoReflect.Descriptor instead.

func (*Handshake_Failure) GetReason

func (x *Handshake_Failure) GetReason() string

func (*Handshake_Failure) ProtoMessage

func (*Handshake_Failure) ProtoMessage()

func (*Handshake_Failure) ProtoReflect

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

func (*Handshake_Failure) Reset

func (x *Handshake_Failure) Reset()

func (*Handshake_Failure) String

func (x *Handshake_Failure) String() string

type Handshake_Request

type Handshake_Request struct {
	ClientProtocolVersions []string                `` /* 129-byte string literal not displayed */
	MinimumProtocolVersion *wrapperspb.StringValue `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Handshake_Request) Descriptor deprecated

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

Deprecated: Use Handshake_Request.ProtoReflect.Descriptor instead.

func (*Handshake_Request) GetClientProtocolVersions

func (x *Handshake_Request) GetClientProtocolVersions() []string

func (*Handshake_Request) GetMinimumProtocolVersion

func (x *Handshake_Request) GetMinimumProtocolVersion() *wrapperspb.StringValue

func (*Handshake_Request) ProtoMessage

func (*Handshake_Request) ProtoMessage()

func (*Handshake_Request) ProtoReflect

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

func (*Handshake_Request) Reset

func (x *Handshake_Request) Reset()

func (*Handshake_Request) String

func (x *Handshake_Request) String() string

type Handshake_Response

type Handshake_Response struct {
	ServerProtocolVersion string `` /* 126-byte string literal not displayed */
	// Types that are assignable to Value:
	//	*Handshake_Response_Success
	//	*Handshake_Response_Failure
	Value isHandshake_Response_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Handshake_Response) Descriptor deprecated

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

Deprecated: Use Handshake_Response.ProtoReflect.Descriptor instead.

func (*Handshake_Response) GetFailure

func (x *Handshake_Response) GetFailure() *Handshake_Failure

func (*Handshake_Response) GetServerProtocolVersion

func (x *Handshake_Response) GetServerProtocolVersion() string

func (*Handshake_Response) GetSuccess

func (x *Handshake_Response) GetSuccess() *Handshake_Success

func (*Handshake_Response) GetValue

func (m *Handshake_Response) GetValue() isHandshake_Response_Value

func (*Handshake_Response) ProtoMessage

func (*Handshake_Response) ProtoMessage()

func (*Handshake_Response) ProtoReflect

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

func (*Handshake_Response) Reset

func (x *Handshake_Response) Reset()

func (*Handshake_Response) String

func (x *Handshake_Response) String() string

type Handshake_Response_Failure

type Handshake_Response_Failure struct {
	Failure *Handshake_Failure `protobuf:"bytes,3,opt,name=failure,proto3,oneof"`
}

type Handshake_Response_Success

type Handshake_Response_Success struct {
	Success *Handshake_Success `protobuf:"bytes,2,opt,name=success,proto3,oneof"`
}

type Handshake_Success

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

func (*Handshake_Success) Descriptor deprecated

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

Deprecated: Use Handshake_Success.ProtoReflect.Descriptor instead.

func (*Handshake_Success) ProtoMessage

func (*Handshake_Success) ProtoMessage()

func (*Handshake_Success) ProtoReflect

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

func (*Handshake_Success) Reset

func (x *Handshake_Success) Reset()

func (*Handshake_Success) String

func (x *Handshake_Success) String() string

type IdentifierDelegation

type IdentifierDelegation struct {

	// identifier
	UniqueIdentifier string `protobuf:"bytes,1,opt,name=unique_identifier,json=uniqueIdentifier,proto3" json:"unique_identifier,omitempty"`
	// target key getting the right
	TargetKey *v0.SigningPublicKey `protobuf:"bytes,2,opt,name=target_key,json=targetKey,proto3" json:"target_key,omitempty"`
	// contains filtered or unexported fields
}

identifier delegation giving right to issue topology transaction on that particular identifier

func (*IdentifierDelegation) Descriptor deprecated

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

Deprecated: Use IdentifierDelegation.ProtoReflect.Descriptor instead.

func (*IdentifierDelegation) GetTargetKey

func (x *IdentifierDelegation) GetTargetKey() *v0.SigningPublicKey

func (*IdentifierDelegation) GetUniqueIdentifier

func (x *IdentifierDelegation) GetUniqueIdentifier() string

func (*IdentifierDelegation) ProtoMessage

func (*IdentifierDelegation) ProtoMessage()

func (*IdentifierDelegation) ProtoReflect

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

func (*IdentifierDelegation) Reset

func (x *IdentifierDelegation) Reset()

func (*IdentifierDelegation) String

func (x *IdentifierDelegation) String() string

type Informee

type Informee struct {
	Party  string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Weight int32  `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"` // optional: only set if party is confirming
	// contains filtered or unexported fields
}

func (*Informee) Descriptor deprecated

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

Deprecated: Use Informee.ProtoReflect.Descriptor instead.

func (*Informee) GetParty

func (x *Informee) GetParty() string

func (*Informee) GetWeight

func (x *Informee) GetWeight() int32

func (*Informee) ProtoMessage

func (*Informee) ProtoMessage()

func (*Informee) ProtoReflect

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

func (*Informee) Reset

func (x *Informee) Reset()

func (*Informee) String

func (x *Informee) String() string

type InformeeMessage

type InformeeMessage struct {
	FullInformeeTree *FullInformeeTree `protobuf:"bytes,1,opt,name=full_informee_tree,json=fullInformeeTree,proto3" json:"full_informee_tree,omitempty"`
	// contains filtered or unexported fields
}

func (*InformeeMessage) Descriptor deprecated

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

Deprecated: Use InformeeMessage.ProtoReflect.Descriptor instead.

func (*InformeeMessage) GetFullInformeeTree

func (x *InformeeMessage) GetFullInformeeTree() *FullInformeeTree

func (*InformeeMessage) ProtoMessage

func (*InformeeMessage) ProtoMessage()

func (*InformeeMessage) ProtoReflect

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

func (*InformeeMessage) Reset

func (x *InformeeMessage) Reset()

func (*InformeeMessage) String

func (x *InformeeMessage) String() string

type InformeeTree

type InformeeTree struct {
	Tree *GenTransactionTree `protobuf:"bytes,1,opt,name=tree,proto3" json:"tree,omitempty"`
	// contains filtered or unexported fields
}

func (*InformeeTree) Descriptor deprecated

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

Deprecated: Use InformeeTree.ProtoReflect.Descriptor instead.

func (*InformeeTree) GetTree

func (x *InformeeTree) GetTree() *GenTransactionTree

func (*InformeeTree) ProtoMessage

func (*InformeeTree) ProtoMessage()

func (*InformeeTree) ProtoReflect

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

func (*InformeeTree) Reset

func (x *InformeeTree) Reset()

func (*InformeeTree) String

func (x *InformeeTree) String() string

type LegalIdentityClaim

type LegalIdentityClaim struct {
	UniqueIdentifier string `protobuf:"bytes,1,opt,name=unique_identifier,json=uniqueIdentifier,proto3" json:"unique_identifier,omitempty"`
	// Evidence of the legal identity, must contain a public key fingerprint.
	//
	// Types that are assignable to Evidence:
	//	*LegalIdentityClaim_X509Cert
	Evidence isLegalIdentityClaim_Evidence `protobuf_oneof:"evidence"`
	// contains filtered or unexported fields
}

A claim of a legal identity of a Canton unique identifier.

func (*LegalIdentityClaim) Descriptor deprecated

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

Deprecated: Use LegalIdentityClaim.ProtoReflect.Descriptor instead.

func (*LegalIdentityClaim) GetEvidence

func (m *LegalIdentityClaim) GetEvidence() isLegalIdentityClaim_Evidence

func (*LegalIdentityClaim) GetUniqueIdentifier

func (x *LegalIdentityClaim) GetUniqueIdentifier() string

func (*LegalIdentityClaim) GetX509Cert

func (x *LegalIdentityClaim) GetX509Cert() []byte

func (*LegalIdentityClaim) ProtoMessage

func (*LegalIdentityClaim) ProtoMessage()

func (*LegalIdentityClaim) ProtoReflect

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

func (*LegalIdentityClaim) Reset

func (x *LegalIdentityClaim) Reset()

func (*LegalIdentityClaim) String

func (x *LegalIdentityClaim) String() string

type LegalIdentityClaim_X509Cert

type LegalIdentityClaim_X509Cert struct {
	// PEM serialized x509 cert
	X509Cert []byte `protobuf:"bytes,2,opt,name=x509_cert,json=x509Cert,proto3,oneof"`
}

type LightTransactionViewTree

type LightTransactionViewTree struct {
	Tree *GenTransactionTree `protobuf:"bytes,1,opt,name=tree,proto3" json:"tree,omitempty"`
	// contains filtered or unexported fields
}

func (*LightTransactionViewTree) Descriptor deprecated

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

Deprecated: Use LightTransactionViewTree.ProtoReflect.Descriptor instead.

func (*LightTransactionViewTree) GetTree

func (*LightTransactionViewTree) ProtoMessage

func (*LightTransactionViewTree) ProtoMessage()

func (*LightTransactionViewTree) ProtoReflect

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

func (*LightTransactionViewTree) Reset

func (x *LightTransactionViewTree) Reset()

func (*LightTransactionViewTree) String

func (x *LightTransactionViewTree) String() string

type LocalReject

type LocalReject struct {
	Code LocalReject_Code `protobuf:"varint,1,opt,name=code,proto3,enum=com.digitalasset.canton.protocol.v0.LocalReject_Code" json:"code,omitempty"`
	//* human readable explanation
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	//* affected resource
	Resource []string `protobuf:"bytes,3,rep,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalReject) Descriptor deprecated

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

Deprecated: Use LocalReject.ProtoReflect.Descriptor instead.

func (*LocalReject) GetCode

func (x *LocalReject) GetCode() LocalReject_Code

func (*LocalReject) GetReason

func (x *LocalReject) GetReason() string

func (*LocalReject) GetResource

func (x *LocalReject) GetResource() []string

func (*LocalReject) ProtoMessage

func (*LocalReject) ProtoMessage()

func (*LocalReject) ProtoReflect

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

func (*LocalReject) Reset

func (x *LocalReject) Reset()

func (*LocalReject) String

func (x *LocalReject) String() string

type LocalReject_Code

type LocalReject_Code int32
const (
	LocalReject_MissingCode                 LocalReject_Code = 0
	LocalReject_LockedContracts             LocalReject_Code = 1
	LocalReject_LockedKeys                  LocalReject_Code = 2
	LocalReject_InactiveContracts           LocalReject_Code = 3
	LocalReject_DuplicateKey                LocalReject_Code = 4
	LocalReject_CreatesExistingContract     LocalReject_Code = 5
	LocalReject_LedgerTime                  LocalReject_Code = 6
	LocalReject_SubmissionTime              LocalReject_Code = 7
	LocalReject_LocalTimeout                LocalReject_Code = 8
	LocalReject_MalformedPayloads           LocalReject_Code = 9
	LocalReject_MalformedModel              LocalReject_Code = 10
	LocalReject_MalformedConfirmationPolicy LocalReject_Code = 11
	LocalReject_BadRootHashMessage          LocalReject_Code = 12
	LocalReject_TransferOutActivenessCheck  LocalReject_Code = 13
	LocalReject_TransferInAlreadyCompleted  LocalReject_Code = 14
	LocalReject_TransferInAlreadyActive     LocalReject_Code = 15
	LocalReject_TransferInAlreadyArchived   LocalReject_Code = 16
	LocalReject_TransferInLocked            LocalReject_Code = 17
	LocalReject_InconsistentKey             LocalReject_Code = 18
)

func (LocalReject_Code) Descriptor

func (LocalReject_Code) Enum

func (LocalReject_Code) EnumDescriptor deprecated

func (LocalReject_Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use LocalReject_Code.Descriptor instead.

func (LocalReject_Code) Number

func (LocalReject_Code) String

func (x LocalReject_Code) String() string

func (LocalReject_Code) Type

type LocalVerdict

type LocalVerdict struct {

	// Types that are assignable to SomeLocalVerdict:
	//	*LocalVerdict_LocalApprove
	//	*LocalVerdict_LocalReject
	SomeLocalVerdict isLocalVerdict_SomeLocalVerdict `protobuf_oneof:"some_local_verdict"`
	// contains filtered or unexported fields
}

func (*LocalVerdict) Descriptor deprecated

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

Deprecated: Use LocalVerdict.ProtoReflect.Descriptor instead.

func (*LocalVerdict) GetLocalApprove

func (x *LocalVerdict) GetLocalApprove() *emptypb.Empty

func (*LocalVerdict) GetLocalReject

func (x *LocalVerdict) GetLocalReject() *LocalReject

func (*LocalVerdict) GetSomeLocalVerdict

func (m *LocalVerdict) GetSomeLocalVerdict() isLocalVerdict_SomeLocalVerdict

func (*LocalVerdict) ProtoMessage

func (*LocalVerdict) ProtoMessage()

func (*LocalVerdict) ProtoReflect

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

func (*LocalVerdict) Reset

func (x *LocalVerdict) Reset()

func (*LocalVerdict) String

func (x *LocalVerdict) String() string

type LocalVerdict_LocalApprove

type LocalVerdict_LocalApprove struct {
	LocalApprove *emptypb.Empty `protobuf:"bytes,1,opt,name=local_approve,json=localApprove,proto3,oneof"`
}

type LocalVerdict_LocalReject

type LocalVerdict_LocalReject struct {
	LocalReject *LocalReject `protobuf:"bytes,2,opt,name=local_reject,json=localReject,proto3,oneof"`
}

type MalformedMediatorRequestResult

type MalformedMediatorRequestResult struct {
	RequestId *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	DomainId  string                 `protobuf:"bytes,2,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	ViewType  ViewType               `` /* 136-byte string literal not displayed */
	Rejection *MediatorRejection     `protobuf:"bytes,4,opt,name=rejection,proto3" json:"rejection,omitempty"`
	// contains filtered or unexported fields
}

func (*MalformedMediatorRequestResult) Descriptor deprecated

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

Deprecated: Use MalformedMediatorRequestResult.ProtoReflect.Descriptor instead.

func (*MalformedMediatorRequestResult) GetDomainId

func (x *MalformedMediatorRequestResult) GetDomainId() string

func (*MalformedMediatorRequestResult) GetRejection

func (*MalformedMediatorRequestResult) GetRequestId

func (*MalformedMediatorRequestResult) GetViewType

func (x *MalformedMediatorRequestResult) GetViewType() ViewType

func (*MalformedMediatorRequestResult) ProtoMessage

func (*MalformedMediatorRequestResult) ProtoMessage()

func (*MalformedMediatorRequestResult) ProtoReflect

func (*MalformedMediatorRequestResult) Reset

func (x *MalformedMediatorRequestResult) Reset()

func (*MalformedMediatorRequestResult) String

type MediatorDomainState

type MediatorDomainState struct {
	Side     RequestSide `protobuf:"varint,1,opt,name=side,proto3,enum=com.digitalasset.canton.protocol.v0.RequestSide" json:"side,omitempty"`
	Domain   string      `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Mediator string      `protobuf:"bytes,3,opt,name=mediator,proto3" json:"mediator,omitempty"`
	// contains filtered or unexported fields
}

mapping a mediator to a domain

func (*MediatorDomainState) Descriptor deprecated

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

Deprecated: Use MediatorDomainState.ProtoReflect.Descriptor instead.

func (*MediatorDomainState) GetDomain

func (x *MediatorDomainState) GetDomain() string

func (*MediatorDomainState) GetMediator

func (x *MediatorDomainState) GetMediator() string

func (*MediatorDomainState) GetSide

func (x *MediatorDomainState) GetSide() RequestSide

func (*MediatorDomainState) ProtoMessage

func (*MediatorDomainState) ProtoMessage()

func (*MediatorDomainState) ProtoReflect

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

func (*MediatorDomainState) Reset

func (x *MediatorDomainState) Reset()

func (*MediatorDomainState) String

func (x *MediatorDomainState) String() string

type MediatorRejection

type MediatorRejection struct {
	Code   MediatorRejection_Code `` /* 126-byte string literal not displayed */
	Reason string                 `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*MediatorRejection) Descriptor deprecated

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

Deprecated: Use MediatorRejection.ProtoReflect.Descriptor instead.

func (*MediatorRejection) GetCode

func (*MediatorRejection) GetReason

func (x *MediatorRejection) GetReason() string

func (*MediatorRejection) ProtoMessage

func (*MediatorRejection) ProtoMessage()

func (*MediatorRejection) ProtoReflect

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

func (*MediatorRejection) Reset

func (x *MediatorRejection) Reset()

func (*MediatorRejection) String

func (x *MediatorRejection) String() string

type MediatorRejection_Code

type MediatorRejection_Code int32
const (
	MediatorRejection_MissingCode                           MediatorRejection_Code = 0
	MediatorRejection_InformeesNotHostedOnActiveParticipant MediatorRejection_Code = 1
	MediatorRejection_NotEnoughConfirmingParties            MediatorRejection_Code = 2
	MediatorRejection_ViewThresholdBelowMinimumThreshold    MediatorRejection_Code = 3
	MediatorRejection_InvalidRootHashMessage                MediatorRejection_Code = 4
	MediatorRejection_Timeout                               MediatorRejection_Code = 5
	MediatorRejection_WrongDeclaredMediator                 MediatorRejection_Code = 6
	MediatorRejection_NonUniqueRequestUuid                  MediatorRejection_Code = 7
)

func (MediatorRejection_Code) Descriptor

func (MediatorRejection_Code) Enum

func (MediatorRejection_Code) EnumDescriptor deprecated

func (MediatorRejection_Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use MediatorRejection_Code.Descriptor instead.

func (MediatorRejection_Code) Number

func (MediatorRejection_Code) String

func (x MediatorRejection_Code) String() string

func (MediatorRejection_Code) Type

type MediatorResponse

type MediatorResponse struct {
	RequestId         *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Sender            string                 `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"`
	ViewHash          []byte                 `protobuf:"bytes,3,opt,name=view_hash,json=viewHash,proto3" json:"view_hash,omitempty"` // May be empty for Malformed verdicts if the participant cannot determine the view hash.
	LocalVerdict      *LocalVerdict          `protobuf:"bytes,4,opt,name=local_verdict,json=localVerdict,proto3" json:"local_verdict,omitempty"`
	RootHash          []byte                 `protobuf:"bytes,5,opt,name=root_hash,json=rootHash,proto3" json:"root_hash,omitempty"`                            // May be empty for Malformed verdicts if the participant cannot determine the root hash.
	ConfirmingParties []string               `protobuf:"bytes,6,rep,name=confirming_parties,json=confirmingParties,proto3" json:"confirming_parties,omitempty"` // Empty iff the verdict is malformed.
	DomainId          string                 `protobuf:"bytes,7,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MediatorResponse) Descriptor deprecated

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

Deprecated: Use MediatorResponse.ProtoReflect.Descriptor instead.

func (*MediatorResponse) GetConfirmingParties

func (x *MediatorResponse) GetConfirmingParties() []string

func (*MediatorResponse) GetDomainId

func (x *MediatorResponse) GetDomainId() string

func (*MediatorResponse) GetLocalVerdict

func (x *MediatorResponse) GetLocalVerdict() *LocalVerdict

func (*MediatorResponse) GetRequestId

func (x *MediatorResponse) GetRequestId() *timestamppb.Timestamp

func (*MediatorResponse) GetRootHash

func (x *MediatorResponse) GetRootHash() []byte

func (*MediatorResponse) GetSender

func (x *MediatorResponse) GetSender() string

func (*MediatorResponse) GetViewHash

func (x *MediatorResponse) GetViewHash() []byte

func (*MediatorResponse) ProtoMessage

func (*MediatorResponse) ProtoMessage()

func (*MediatorResponse) ProtoReflect

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

func (*MediatorResponse) Reset

func (x *MediatorResponse) Reset()

func (*MediatorResponse) String

func (x *MediatorResponse) String() string

type MerkleSeq

type MerkleSeq struct {
	RootOrEmpty *BlindableNode `protobuf:"bytes,1,opt,name=root_or_empty,json=rootOrEmpty,proto3" json:"root_or_empty,omitempty"` // optional; absent if the sequence is empty
	// contains filtered or unexported fields
}

func (*MerkleSeq) Descriptor deprecated

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

Deprecated: Use MerkleSeq.ProtoReflect.Descriptor instead.

func (*MerkleSeq) GetRootOrEmpty

func (x *MerkleSeq) GetRootOrEmpty() *BlindableNode

func (*MerkleSeq) ProtoMessage

func (*MerkleSeq) ProtoMessage()

func (*MerkleSeq) ProtoReflect

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

func (*MerkleSeq) Reset

func (x *MerkleSeq) Reset()

func (*MerkleSeq) String

func (x *MerkleSeq) String() string

type MerkleSeqElement

type MerkleSeqElement struct {

	// Fields mandatory for Branch
	First  *BlindableNode `protobuf:"bytes,1,opt,name=first,proto3" json:"first,omitempty"`
	Second *BlindableNode `protobuf:"bytes,2,opt,name=second,proto3" json:"second,omitempty"`
	// Fields mandatory for Singleton
	Data *BlindableNode `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MerkleSeqElement) Descriptor deprecated

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

Deprecated: Use MerkleSeqElement.ProtoReflect.Descriptor instead.

func (*MerkleSeqElement) GetData

func (x *MerkleSeqElement) GetData() *BlindableNode

func (*MerkleSeqElement) GetFirst

func (x *MerkleSeqElement) GetFirst() *BlindableNode

func (*MerkleSeqElement) GetSecond

func (x *MerkleSeqElement) GetSecond() *BlindableNode

func (*MerkleSeqElement) ProtoMessage

func (*MerkleSeqElement) ProtoMessage()

func (*MerkleSeqElement) ProtoReflect

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

func (*MerkleSeqElement) Reset

func (x *MerkleSeqElement) Reset()

func (*MerkleSeqElement) String

func (x *MerkleSeqElement) String() string

type NamespaceDelegation

type NamespaceDelegation struct {

	// fingerprint of the root key defining the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// target key of getting full rights on the namespace (if target == namespace, it's a root CA)
	TargetKey *v0.SigningPublicKey `protobuf:"bytes,2,opt,name=target_key,json=targetKey,proto3" json:"target_key,omitempty"`
	// flag indicating whether the given delegation is a root delegation or not
	// a root delegation is also allowed to issue other NamespaceDelegations.
	IsRootDelegation bool `protobuf:"varint,3,opt,name=is_root_delegation,json=isRootDelegation,proto3" json:"is_root_delegation,omitempty"`
	// contains filtered or unexported fields
}

namespace delegation message (equivalent to X509v3 CA root or intermediate CAs)

func (*NamespaceDelegation) Descriptor deprecated

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

Deprecated: Use NamespaceDelegation.ProtoReflect.Descriptor instead.

func (*NamespaceDelegation) GetIsRootDelegation

func (x *NamespaceDelegation) GetIsRootDelegation() bool

func (*NamespaceDelegation) GetNamespace

func (x *NamespaceDelegation) GetNamespace() string

func (*NamespaceDelegation) GetTargetKey

func (x *NamespaceDelegation) GetTargetKey() *v0.SigningPublicKey

func (*NamespaceDelegation) ProtoMessage

func (*NamespaceDelegation) ProtoMessage()

func (*NamespaceDelegation) ProtoReflect

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

func (*NamespaceDelegation) Reset

func (x *NamespaceDelegation) Reset()

func (*NamespaceDelegation) String

func (x *NamespaceDelegation) String() string

type OwnerToKeyMapping

type OwnerToKeyMapping struct {

	// the key owner
	KeyOwner string `protobuf:"bytes,1,opt,name=key_owner,json=keyOwner,proto3" json:"key_owner,omitempty"`
	// the designated key
	PublicKey *v0.PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

mapping of key-owner (participant, mediator, sequencer, domain topology manager) to a key

func (*OwnerToKeyMapping) Descriptor deprecated

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

Deprecated: Use OwnerToKeyMapping.ProtoReflect.Descriptor instead.

func (*OwnerToKeyMapping) GetKeyOwner

func (x *OwnerToKeyMapping) GetKeyOwner() string

func (*OwnerToKeyMapping) GetPublicKey

func (x *OwnerToKeyMapping) GetPublicKey() *v0.PublicKey

func (*OwnerToKeyMapping) ProtoMessage

func (*OwnerToKeyMapping) ProtoMessage()

func (*OwnerToKeyMapping) ProtoReflect

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

func (*OwnerToKeyMapping) Reset

func (x *OwnerToKeyMapping) Reset()

func (*OwnerToKeyMapping) String

func (x *OwnerToKeyMapping) String() string

type ParticipantMetadata

type ParticipantMetadata struct {
	Salt           *v0.Salt               `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	LedgerTime     *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=ledger_time,json=ledgerTime,proto3" json:"ledger_time,omitempty"`
	SubmissionTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=submission_time,json=submissionTime,proto3" json:"submission_time,omitempty"`
	WorkflowId     string                 `protobuf:"bytes,4,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` // optional
	// contains filtered or unexported fields
}

func (*ParticipantMetadata) Descriptor deprecated

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

Deprecated: Use ParticipantMetadata.ProtoReflect.Descriptor instead.

func (*ParticipantMetadata) GetLedgerTime

func (x *ParticipantMetadata) GetLedgerTime() *timestamppb.Timestamp

func (*ParticipantMetadata) GetSalt

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

func (*ParticipantMetadata) GetSubmissionTime

func (x *ParticipantMetadata) GetSubmissionTime() *timestamppb.Timestamp

func (*ParticipantMetadata) GetWorkflowId

func (x *ParticipantMetadata) GetWorkflowId() string

func (*ParticipantMetadata) ProtoMessage

func (*ParticipantMetadata) ProtoMessage()

func (*ParticipantMetadata) ProtoReflect

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

func (*ParticipantMetadata) Reset

func (x *ParticipantMetadata) Reset()

func (*ParticipantMetadata) String

func (x *ParticipantMetadata) String() string

type ParticipantPermission

type ParticipantPermission int32

enum indicating the participant permission level

const (
	ParticipantPermission_MissingParticipantPermission ParticipantPermission = 0
	// participant is active, can submit transactions
	ParticipantPermission_Submission ParticipantPermission = 1
	// participant is passive, can only confirm transactions
	ParticipantPermission_Confirmation ParticipantPermission = 2
	// participant is passive, can only observe transactions
	ParticipantPermission_Observation ParticipantPermission = 3
	// participant is disabled and can not be addressed
	ParticipantPermission_Disabled ParticipantPermission = 4
)

func (ParticipantPermission) Descriptor

func (ParticipantPermission) Enum

func (ParticipantPermission) EnumDescriptor deprecated

func (ParticipantPermission) EnumDescriptor() ([]byte, []int)

Deprecated: Use ParticipantPermission.Descriptor instead.

func (ParticipantPermission) Number

func (ParticipantPermission) String

func (x ParticipantPermission) String() string

func (ParticipantPermission) Type

type ParticipantRandomnessLookup

type ParticipantRandomnessLookup struct {
	Participant string `protobuf:"bytes,1,opt,name=participant,proto3" json:"participant,omitempty"`
	// An encrypted random bytestring. After decryption, used in HKDF to derive the encryption keys for the view and
	// its subviews
	Randomness []byte `protobuf:"bytes,2,opt,name=randomness,proto3" json:"randomness,omitempty"`
	// contains filtered or unexported fields
}

func (*ParticipantRandomnessLookup) Descriptor deprecated

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

Deprecated: Use ParticipantRandomnessLookup.ProtoReflect.Descriptor instead.

func (*ParticipantRandomnessLookup) GetParticipant

func (x *ParticipantRandomnessLookup) GetParticipant() string

func (*ParticipantRandomnessLookup) GetRandomness

func (x *ParticipantRandomnessLookup) GetRandomness() []byte

func (*ParticipantRandomnessLookup) ProtoMessage

func (*ParticipantRandomnessLookup) ProtoMessage()

func (*ParticipantRandomnessLookup) ProtoReflect

func (*ParticipantRandomnessLookup) Reset

func (x *ParticipantRandomnessLookup) Reset()

func (*ParticipantRandomnessLookup) String

func (x *ParticipantRandomnessLookup) String() string

type ParticipantState

type ParticipantState struct {
	Side        RequestSide           `protobuf:"varint,1,opt,name=side,proto3,enum=com.digitalasset.canton.protocol.v0.RequestSide" json:"side,omitempty"`
	Domain      string                `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Participant string                `protobuf:"bytes,3,opt,name=participant,proto3" json:"participant,omitempty"`
	Permission  ParticipantPermission `` /* 137-byte string literal not displayed */
	TrustLevel  TrustLevel            `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ParticipantState) Descriptor deprecated

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

Deprecated: Use ParticipantState.ProtoReflect.Descriptor instead.

func (*ParticipantState) GetDomain

func (x *ParticipantState) GetDomain() string

func (*ParticipantState) GetParticipant

func (x *ParticipantState) GetParticipant() string

func (*ParticipantState) GetPermission

func (x *ParticipantState) GetPermission() ParticipantPermission

func (*ParticipantState) GetSide

func (x *ParticipantState) GetSide() RequestSide

func (*ParticipantState) GetTrustLevel

func (x *ParticipantState) GetTrustLevel() TrustLevel

func (*ParticipantState) ProtoMessage

func (*ParticipantState) ProtoMessage()

func (*ParticipantState) ProtoReflect

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

func (*ParticipantState) Reset

func (x *ParticipantState) Reset()

func (*ParticipantState) String

func (x *ParticipantState) String() string

type PartyToParticipant

type PartyToParticipant struct {

	// the side of this request (if namespace of party = participant, it must be "Both", otherwise it should map to the request side)
	Side RequestSide `protobuf:"varint,1,opt,name=side,proto3,enum=com.digitalasset.canton.protocol.v0.RequestSide" json:"side,omitempty"`
	// the party that should be mapped (from)
	Party string `protobuf:"bytes,2,opt,name=party,proto3" json:"party,omitempty"`
	// the target participant that the party should be mapped to
	Participant string `protobuf:"bytes,3,opt,name=participant,proto3" json:"participant,omitempty"`
	// permission of the participant (what he can do)
	Permission ParticipantPermission `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

mapping that maps a party to a participant

func (*PartyToParticipant) Descriptor deprecated

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

Deprecated: Use PartyToParticipant.ProtoReflect.Descriptor instead.

func (*PartyToParticipant) GetParticipant

func (x *PartyToParticipant) GetParticipant() string

func (*PartyToParticipant) GetParty

func (x *PartyToParticipant) GetParty() string

func (*PartyToParticipant) GetPermission

func (x *PartyToParticipant) GetPermission() ParticipantPermission

func (*PartyToParticipant) GetSide

func (x *PartyToParticipant) GetSide() RequestSide

func (*PartyToParticipant) ProtoMessage

func (*PartyToParticipant) ProtoMessage()

func (*PartyToParticipant) ProtoReflect

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

func (*PartyToParticipant) Reset

func (x *PartyToParticipant) Reset()

func (*PartyToParticipant) String

func (x *PartyToParticipant) String() string

type PossiblyIgnoredSequencedEvent

type PossiblyIgnoredSequencedEvent struct {
	Counter      int64                  `protobuf:"varint,1,opt,name=counter,proto3" json:"counter,omitempty"`
	Timestamp    *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TraceContext *v0.TraceContext       `protobuf:"bytes,3,opt,name=trace_context,json=traceContext,proto3" json:"trace_context,omitempty"`
	IsIgnored    bool                   `protobuf:"varint,4,opt,name=is_ignored,json=isIgnored,proto3" json:"is_ignored,omitempty"`
	Underlying   *SignedContent         `protobuf:"bytes,5,opt,name=underlying,proto3" json:"underlying,omitempty"` // Optional if is_ignored == true, required otherwise
	// contains filtered or unexported fields
}

func (*PossiblyIgnoredSequencedEvent) Descriptor deprecated

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

Deprecated: Use PossiblyIgnoredSequencedEvent.ProtoReflect.Descriptor instead.

func (*PossiblyIgnoredSequencedEvent) GetCounter

func (x *PossiblyIgnoredSequencedEvent) GetCounter() int64

func (*PossiblyIgnoredSequencedEvent) GetIsIgnored

func (x *PossiblyIgnoredSequencedEvent) GetIsIgnored() bool

func (*PossiblyIgnoredSequencedEvent) GetTimestamp

func (*PossiblyIgnoredSequencedEvent) GetTraceContext

func (x *PossiblyIgnoredSequencedEvent) GetTraceContext() *v0.TraceContext

func (*PossiblyIgnoredSequencedEvent) GetUnderlying

func (x *PossiblyIgnoredSequencedEvent) GetUnderlying() *SignedContent

func (*PossiblyIgnoredSequencedEvent) ProtoMessage

func (*PossiblyIgnoredSequencedEvent) ProtoMessage()

func (*PossiblyIgnoredSequencedEvent) ProtoReflect

func (*PossiblyIgnoredSequencedEvent) Reset

func (x *PossiblyIgnoredSequencedEvent) Reset()

func (*PossiblyIgnoredSequencedEvent) String

type Recipients

type Recipients struct {
	RecipientsTree []*RecipientsTree `protobuf:"bytes,1,rep,name=recipients_tree,json=recipientsTree,proto3" json:"recipients_tree,omitempty"`
	// contains filtered or unexported fields
}

func (*Recipients) Descriptor deprecated

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

Deprecated: Use Recipients.ProtoReflect.Descriptor instead.

func (*Recipients) GetRecipientsTree

func (x *Recipients) GetRecipientsTree() []*RecipientsTree

func (*Recipients) ProtoMessage

func (*Recipients) ProtoMessage()

func (*Recipients) ProtoReflect

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

func (*Recipients) Reset

func (x *Recipients) Reset()

func (*Recipients) String

func (x *Recipients) String() string

type RecipientsTree

type RecipientsTree struct {
	Recipients []string          `protobuf:"bytes,1,rep,name=recipients,proto3" json:"recipients,omitempty"`
	Children   []*RecipientsTree `protobuf:"bytes,2,rep,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

Protobuf has a hard limit on the nesting depth of messages, so this message could potentially hit the nesting depth limit. However this probably won't be an issue any time soon.

func (*RecipientsTree) Descriptor deprecated

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

Deprecated: Use RecipientsTree.ProtoReflect.Descriptor instead.

func (*RecipientsTree) GetChildren

func (x *RecipientsTree) GetChildren() []*RecipientsTree

func (*RecipientsTree) GetRecipients

func (x *RecipientsTree) GetRecipients() []string

func (*RecipientsTree) ProtoMessage

func (*RecipientsTree) ProtoMessage()

func (*RecipientsTree) ProtoReflect

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

func (*RecipientsTree) Reset

func (x *RecipientsTree) Reset()

func (*RecipientsTree) String

func (x *RecipientsTree) String() string

type RegisterTopologyTransactionRequest

type RegisterTopologyTransactionRequest struct {

	// the member requesting the approval of the transactions on behalf of the participant.
	// typically this will be either an unauthenticated member (before the participant is active)
	// or the participant itself (after it has become active)
	RequestedBy                string   `protobuf:"bytes,1,opt,name=requested_by,json=requestedBy,proto3" json:"requested_by,omitempty"`
	Participant                string   `protobuf:"bytes,2,opt,name=participant,proto3" json:"participant,omitempty"`
	RequestId                  string   `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	SignedTopologyTransactions [][]byte `` /* 141-byte string literal not displayed */
	DomainId                   string   `protobuf:"bytes,5,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterTopologyTransactionRequest) Descriptor deprecated

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

Deprecated: Use RegisterTopologyTransactionRequest.ProtoReflect.Descriptor instead.

func (*RegisterTopologyTransactionRequest) GetDomainId

func (x *RegisterTopologyTransactionRequest) GetDomainId() string

func (*RegisterTopologyTransactionRequest) GetParticipant

func (x *RegisterTopologyTransactionRequest) GetParticipant() string

func (*RegisterTopologyTransactionRequest) GetRequestId

func (x *RegisterTopologyTransactionRequest) GetRequestId() string

func (*RegisterTopologyTransactionRequest) GetRequestedBy

func (x *RegisterTopologyTransactionRequest) GetRequestedBy() string

func (*RegisterTopologyTransactionRequest) GetSignedTopologyTransactions

func (x *RegisterTopologyTransactionRequest) GetSignedTopologyTransactions() [][]byte

func (*RegisterTopologyTransactionRequest) ProtoMessage

func (*RegisterTopologyTransactionRequest) ProtoMessage()

func (*RegisterTopologyTransactionRequest) ProtoReflect

func (*RegisterTopologyTransactionRequest) Reset

func (*RegisterTopologyTransactionRequest) String

type RegisterTopologyTransactionResponse

type RegisterTopologyTransactionResponse struct {
	RequestedBy string                                        `protobuf:"bytes,1,opt,name=requested_by,json=requestedBy,proto3" json:"requested_by,omitempty"`
	Participant string                                        `protobuf:"bytes,2,opt,name=participant,proto3" json:"participant,omitempty"`
	RequestId   string                                        `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Results     []*RegisterTopologyTransactionResponse_Result `protobuf:"bytes,4,rep,name=results,proto3" json:"results,omitempty"`
	DomainId    string                                        `protobuf:"bytes,5,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterTopologyTransactionResponse) Descriptor deprecated

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

Deprecated: Use RegisterTopologyTransactionResponse.ProtoReflect.Descriptor instead.

func (*RegisterTopologyTransactionResponse) GetDomainId

func (*RegisterTopologyTransactionResponse) GetParticipant

func (x *RegisterTopologyTransactionResponse) GetParticipant() string

func (*RegisterTopologyTransactionResponse) GetRequestId

func (x *RegisterTopologyTransactionResponse) GetRequestId() string

func (*RegisterTopologyTransactionResponse) GetRequestedBy

func (x *RegisterTopologyTransactionResponse) GetRequestedBy() string

func (*RegisterTopologyTransactionResponse) GetResults

func (*RegisterTopologyTransactionResponse) ProtoMessage

func (*RegisterTopologyTransactionResponse) ProtoMessage()

func (*RegisterTopologyTransactionResponse) ProtoReflect

func (*RegisterTopologyTransactionResponse) Reset

func (*RegisterTopologyTransactionResponse) String

type RegisterTopologyTransactionResponse_Result

type RegisterTopologyTransactionResponse_Result struct {
	UniquePath   string                                           `protobuf:"bytes,1,opt,name=unique_path,json=uniquePath,proto3" json:"unique_path,omitempty"`
	State        RegisterTopologyTransactionResponse_Result_State `` /* 154-byte string literal not displayed */
	ErrorMessage string                                           `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterTopologyTransactionResponse_Result) Descriptor deprecated

Deprecated: Use RegisterTopologyTransactionResponse_Result.ProtoReflect.Descriptor instead.

func (*RegisterTopologyTransactionResponse_Result) GetErrorMessage

func (*RegisterTopologyTransactionResponse_Result) GetState

func (*RegisterTopologyTransactionResponse_Result) GetUniquePath

func (*RegisterTopologyTransactionResponse_Result) ProtoMessage

func (*RegisterTopologyTransactionResponse_Result) ProtoReflect

func (*RegisterTopologyTransactionResponse_Result) Reset

func (*RegisterTopologyTransactionResponse_Result) String

type RegisterTopologyTransactionResponse_Result_State

type RegisterTopologyTransactionResponse_Result_State int32
const (
	RegisterTopologyTransactionResponse_Result_MISSING_STATE RegisterTopologyTransactionResponse_Result_State = 0
	// requested transaction has been stored with the domain, for the domain operator to inspect and decide
	// TODO(#9014) remove once we move to 3.0
	RegisterTopologyTransactionResponse_Result_REQUESTED RegisterTopologyTransactionResponse_Result_State = 1
	// the request failed with an error message
	RegisterTopologyTransactionResponse_Result_FAILED RegisterTopologyTransactionResponse_Result_State = 2
	// the request has been automatically rejected.
	RegisterTopologyTransactionResponse_Result_REJECTED RegisterTopologyTransactionResponse_Result_State = 3
	// the request has been accepted by the domain topology manager
	RegisterTopologyTransactionResponse_Result_ACCEPTED RegisterTopologyTransactionResponse_Result_State = 4
	// the request is a duplicate (i.e. yields an topology state element that already exists)
	RegisterTopologyTransactionResponse_Result_DUPLICATE RegisterTopologyTransactionResponse_Result_State = 5
	// the request is obsolete (i.e. a Remove to a topology mapping that does not exist on the server)
	RegisterTopologyTransactionResponse_Result_OBSOLETE RegisterTopologyTransactionResponse_Result_State = 6
)

func (RegisterTopologyTransactionResponse_Result_State) Descriptor

func (RegisterTopologyTransactionResponse_Result_State) Enum

func (RegisterTopologyTransactionResponse_Result_State) EnumDescriptor deprecated

Deprecated: Use RegisterTopologyTransactionResponse_Result_State.Descriptor instead.

func (RegisterTopologyTransactionResponse_Result_State) Number

func (RegisterTopologyTransactionResponse_Result_State) String

func (RegisterTopologyTransactionResponse_Result_State) Type

type RejectionReason

type RejectionReason struct {
	Parties []string     `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	Reject  *LocalReject `protobuf:"bytes,2,opt,name=reject,proto3" json:"reject,omitempty"`
	// contains filtered or unexported fields
}

func (*RejectionReason) Descriptor deprecated

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

Deprecated: Use RejectionReason.ProtoReflect.Descriptor instead.

func (*RejectionReason) GetParties

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

func (*RejectionReason) GetReject

func (x *RejectionReason) GetReject() *LocalReject

func (*RejectionReason) ProtoMessage

func (*RejectionReason) ProtoMessage()

func (*RejectionReason) ProtoReflect

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

func (*RejectionReason) Reset

func (x *RejectionReason) Reset()

func (*RejectionReason) String

func (x *RejectionReason) String() string

type RejectionReasons

type RejectionReasons struct {
	Reasons []*RejectionReason `protobuf:"bytes,1,rep,name=reasons,proto3" json:"reasons,omitempty"`
	// contains filtered or unexported fields
}

func (*RejectionReasons) Descriptor deprecated

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

Deprecated: Use RejectionReasons.ProtoReflect.Descriptor instead.

func (*RejectionReasons) GetReasons

func (x *RejectionReasons) GetReasons() []*RejectionReason

func (*RejectionReasons) ProtoMessage

func (*RejectionReasons) ProtoMessage()

func (*RejectionReasons) ProtoReflect

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

func (*RejectionReasons) Reset

func (x *RejectionReasons) Reset()

func (*RejectionReasons) String

func (x *RejectionReasons) String() string

type RequestSide

type RequestSide int32

* Side of the party to participant mapping request

Party to participant mapping request need to be approved by both namespaces if the namespaces are different. We support this by allowing to split the signatures into two transactions (so both namespace controller sign the same transaction, just with different "RequestSide"

{Both, From_Party -> To_Participant} is split into {From, From_Party -> To_Participant} + {To, From_Party -> To_Participant}

const (
	RequestSide_MissingRequestSide RequestSide = 0
	RequestSide_Both               RequestSide = 1
	RequestSide_From               RequestSide = 2
	RequestSide_To                 RequestSide = 3
)

func (RequestSide) Descriptor

func (RequestSide) Enum

func (x RequestSide) Enum() *RequestSide

func (RequestSide) EnumDescriptor deprecated

func (RequestSide) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestSide.Descriptor instead.

func (RequestSide) Number

func (x RequestSide) Number() protoreflect.EnumNumber

func (RequestSide) String

func (x RequestSide) String() string

func (RequestSide) Type

type RootHashMessage

type RootHashMessage struct {
	RootHash []byte   `protobuf:"bytes,1,opt,name=root_hash,json=rootHash,proto3" json:"root_hash,omitempty"`
	DomainId string   `protobuf:"bytes,2,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	ViewType ViewType ``                                                                    /* 136-byte string literal not displayed */
	Payload  []byte   `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` // optional
	// contains filtered or unexported fields
}

func (*RootHashMessage) Descriptor deprecated

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

Deprecated: Use RootHashMessage.ProtoReflect.Descriptor instead.

func (*RootHashMessage) GetDomainId

func (x *RootHashMessage) GetDomainId() string

func (*RootHashMessage) GetPayload

func (x *RootHashMessage) GetPayload() []byte

func (*RootHashMessage) GetRootHash

func (x *RootHashMessage) GetRootHash() []byte

func (*RootHashMessage) GetViewType

func (x *RootHashMessage) GetViewType() ViewType

func (*RootHashMessage) ProtoMessage

func (*RootHashMessage) ProtoMessage()

func (*RootHashMessage) ProtoReflect

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

func (*RootHashMessage) Reset

func (x *RootHashMessage) Reset()

func (*RootHashMessage) String

func (x *RootHashMessage) String() string

type SequencedEvent

type SequencedEvent struct {
	Counter            int64                   `protobuf:"varint,1,opt,name=counter,proto3" json:"counter,omitempty"`
	Timestamp          *timestamppb.Timestamp  `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	DomainId           string                  `protobuf:"bytes,3,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	MessageId          *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`                              // Optional: Present for DeliverError, present for the sender of a Deliver.
	Batch              *CompressedBatch        `protobuf:"bytes,5,opt,name=batch,proto3" json:"batch,omitempty"`                                                       // Optional: Present for Deliver, absent for DeliverError
	DeliverErrorReason *DeliverErrorReason     `protobuf:"bytes,6,opt,name=deliver_error_reason,json=deliverErrorReason,proto3" json:"deliver_error_reason,omitempty"` // Optional: Present for DeliverError, absent for other events
	// contains filtered or unexported fields
}

Messages for sequencing

func (*SequencedEvent) Descriptor deprecated

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

Deprecated: Use SequencedEvent.ProtoReflect.Descriptor instead.

func (*SequencedEvent) GetBatch

func (x *SequencedEvent) GetBatch() *CompressedBatch

func (*SequencedEvent) GetCounter

func (x *SequencedEvent) GetCounter() int64

func (*SequencedEvent) GetDeliverErrorReason

func (x *SequencedEvent) GetDeliverErrorReason() *DeliverErrorReason

func (*SequencedEvent) GetDomainId

func (x *SequencedEvent) GetDomainId() string

func (*SequencedEvent) GetMessageId

func (x *SequencedEvent) GetMessageId() *wrapperspb.StringValue

func (*SequencedEvent) GetTimestamp

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

func (*SequencedEvent) ProtoMessage

func (*SequencedEvent) ProtoMessage()

func (*SequencedEvent) ProtoReflect

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

func (*SequencedEvent) Reset

func (x *SequencedEvent) Reset()

func (*SequencedEvent) String

func (x *SequencedEvent) String() string

type SerializableContract

type SerializableContract struct {
	ContractId          string                         `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	RawContractInstance []byte                         `protobuf:"bytes,2,opt,name=raw_contract_instance,json=rawContractInstance,proto3" json:"raw_contract_instance,omitempty"`
	Metadata            *SerializableContract_Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	LedgerCreateTime    *timestamppb.Timestamp         `protobuf:"bytes,4,opt,name=ledger_create_time,json=ledgerCreateTime,proto3" json:"ledger_create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SerializableContract) Descriptor deprecated

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

Deprecated: Use SerializableContract.ProtoReflect.Descriptor instead.

func (*SerializableContract) GetContractId

func (x *SerializableContract) GetContractId() string

func (*SerializableContract) GetLedgerCreateTime

func (x *SerializableContract) GetLedgerCreateTime() *timestamppb.Timestamp

func (*SerializableContract) GetMetadata

func (*SerializableContract) GetRawContractInstance

func (x *SerializableContract) GetRawContractInstance() []byte

func (*SerializableContract) ProtoMessage

func (*SerializableContract) ProtoMessage()

func (*SerializableContract) ProtoReflect

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

func (*SerializableContract) Reset

func (x *SerializableContract) Reset()

func (*SerializableContract) String

func (x *SerializableContract) String() string

type SerializableContract_Metadata

type SerializableContract_Metadata struct {
	NonMaintainerSignatories []string   ``                                                                            /* 135-byte string literal not displayed */
	NonSignatoryStakeholders []string   ``                                                                            /* 135-byte string literal not displayed */
	Key                      *GlobalKey `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`                 // optional: only set if contract has a key
	Maintainers              []string   `protobuf:"bytes,4,rep,name=maintainers,proto3" json:"maintainers,omitempty"` // optional; only set if contract has a key
	// contains filtered or unexported fields
}

func (*SerializableContract_Metadata) Descriptor deprecated

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

Deprecated: Use SerializableContract_Metadata.ProtoReflect.Descriptor instead.

func (*SerializableContract_Metadata) GetKey

func (*SerializableContract_Metadata) GetMaintainers

func (x *SerializableContract_Metadata) GetMaintainers() []string

func (*SerializableContract_Metadata) GetNonMaintainerSignatories

func (x *SerializableContract_Metadata) GetNonMaintainerSignatories() []string

func (*SerializableContract_Metadata) GetNonSignatoryStakeholders

func (x *SerializableContract_Metadata) GetNonSignatoryStakeholders() []string

func (*SerializableContract_Metadata) ProtoMessage

func (*SerializableContract_Metadata) ProtoMessage()

func (*SerializableContract_Metadata) ProtoReflect

func (*SerializableContract_Metadata) Reset

func (x *SerializableContract_Metadata) Reset()

func (*SerializableContract_Metadata) String

type ServiceAgreement

type ServiceAgreement struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // A unique identifier of an agreement within a domain, which must change when the legal text changes
	LegalText string `protobuf:"bytes,2,opt,name=legal_text,json=legalText,proto3" json:"legal_text,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceAgreement) Descriptor deprecated

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

Deprecated: Use ServiceAgreement.ProtoReflect.Descriptor instead.

func (*ServiceAgreement) GetId

func (x *ServiceAgreement) GetId() string

func (*ServiceAgreement) GetLegalText

func (x *ServiceAgreement) GetLegalText() string

func (*ServiceAgreement) ProtoMessage

func (*ServiceAgreement) ProtoMessage()

func (*ServiceAgreement) ProtoReflect

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

func (*ServiceAgreement) Reset

func (x *ServiceAgreement) Reset()

func (*ServiceAgreement) String

func (x *ServiceAgreement) String() string

type SignedContent

type SignedContent struct {
	Content               *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Signatures            *v01.Signature         `protobuf:"bytes,2,opt,name=signatures,proto3" json:"signatures,omitempty"`
	TimestampOfSigningKey *timestamppb.Timestamp `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SignedContent) Descriptor deprecated

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

Deprecated: Use SignedContent.ProtoReflect.Descriptor instead.

func (*SignedContent) GetContent

func (x *SignedContent) GetContent() *wrapperspb.BytesValue

func (*SignedContent) GetSignatures

func (x *SignedContent) GetSignatures() *v01.Signature

func (*SignedContent) GetTimestampOfSigningKey

func (x *SignedContent) GetTimestampOfSigningKey() *timestamppb.Timestamp

func (*SignedContent) ProtoMessage

func (*SignedContent) ProtoMessage()

func (*SignedContent) ProtoReflect

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

func (*SignedContent) Reset

func (x *SignedContent) Reset()

func (*SignedContent) String

func (x *SignedContent) String() string

type SignedLegalIdentityClaim

type SignedLegalIdentityClaim struct {

	// Protobuf serialized LegalIdentityClaim
	Claim []byte `protobuf:"bytes,1,opt,name=claim,proto3" json:"claim,omitempty"`
	// Signature of the legal identity claim signed with the private key from the evidence.
	Signature *v0.Signature `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

Proves that the claimer possess the private key mentioned in the evidence

func (*SignedLegalIdentityClaim) Descriptor deprecated

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

Deprecated: Use SignedLegalIdentityClaim.ProtoReflect.Descriptor instead.

func (*SignedLegalIdentityClaim) GetClaim

func (x *SignedLegalIdentityClaim) GetClaim() []byte

func (*SignedLegalIdentityClaim) GetSignature

func (x *SignedLegalIdentityClaim) GetSignature() *v0.Signature

func (*SignedLegalIdentityClaim) ProtoMessage

func (*SignedLegalIdentityClaim) ProtoMessage()

func (*SignedLegalIdentityClaim) ProtoReflect

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

func (*SignedLegalIdentityClaim) Reset

func (x *SignedLegalIdentityClaim) Reset()

func (*SignedLegalIdentityClaim) String

func (x *SignedLegalIdentityClaim) String() string

type SignedProtocolMessage

type SignedProtocolMessage struct {
	Signature *v0.Signature `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// Types that are assignable to SomeSignedProtocolMessage:
	//	*SignedProtocolMessage_MediatorResponse
	//	*SignedProtocolMessage_TransactionResult
	//	*SignedProtocolMessage_MalformedMediatorRequestResult
	//	*SignedProtocolMessage_TransferResult
	//	*SignedProtocolMessage_AcsCommitment
	SomeSignedProtocolMessage isSignedProtocolMessage_SomeSignedProtocolMessage `protobuf_oneof:"some_signed_protocol_message"`
	// contains filtered or unexported fields
}

func (*SignedProtocolMessage) Descriptor deprecated

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

Deprecated: Use SignedProtocolMessage.ProtoReflect.Descriptor instead.

func (*SignedProtocolMessage) GetAcsCommitment

func (x *SignedProtocolMessage) GetAcsCommitment() []byte

func (*SignedProtocolMessage) GetMalformedMediatorRequestResult

func (x *SignedProtocolMessage) GetMalformedMediatorRequestResult() []byte

func (*SignedProtocolMessage) GetMediatorResponse

func (x *SignedProtocolMessage) GetMediatorResponse() []byte

func (*SignedProtocolMessage) GetSignature

func (x *SignedProtocolMessage) GetSignature() *v0.Signature

func (*SignedProtocolMessage) GetSomeSignedProtocolMessage

func (m *SignedProtocolMessage) GetSomeSignedProtocolMessage() isSignedProtocolMessage_SomeSignedProtocolMessage

func (*SignedProtocolMessage) GetTransactionResult

func (x *SignedProtocolMessage) GetTransactionResult() []byte

func (*SignedProtocolMessage) GetTransferResult

func (x *SignedProtocolMessage) GetTransferResult() []byte

func (*SignedProtocolMessage) ProtoMessage

func (*SignedProtocolMessage) ProtoMessage()

func (*SignedProtocolMessage) ProtoReflect

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

func (*SignedProtocolMessage) Reset

func (x *SignedProtocolMessage) Reset()

func (*SignedProtocolMessage) String

func (x *SignedProtocolMessage) String() string

type SignedProtocolMessage_AcsCommitment

type SignedProtocolMessage_AcsCommitment struct {
	AcsCommitment []byte `protobuf:"bytes,6,opt,name=acs_commitment,json=acsCommitment,proto3,oneof"`
}

type SignedProtocolMessage_MalformedMediatorRequestResult

type SignedProtocolMessage_MalformedMediatorRequestResult struct {
	MalformedMediatorRequestResult []byte `protobuf:"bytes,4,opt,name=malformed_mediator_request_result,json=malformedMediatorRequestResult,proto3,oneof"`
}

type SignedProtocolMessage_MediatorResponse

type SignedProtocolMessage_MediatorResponse struct {
	MediatorResponse []byte `protobuf:"bytes,2,opt,name=mediator_response,json=mediatorResponse,proto3,oneof"`
}

type SignedProtocolMessage_TransactionResult

type SignedProtocolMessage_TransactionResult struct {
	TransactionResult []byte `protobuf:"bytes,3,opt,name=transaction_result,json=transactionResult,proto3,oneof"`
}

type SignedProtocolMessage_TransferResult

type SignedProtocolMessage_TransferResult struct {
	TransferResult []byte `protobuf:"bytes,5,opt,name=transfer_result,json=transferResult,proto3,oneof"`
}

type SignedTopologyTransaction

type SignedTopologyTransaction struct {

	// serialized topology transaction (protobuf bytestring)
	Transaction []byte `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// public key used to sign the serialized topology transaction
	Key *v0.SigningPublicKey `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// signature of serialized topology transaction, signed with above key
	Signature *v0.Signature `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedTopologyTransaction) Descriptor deprecated

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

Deprecated: Use SignedTopologyTransaction.ProtoReflect.Descriptor instead.

func (*SignedTopologyTransaction) GetKey

func (*SignedTopologyTransaction) GetSignature

func (x *SignedTopologyTransaction) GetSignature() *v0.Signature

func (*SignedTopologyTransaction) GetTransaction

func (x *SignedTopologyTransaction) GetTransaction() []byte

func (*SignedTopologyTransaction) ProtoMessage

func (*SignedTopologyTransaction) ProtoMessage()

func (*SignedTopologyTransaction) ProtoReflect

func (*SignedTopologyTransaction) Reset

func (x *SignedTopologyTransaction) Reset()

func (*SignedTopologyTransaction) String

func (x *SignedTopologyTransaction) String() string

type StaticDomainParameters

type StaticDomainParameters struct {
	ReconciliationInterval       *durationpb.Duration      `` /* 127-byte string literal not displayed */
	MaxRatePerParticipant        uint32                    `` /* 129-byte string literal not displayed */
	MaxInboundMessageSize        uint32                    `` /* 129-byte string literal not displayed */
	UniqueContractKeys           bool                      `protobuf:"varint,4,opt,name=unique_contract_keys,json=uniqueContractKeys,proto3" json:"unique_contract_keys,omitempty"`
	RequiredSigningKeySchemes    []v01.SigningKeyScheme    `` /* 204-byte string literal not displayed */
	RequiredEncryptionKeySchemes []v01.EncryptionKeyScheme `` /* 216-byte string literal not displayed */
	RequiredSymmetricKeySchemes  []v01.SymmetricKeyScheme  `` /* 212-byte string literal not displayed */
	RequiredHashAlgorithms       []v01.HashAlgorithm       `` /* 190-byte string literal not displayed */
	RequiredCryptoKeyFormats     []v01.CryptoKeyFormat     `` /* 200-byte string literal not displayed */
	ProtocolVersion              string                    `protobuf:"bytes,10,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	// contains filtered or unexported fields
}

func (*StaticDomainParameters) Descriptor deprecated

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

Deprecated: Use StaticDomainParameters.ProtoReflect.Descriptor instead.

func (*StaticDomainParameters) GetMaxInboundMessageSize

func (x *StaticDomainParameters) GetMaxInboundMessageSize() uint32

func (*StaticDomainParameters) GetMaxRatePerParticipant

func (x *StaticDomainParameters) GetMaxRatePerParticipant() uint32

func (*StaticDomainParameters) GetProtocolVersion

func (x *StaticDomainParameters) GetProtocolVersion() string

func (*StaticDomainParameters) GetReconciliationInterval

func (x *StaticDomainParameters) GetReconciliationInterval() *durationpb.Duration

func (*StaticDomainParameters) GetRequiredCryptoKeyFormats

func (x *StaticDomainParameters) GetRequiredCryptoKeyFormats() []v01.CryptoKeyFormat

func (*StaticDomainParameters) GetRequiredEncryptionKeySchemes

func (x *StaticDomainParameters) GetRequiredEncryptionKeySchemes() []v01.EncryptionKeyScheme

func (*StaticDomainParameters) GetRequiredHashAlgorithms

func (x *StaticDomainParameters) GetRequiredHashAlgorithms() []v01.HashAlgorithm

func (*StaticDomainParameters) GetRequiredSigningKeySchemes

func (x *StaticDomainParameters) GetRequiredSigningKeySchemes() []v01.SigningKeyScheme

func (*StaticDomainParameters) GetRequiredSymmetricKeySchemes

func (x *StaticDomainParameters) GetRequiredSymmetricKeySchemes() []v01.SymmetricKeyScheme

func (*StaticDomainParameters) GetUniqueContractKeys

func (x *StaticDomainParameters) GetUniqueContractKeys() bool

func (*StaticDomainParameters) ProtoMessage

func (*StaticDomainParameters) ProtoMessage()

func (*StaticDomainParameters) ProtoReflect

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

func (*StaticDomainParameters) Reset

func (x *StaticDomainParameters) Reset()

func (*StaticDomainParameters) String

func (x *StaticDomainParameters) String() string

type StoredParties

type StoredParties struct {
	Parties []string `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	// contains filtered or unexported fields
}

TODO(#3256) get rid of this Enables storing parties in the database as a blob

func (*StoredParties) Descriptor deprecated

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

Deprecated: Use StoredParties.ProtoReflect.Descriptor instead.

func (*StoredParties) GetParties

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

func (*StoredParties) ProtoMessage

func (*StoredParties) ProtoMessage()

func (*StoredParties) ProtoReflect

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

func (*StoredParties) Reset

func (x *StoredParties) Reset()

func (*StoredParties) String

func (x *StoredParties) String() string

type SubmissionRequest

type SubmissionRequest struct {
	Sender                string                 `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	MessageId             string                 `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	IsRequest             bool                   `protobuf:"varint,3,opt,name=is_request,json=isRequest,proto3" json:"is_request,omitempty"`
	Batch                 *CompressedBatch       `protobuf:"bytes,4,opt,name=batch,proto3" json:"batch,omitempty"`
	MaxSequencingTime     *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=max_sequencing_time,json=maxSequencingTime,proto3" json:"max_sequencing_time,omitempty"`
	TimestampOfSigningKey *timestamppb.Timestamp `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SubmissionRequest) Descriptor deprecated

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

Deprecated: Use SubmissionRequest.ProtoReflect.Descriptor instead.

func (*SubmissionRequest) GetBatch

func (x *SubmissionRequest) GetBatch() *CompressedBatch

func (*SubmissionRequest) GetIsRequest

func (x *SubmissionRequest) GetIsRequest() bool

func (*SubmissionRequest) GetMaxSequencingTime

func (x *SubmissionRequest) GetMaxSequencingTime() *timestamppb.Timestamp

func (*SubmissionRequest) GetMessageId

func (x *SubmissionRequest) GetMessageId() string

func (*SubmissionRequest) GetSender

func (x *SubmissionRequest) GetSender() string

func (*SubmissionRequest) GetTimestampOfSigningKey

func (x *SubmissionRequest) GetTimestampOfSigningKey() *timestamppb.Timestamp

func (*SubmissionRequest) ProtoMessage

func (*SubmissionRequest) ProtoMessage()

func (*SubmissionRequest) ProtoReflect

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

func (*SubmissionRequest) Reset

func (x *SubmissionRequest) Reset()

func (*SubmissionRequest) String

func (x *SubmissionRequest) String() string

type SubmitterMetadata

type SubmitterMetadata struct {
	Salt                 *v0.Salt             `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	ActAs                []string             `protobuf:"bytes,2,rep,name=act_as,json=actAs,proto3" json:"act_as,omitempty"`
	ApplicationId        string               `protobuf:"bytes,3,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	CommandId            string               `protobuf:"bytes,4,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	SubmitterParticipant string               `protobuf:"bytes,5,opt,name=submitter_participant,json=submitterParticipant,proto3" json:"submitter_participant,omitempty"`
	SubmissionId         string               `protobuf:"bytes,6,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // optional; absent if not specified by submitter
	DedupPeriod          *DeduplicationPeriod `protobuf:"bytes,7,opt,name=dedup_period,json=dedupPeriod,proto3" json:"dedup_period,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitterMetadata) Descriptor deprecated

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

Deprecated: Use SubmitterMetadata.ProtoReflect.Descriptor instead.

func (*SubmitterMetadata) GetActAs

func (x *SubmitterMetadata) GetActAs() []string

func (*SubmitterMetadata) GetApplicationId

func (x *SubmitterMetadata) GetApplicationId() string

func (*SubmitterMetadata) GetCommandId

func (x *SubmitterMetadata) GetCommandId() string

func (*SubmitterMetadata) GetDedupPeriod

func (x *SubmitterMetadata) GetDedupPeriod() *DeduplicationPeriod

func (*SubmitterMetadata) GetSalt

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

func (*SubmitterMetadata) GetSubmissionId

func (x *SubmitterMetadata) GetSubmissionId() string

func (*SubmitterMetadata) GetSubmitterParticipant

func (x *SubmitterMetadata) GetSubmitterParticipant() string

func (*SubmitterMetadata) ProtoMessage

func (*SubmitterMetadata) ProtoMessage()

func (*SubmitterMetadata) ProtoReflect

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

func (*SubmitterMetadata) Reset

func (x *SubmitterMetadata) Reset()

func (*SubmitterMetadata) String

func (x *SubmitterMetadata) String() string

type TimeProof

type TimeProof struct {
	Event *PossiblyIgnoredSequencedEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` // must be an ordinary event
	// contains filtered or unexported fields
}

Messages for sequencing

func (*TimeProof) Descriptor deprecated

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

Deprecated: Use TimeProof.ProtoReflect.Descriptor instead.

func (*TimeProof) GetEvent

func (*TimeProof) ProtoMessage

func (*TimeProof) ProtoMessage()

func (*TimeProof) ProtoReflect

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

func (*TimeProof) Reset

func (x *TimeProof) Reset()

func (*TimeProof) String

func (x *TimeProof) String() string

type TopologyChangeOp

type TopologyChangeOp int32
const (
	TopologyChangeOp_Add     TopologyChangeOp = 0
	TopologyChangeOp_Remove  TopologyChangeOp = 1
	TopologyChangeOp_Replace TopologyChangeOp = 2
)

func (TopologyChangeOp) Descriptor

func (TopologyChangeOp) Enum

func (TopologyChangeOp) EnumDescriptor deprecated

func (TopologyChangeOp) EnumDescriptor() ([]byte, []int)

Deprecated: Use TopologyChangeOp.Descriptor instead.

func (TopologyChangeOp) Number

func (TopologyChangeOp) String

func (x TopologyChangeOp) String() string

func (TopologyChangeOp) Type

type TopologyStateUpdate

type TopologyStateUpdate struct {
	Operation TopologyChangeOp `` /* 130-byte string literal not displayed */
	// unique id of this element
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// the element of this topology transaction
	//
	// Types that are assignable to Mapping:
	//	*TopologyStateUpdate_NamespaceDelegation
	//	*TopologyStateUpdate_IdentifierDelegation
	//	*TopologyStateUpdate_OwnerToKeyMapping
	//	*TopologyStateUpdate_PartyToParticipant
	//	*TopologyStateUpdate_SignedLegalIdentityClaim
	//	*TopologyStateUpdate_ParticipantState
	//	*TopologyStateUpdate_VettedPackages
	//	*TopologyStateUpdate_MediatorDomainState
	Mapping isTopologyStateUpdate_Mapping `protobuf_oneof:"mapping"`
	// contains filtered or unexported fields
}

func (*TopologyStateUpdate) Descriptor deprecated

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

Deprecated: Use TopologyStateUpdate.ProtoReflect.Descriptor instead.

func (*TopologyStateUpdate) GetId

func (x *TopologyStateUpdate) GetId() string

func (*TopologyStateUpdate) GetIdentifierDelegation

func (x *TopologyStateUpdate) GetIdentifierDelegation() *IdentifierDelegation

func (*TopologyStateUpdate) GetMapping

func (m *TopologyStateUpdate) GetMapping() isTopologyStateUpdate_Mapping

func (*TopologyStateUpdate) GetMediatorDomainState

func (x *TopologyStateUpdate) GetMediatorDomainState() *MediatorDomainState

func (*TopologyStateUpdate) GetNamespaceDelegation

func (x *TopologyStateUpdate) GetNamespaceDelegation() *NamespaceDelegation

func (*TopologyStateUpdate) GetOperation

func (x *TopologyStateUpdate) GetOperation() TopologyChangeOp

func (*TopologyStateUpdate) GetOwnerToKeyMapping

func (x *TopologyStateUpdate) GetOwnerToKeyMapping() *OwnerToKeyMapping

func (*TopologyStateUpdate) GetParticipantState

func (x *TopologyStateUpdate) GetParticipantState() *ParticipantState

func (*TopologyStateUpdate) GetPartyToParticipant

func (x *TopologyStateUpdate) GetPartyToParticipant() *PartyToParticipant

func (*TopologyStateUpdate) GetSignedLegalIdentityClaim

func (x *TopologyStateUpdate) GetSignedLegalIdentityClaim() *SignedLegalIdentityClaim

func (*TopologyStateUpdate) GetVettedPackages

func (x *TopologyStateUpdate) GetVettedPackages() *VettedPackages

func (*TopologyStateUpdate) ProtoMessage

func (*TopologyStateUpdate) ProtoMessage()

func (*TopologyStateUpdate) ProtoReflect

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

func (*TopologyStateUpdate) Reset

func (x *TopologyStateUpdate) Reset()

func (*TopologyStateUpdate) String

func (x *TopologyStateUpdate) String() string

type TopologyStateUpdate_IdentifierDelegation

type TopologyStateUpdate_IdentifierDelegation struct {
	IdentifierDelegation *IdentifierDelegation `protobuf:"bytes,4,opt,name=identifier_delegation,json=identifierDelegation,proto3,oneof"`
}

type TopologyStateUpdate_MediatorDomainState

type TopologyStateUpdate_MediatorDomainState struct {
	MediatorDomainState *MediatorDomainState `protobuf:"bytes,10,opt,name=mediator_domain_state,json=mediatorDomainState,proto3,oneof"`
}

type TopologyStateUpdate_NamespaceDelegation

type TopologyStateUpdate_NamespaceDelegation struct {
	NamespaceDelegation *NamespaceDelegation `protobuf:"bytes,3,opt,name=namespace_delegation,json=namespaceDelegation,proto3,oneof"`
}

type TopologyStateUpdate_OwnerToKeyMapping

type TopologyStateUpdate_OwnerToKeyMapping struct {
	OwnerToKeyMapping *OwnerToKeyMapping `protobuf:"bytes,5,opt,name=owner_to_key_mapping,json=ownerToKeyMapping,proto3,oneof"`
}

type TopologyStateUpdate_ParticipantState

type TopologyStateUpdate_ParticipantState struct {
	ParticipantState *ParticipantState `protobuf:"bytes,8,opt,name=participant_state,json=participantState,proto3,oneof"`
}

type TopologyStateUpdate_PartyToParticipant

type TopologyStateUpdate_PartyToParticipant struct {
	PartyToParticipant *PartyToParticipant `protobuf:"bytes,6,opt,name=party_to_participant,json=partyToParticipant,proto3,oneof"`
}

type TopologyStateUpdate_SignedLegalIdentityClaim

type TopologyStateUpdate_SignedLegalIdentityClaim struct {
	SignedLegalIdentityClaim *SignedLegalIdentityClaim `protobuf:"bytes,7,opt,name=signed_legal_identity_claim,json=signedLegalIdentityClaim,proto3,oneof"`
}

type TopologyStateUpdate_VettedPackages

type TopologyStateUpdate_VettedPackages struct {
	VettedPackages *VettedPackages `protobuf:"bytes,9,opt,name=vetted_packages,json=vettedPackages,proto3,oneof"`
}

type TopologyTransaction

type TopologyTransaction struct {

	// Types that are assignable to Transaction:
	//	*TopologyTransaction_StateUpdate
	//	*TopologyTransaction_DomainGovernance
	Transaction isTopologyTransaction_Transaction `protobuf_oneof:"transaction"`
	// contains filtered or unexported fields
}

func (*TopologyTransaction) Descriptor deprecated

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

Deprecated: Use TopologyTransaction.ProtoReflect.Descriptor instead.

func (*TopologyTransaction) GetDomainGovernance

func (x *TopologyTransaction) GetDomainGovernance() *DomainGovernanceTransaction

func (*TopologyTransaction) GetStateUpdate

func (x *TopologyTransaction) GetStateUpdate() *TopologyStateUpdate

func (*TopologyTransaction) GetTransaction

func (m *TopologyTransaction) GetTransaction() isTopologyTransaction_Transaction

func (*TopologyTransaction) ProtoMessage

func (*TopologyTransaction) ProtoMessage()

func (*TopologyTransaction) ProtoReflect

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

func (*TopologyTransaction) Reset

func (x *TopologyTransaction) Reset()

func (*TopologyTransaction) String

func (x *TopologyTransaction) String() string

type TopologyTransaction_DomainGovernance

type TopologyTransaction_DomainGovernance struct {
	DomainGovernance *DomainGovernanceTransaction `protobuf:"bytes,2,opt,name=domain_governance,json=domainGovernance,proto3,oneof"`
}

type TopologyTransaction_StateUpdate

type TopologyTransaction_StateUpdate struct {
	StateUpdate *TopologyStateUpdate `protobuf:"bytes,1,opt,name=state_update,json=stateUpdate,proto3,oneof"`
}

type TopologyTransactions

type TopologyTransactions struct {
	Items []*TopologyTransactions_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

* Topology transaction collection used during bootstrapping of domain nodes and on the admin API

Please note that this message should not be in the protocol package, as it is not used on the protocol itself but on the admin apis. But as we can't rename the package name due to backwards compatibility guarantees, we've moved the file out of the protocol.proto file, but kept the package name.

func (*TopologyTransactions) Descriptor deprecated

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

Deprecated: Use TopologyTransactions.ProtoReflect.Descriptor instead.

func (*TopologyTransactions) GetItems

func (*TopologyTransactions) ProtoMessage

func (*TopologyTransactions) ProtoMessage()

func (*TopologyTransactions) ProtoReflect

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

func (*TopologyTransactions) Reset

func (x *TopologyTransactions) Reset()

func (*TopologyTransactions) String

func (x *TopologyTransactions) String() string

type TopologyTransactions_Item

type TopologyTransactions_Item struct {
	Sequenced  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=sequenced,proto3" json:"sequenced,omitempty"`
	ValidFrom  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=valid_from,json=validFrom,proto3" json:"valid_from,omitempty"`
	ValidUntil *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"`
	//* Versioned signed topology transactions serialized as byte-strings. Note that we use here the serialized
	//version that contains the version number. Using the "Versioned" version directly here would create a circular
	//dependency between the proto files. The only proper solution would be to move this into a third separate file
	//with "cross version data files", which we might do at some point.
	Transaction []byte `protobuf:"bytes,3,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*TopologyTransactions_Item) Descriptor deprecated

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

Deprecated: Use TopologyTransactions_Item.ProtoReflect.Descriptor instead.

func (*TopologyTransactions_Item) GetSequenced

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

func (*TopologyTransactions_Item) GetTransaction

func (x *TopologyTransactions_Item) GetTransaction() []byte

func (*TopologyTransactions_Item) GetValidFrom

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

func (*TopologyTransactions_Item) GetValidUntil

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

func (*TopologyTransactions_Item) ProtoMessage

func (*TopologyTransactions_Item) ProtoMessage()

func (*TopologyTransactions_Item) ProtoReflect

func (*TopologyTransactions_Item) Reset

func (x *TopologyTransactions_Item) Reset()

func (*TopologyTransactions_Item) String

func (x *TopologyTransactions_Item) String() string

type TransactionResultMessage

type TransactionResultMessage struct {
	RequestId        *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Verdict          *Verdict               `protobuf:"bytes,2,opt,name=verdict,proto3" json:"verdict,omitempty"`
	NotificationTree *InformeeTree          `protobuf:"bytes,5,opt,name=notification_tree,json=notificationTree,proto3" json:"notification_tree,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionResultMessage) Descriptor deprecated

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

Deprecated: Use TransactionResultMessage.ProtoReflect.Descriptor instead.

func (*TransactionResultMessage) GetNotificationTree

func (x *TransactionResultMessage) GetNotificationTree() *InformeeTree

func (*TransactionResultMessage) GetRequestId

func (x *TransactionResultMessage) GetRequestId() *timestamppb.Timestamp

func (*TransactionResultMessage) GetVerdict

func (x *TransactionResultMessage) GetVerdict() *Verdict

func (*TransactionResultMessage) ProtoMessage

func (*TransactionResultMessage) ProtoMessage()

func (*TransactionResultMessage) ProtoReflect

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

func (*TransactionResultMessage) Reset

func (x *TransactionResultMessage) Reset()

func (*TransactionResultMessage) String

func (x *TransactionResultMessage) String() string

type TransactionUpdate

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

func (*TransactionUpdate) Descriptor deprecated

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

Deprecated: Use TransactionUpdate.ProtoReflect.Descriptor instead.

func (*TransactionUpdate) ProtoMessage

func (*TransactionUpdate) ProtoMessage()

func (*TransactionUpdate) ProtoReflect

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

func (*TransactionUpdate) Reset

func (x *TransactionUpdate) Reset()

func (*TransactionUpdate) String

func (x *TransactionUpdate) String() string

type TransferId

type TransferId struct {
	OriginDomain string                 `protobuf:"bytes,1,opt,name=origin_domain,json=originDomain,proto3" json:"origin_domain,omitempty"`
	Timestamp    *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferId) Descriptor deprecated

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

Deprecated: Use TransferId.ProtoReflect.Descriptor instead.

func (*TransferId) GetOriginDomain

func (x *TransferId) GetOriginDomain() string

func (*TransferId) GetTimestamp

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

func (*TransferId) ProtoMessage

func (*TransferId) ProtoMessage()

func (*TransferId) ProtoReflect

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

func (*TransferId) Reset

func (x *TransferId) Reset()

func (*TransferId) String

func (x *TransferId) String() string

type TransferInCommonData

type TransferInCommonData struct {
	Salt           *v0.Salt `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	TargetDomain   string   `protobuf:"bytes,2,opt,name=target_domain,json=targetDomain,proto3" json:"target_domain,omitempty"`
	Stakeholders   []string `protobuf:"bytes,3,rep,name=stakeholders,proto3" json:"stakeholders,omitempty"`
	Uuid           string   `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	TargetMediator string   `protobuf:"bytes,6,opt,name=target_mediator,json=targetMediator,proto3" json:"target_mediator,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferInCommonData) Descriptor deprecated

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

Deprecated: Use TransferInCommonData.ProtoReflect.Descriptor instead.

func (*TransferInCommonData) GetSalt

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

func (*TransferInCommonData) GetStakeholders

func (x *TransferInCommonData) GetStakeholders() []string

func (*TransferInCommonData) GetTargetDomain

func (x *TransferInCommonData) GetTargetDomain() string

func (*TransferInCommonData) GetTargetMediator

func (x *TransferInCommonData) GetTargetMediator() string

func (*TransferInCommonData) GetUuid

func (x *TransferInCommonData) GetUuid() string

func (*TransferInCommonData) ProtoMessage

func (*TransferInCommonData) ProtoMessage()

func (*TransferInCommonData) ProtoReflect

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

func (*TransferInCommonData) Reset

func (x *TransferInCommonData) Reset()

func (*TransferInCommonData) String

func (x *TransferInCommonData) String() string

type TransferInMediatorMessage

type TransferInMediatorMessage struct {
	Tree *TransferViewTree `protobuf:"bytes,1,opt,name=tree,proto3" json:"tree,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferInMediatorMessage) Descriptor deprecated

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

Deprecated: Use TransferInMediatorMessage.ProtoReflect.Descriptor instead.

func (*TransferInMediatorMessage) GetTree

func (*TransferInMediatorMessage) ProtoMessage

func (*TransferInMediatorMessage) ProtoMessage()

func (*TransferInMediatorMessage) ProtoReflect

func (*TransferInMediatorMessage) Reset

func (x *TransferInMediatorMessage) Reset()

func (*TransferInMediatorMessage) String

func (x *TransferInMediatorMessage) String() string

type TransferInUpdate

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

func (*TransferInUpdate) Descriptor deprecated

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

Deprecated: Use TransferInUpdate.ProtoReflect.Descriptor instead.

func (*TransferInUpdate) GetTransferId

func (x *TransferInUpdate) GetTransferId() *TransferId

func (*TransferInUpdate) ProtoMessage

func (*TransferInUpdate) ProtoMessage()

func (*TransferInUpdate) ProtoReflect

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

func (*TransferInUpdate) Reset

func (x *TransferInUpdate) Reset()

func (*TransferInUpdate) String

func (x *TransferInUpdate) String() string

type TransferInView

type TransferInView struct {
	Salt                   *v0.Salt              `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	Submitter              string                `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"`
	Contract               *SerializableContract `protobuf:"bytes,3,opt,name=contract,proto3" json:"contract,omitempty"`
	TransferOutResultEvent *SignedContent        `` /* 131-byte string literal not displayed */
	CreatingTransactionId  []byte                `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransferInView) Descriptor deprecated

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

Deprecated: Use TransferInView.ProtoReflect.Descriptor instead.

func (*TransferInView) GetContract

func (x *TransferInView) GetContract() *SerializableContract

func (*TransferInView) GetCreatingTransactionId

func (x *TransferInView) GetCreatingTransactionId() []byte

func (*TransferInView) GetSalt

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

func (*TransferInView) GetSubmitter

func (x *TransferInView) GetSubmitter() string

func (*TransferInView) GetTransferOutResultEvent

func (x *TransferInView) GetTransferOutResultEvent() *SignedContent

func (*TransferInView) ProtoMessage

func (*TransferInView) ProtoMessage()

func (*TransferInView) ProtoReflect

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

func (*TransferInView) Reset

func (x *TransferInView) Reset()

func (*TransferInView) String

func (x *TransferInView) String() string

type TransferOutCommonData

type TransferOutCommonData struct {
	Salt           *v0.Salt `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	OriginDomain   string   `protobuf:"bytes,2,opt,name=origin_domain,json=originDomain,proto3" json:"origin_domain,omitempty"`
	Stakeholders   []string `protobuf:"bytes,3,rep,name=stakeholders,proto3" json:"stakeholders,omitempty"`
	AdminParties   []string `protobuf:"bytes,4,rep,name=admin_parties,json=adminParties,proto3" json:"admin_parties,omitempty"`
	Uuid           string   `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	OriginMediator string   `protobuf:"bytes,6,opt,name=origin_mediator,json=originMediator,proto3" json:"origin_mediator,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferOutCommonData) Descriptor deprecated

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

Deprecated: Use TransferOutCommonData.ProtoReflect.Descriptor instead.

func (*TransferOutCommonData) GetAdminParties

func (x *TransferOutCommonData) GetAdminParties() []string

func (*TransferOutCommonData) GetOriginDomain

func (x *TransferOutCommonData) GetOriginDomain() string

func (*TransferOutCommonData) GetOriginMediator

func (x *TransferOutCommonData) GetOriginMediator() string

func (*TransferOutCommonData) GetSalt

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

func (*TransferOutCommonData) GetStakeholders

func (x *TransferOutCommonData) GetStakeholders() []string

func (*TransferOutCommonData) GetUuid

func (x *TransferOutCommonData) GetUuid() string

func (*TransferOutCommonData) ProtoMessage

func (*TransferOutCommonData) ProtoMessage()

func (*TransferOutCommonData) ProtoReflect

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

func (*TransferOutCommonData) Reset

func (x *TransferOutCommonData) Reset()

func (*TransferOutCommonData) String

func (x *TransferOutCommonData) String() string

type TransferOutMediatorMessage

type TransferOutMediatorMessage struct {
	Tree *TransferViewTree `protobuf:"bytes,1,opt,name=tree,proto3" json:"tree,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferOutMediatorMessage) Descriptor deprecated

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

Deprecated: Use TransferOutMediatorMessage.ProtoReflect.Descriptor instead.

func (*TransferOutMediatorMessage) GetTree

func (*TransferOutMediatorMessage) ProtoMessage

func (*TransferOutMediatorMessage) ProtoMessage()

func (*TransferOutMediatorMessage) ProtoReflect

func (*TransferOutMediatorMessage) Reset

func (x *TransferOutMediatorMessage) Reset()

func (*TransferOutMediatorMessage) String

func (x *TransferOutMediatorMessage) String() string

type TransferOutUpdate

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

func (*TransferOutUpdate) Descriptor deprecated

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

Deprecated: Use TransferOutUpdate.ProtoReflect.Descriptor instead.

func (*TransferOutUpdate) GetTransferId

func (x *TransferOutUpdate) GetTransferId() *TransferId

func (*TransferOutUpdate) ProtoMessage

func (*TransferOutUpdate) ProtoMessage()

func (*TransferOutUpdate) ProtoReflect

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

func (*TransferOutUpdate) Reset

func (x *TransferOutUpdate) Reset()

func (*TransferOutUpdate) String

func (x *TransferOutUpdate) String() string

type TransferOutView

type TransferOutView struct {
	Salt            *v0.Salt   `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	Submitter       string     `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"`
	ContractId      string     `protobuf:"bytes,3,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	TargetDomain    string     `protobuf:"bytes,4,opt,name=target_domain,json=targetDomain,proto3" json:"target_domain,omitempty"`
	TargetTimeProof *TimeProof `protobuf:"bytes,5,opt,name=target_time_proof,json=targetTimeProof,proto3" json:"target_time_proof,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferOutView) Descriptor deprecated

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

Deprecated: Use TransferOutView.ProtoReflect.Descriptor instead.

func (*TransferOutView) GetContractId

func (x *TransferOutView) GetContractId() string

func (*TransferOutView) GetSalt

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

func (*TransferOutView) GetSubmitter

func (x *TransferOutView) GetSubmitter() string

func (*TransferOutView) GetTargetDomain

func (x *TransferOutView) GetTargetDomain() string

func (*TransferOutView) GetTargetTimeProof

func (x *TransferOutView) GetTargetTimeProof() *TimeProof

func (*TransferOutView) ProtoMessage

func (*TransferOutView) ProtoMessage()

func (*TransferOutView) ProtoReflect

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

func (*TransferOutView) Reset

func (x *TransferOutView) Reset()

func (*TransferOutView) String

func (x *TransferOutView) String() string

type TransferResult

type TransferResult struct {
	RequestId *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Types that are assignable to Domain:
	//	*TransferResult_OriginDomain
	//	*TransferResult_TargetDomain
	Domain    isTransferResult_Domain `protobuf_oneof:"domain"`
	Informees []string                `protobuf:"bytes,4,rep,name=informees,proto3" json:"informees,omitempty"`
	Verdict   *Verdict                `protobuf:"bytes,5,opt,name=verdict,proto3" json:"verdict,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferResult) Descriptor deprecated

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

Deprecated: Use TransferResult.ProtoReflect.Descriptor instead.

func (*TransferResult) GetDomain

func (m *TransferResult) GetDomain() isTransferResult_Domain

func (*TransferResult) GetInformees

func (x *TransferResult) GetInformees() []string

func (*TransferResult) GetOriginDomain

func (x *TransferResult) GetOriginDomain() string

func (*TransferResult) GetRequestId

func (x *TransferResult) GetRequestId() *timestamppb.Timestamp

func (*TransferResult) GetTargetDomain

func (x *TransferResult) GetTargetDomain() string

func (*TransferResult) GetVerdict

func (x *TransferResult) GetVerdict() *Verdict

func (*TransferResult) ProtoMessage

func (*TransferResult) ProtoMessage()

func (*TransferResult) ProtoReflect

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

func (*TransferResult) Reset

func (x *TransferResult) Reset()

func (*TransferResult) String

func (x *TransferResult) String() string

type TransferResult_OriginDomain

type TransferResult_OriginDomain struct {
	OriginDomain string `protobuf:"bytes,2,opt,name=origin_domain,json=originDomain,proto3,oneof"` // result for transfer-out request
}

type TransferResult_TargetDomain

type TransferResult_TargetDomain struct {
	TargetDomain string `protobuf:"bytes,3,opt,name=target_domain,json=targetDomain,proto3,oneof"` // result for transfer-in request
}

type TransferViewTree

type TransferViewTree struct {
	CommonData      *BlindableNode `protobuf:"bytes,1,opt,name=common_data,json=commonData,proto3" json:"common_data,omitempty"`
	ParticipantData *BlindableNode `protobuf:"bytes,2,opt,name=participant_data,json=participantData,proto3" json:"participant_data,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferViewTree) Descriptor deprecated

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

Deprecated: Use TransferViewTree.ProtoReflect.Descriptor instead.

func (*TransferViewTree) GetCommonData

func (x *TransferViewTree) GetCommonData() *BlindableNode

func (*TransferViewTree) GetParticipantData

func (x *TransferViewTree) GetParticipantData() *BlindableNode

func (*TransferViewTree) ProtoMessage

func (*TransferViewTree) ProtoMessage()

func (*TransferViewTree) ProtoReflect

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

func (*TransferViewTree) Reset

func (x *TransferViewTree) Reset()

func (*TransferViewTree) String

func (x *TransferViewTree) String() string

type TrustLevel

type TrustLevel int32
const (
	TrustLevel_MissingTrustLevel TrustLevel = 0
	TrustLevel_Ordinary          TrustLevel = 1
	TrustLevel_Vip               TrustLevel = 2
)

func (TrustLevel) Descriptor

func (TrustLevel) Descriptor() protoreflect.EnumDescriptor

func (TrustLevel) Enum

func (x TrustLevel) Enum() *TrustLevel

func (TrustLevel) EnumDescriptor deprecated

func (TrustLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use TrustLevel.Descriptor instead.

func (TrustLevel) Number

func (x TrustLevel) Number() protoreflect.EnumNumber

func (TrustLevel) String

func (x TrustLevel) String() string

func (TrustLevel) Type

type TypedSignedProtocolMessageContent

type TypedSignedProtocolMessageContent struct {

	// Types that are assignable to SomeSignedProtocolMessage:
	//	*TypedSignedProtocolMessageContent_MediatorResponse
	//	*TypedSignedProtocolMessageContent_TransactionResult
	//	*TypedSignedProtocolMessageContent_MalformedMediatorRequestResult
	//	*TypedSignedProtocolMessageContent_TransferResult
	//	*TypedSignedProtocolMessageContent_AcsCommitment
	SomeSignedProtocolMessage isTypedSignedProtocolMessageContent_SomeSignedProtocolMessage `protobuf_oneof:"some_signed_protocol_message"`
	// contains filtered or unexported fields
}

func (*TypedSignedProtocolMessageContent) Descriptor deprecated

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

Deprecated: Use TypedSignedProtocolMessageContent.ProtoReflect.Descriptor instead.

func (*TypedSignedProtocolMessageContent) GetAcsCommitment

func (x *TypedSignedProtocolMessageContent) GetAcsCommitment() []byte

func (*TypedSignedProtocolMessageContent) GetMalformedMediatorRequestResult

func (x *TypedSignedProtocolMessageContent) GetMalformedMediatorRequestResult() []byte

func (*TypedSignedProtocolMessageContent) GetMediatorResponse

func (x *TypedSignedProtocolMessageContent) GetMediatorResponse() []byte

func (*TypedSignedProtocolMessageContent) GetSomeSignedProtocolMessage

func (m *TypedSignedProtocolMessageContent) GetSomeSignedProtocolMessage() isTypedSignedProtocolMessageContent_SomeSignedProtocolMessage

func (*TypedSignedProtocolMessageContent) GetTransactionResult

func (x *TypedSignedProtocolMessageContent) GetTransactionResult() []byte

func (*TypedSignedProtocolMessageContent) GetTransferResult

func (x *TypedSignedProtocolMessageContent) GetTransferResult() []byte

func (*TypedSignedProtocolMessageContent) ProtoMessage

func (*TypedSignedProtocolMessageContent) ProtoMessage()

func (*TypedSignedProtocolMessageContent) ProtoReflect

func (*TypedSignedProtocolMessageContent) Reset

func (*TypedSignedProtocolMessageContent) String

type TypedSignedProtocolMessageContent_AcsCommitment

type TypedSignedProtocolMessageContent_AcsCommitment struct {
	AcsCommitment []byte `protobuf:"bytes,6,opt,name=acs_commitment,json=acsCommitment,proto3,oneof"`
}

type TypedSignedProtocolMessageContent_MalformedMediatorRequestResult

type TypedSignedProtocolMessageContent_MalformedMediatorRequestResult struct {
	MalformedMediatorRequestResult []byte `protobuf:"bytes,4,opt,name=malformed_mediator_request_result,json=malformedMediatorRequestResult,proto3,oneof"`
}

type TypedSignedProtocolMessageContent_MediatorResponse

type TypedSignedProtocolMessageContent_MediatorResponse struct {
	MediatorResponse []byte `protobuf:"bytes,2,opt,name=mediator_response,json=mediatorResponse,proto3,oneof"`
}

type TypedSignedProtocolMessageContent_TransactionResult

type TypedSignedProtocolMessageContent_TransactionResult struct {
	TransactionResult []byte `protobuf:"bytes,3,opt,name=transaction_result,json=transactionResult,proto3,oneof"`
}

type TypedSignedProtocolMessageContent_TransferResult

type TypedSignedProtocolMessageContent_TransferResult struct {
	TransferResult []byte `protobuf:"bytes,5,opt,name=transfer_result,json=transferResult,proto3,oneof"`
}

type VectorClock

type VectorClock struct {
	OriginDomainId string                            `protobuf:"bytes,1,opt,name=origin_domain_id,json=originDomainId,proto3" json:"origin_domain_id,omitempty"`
	LocalTs        *timestamppb.Timestamp            `protobuf:"bytes,2,opt,name=local_ts,json=localTs,proto3" json:"local_ts,omitempty"`
	PartyId        string                            `protobuf:"bytes,4,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Clock          map[string]*timestamppb.Timestamp `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VectorClock) Descriptor deprecated

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

Deprecated: Use VectorClock.ProtoReflect.Descriptor instead.

func (*VectorClock) GetClock

func (x *VectorClock) GetClock() map[string]*timestamppb.Timestamp

func (*VectorClock) GetLocalTs

func (x *VectorClock) GetLocalTs() *timestamppb.Timestamp

func (*VectorClock) GetOriginDomainId

func (x *VectorClock) GetOriginDomainId() string

func (*VectorClock) GetPartyId

func (x *VectorClock) GetPartyId() string

func (*VectorClock) ProtoMessage

func (*VectorClock) ProtoMessage()

func (*VectorClock) ProtoReflect

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

func (*VectorClock) Reset

func (x *VectorClock) Reset()

func (*VectorClock) String

func (x *VectorClock) String() string

type Verdict

type Verdict struct {

	// Types that are assignable to SomeVerdict:
	//	*Verdict_Approve
	//	*Verdict_ValidatorReject
	//	*Verdict_MediatorReject
	//	*Verdict_Timeout
	SomeVerdict isVerdict_SomeVerdict `protobuf_oneof:"some_verdict"`
	// contains filtered or unexported fields
}

func (*Verdict) Descriptor deprecated

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

Deprecated: Use Verdict.ProtoReflect.Descriptor instead.

func (*Verdict) GetApprove

func (x *Verdict) GetApprove() *emptypb.Empty

func (*Verdict) GetMediatorReject

func (x *Verdict) GetMediatorReject() *MediatorRejection

func (*Verdict) GetSomeVerdict

func (m *Verdict) GetSomeVerdict() isVerdict_SomeVerdict

func (*Verdict) GetTimeout

func (x *Verdict) GetTimeout() *emptypb.Empty

func (*Verdict) GetValidatorReject

func (x *Verdict) GetValidatorReject() *RejectionReasons

func (*Verdict) ProtoMessage

func (*Verdict) ProtoMessage()

func (*Verdict) ProtoReflect

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

func (*Verdict) Reset

func (x *Verdict) Reset()

func (*Verdict) String

func (x *Verdict) String() string

type Verdict_Approve

type Verdict_Approve struct {
	Approve *emptypb.Empty `protobuf:"bytes,1,opt,name=approve,proto3,oneof"`
}

type Verdict_MediatorReject

type Verdict_MediatorReject struct {
	MediatorReject *MediatorRejection `protobuf:"bytes,3,opt,name=mediator_reject,json=mediatorReject,proto3,oneof"`
}

type Verdict_Timeout

type Verdict_Timeout struct {
	Timeout *emptypb.Empty `protobuf:"bytes,4,opt,name=timeout,proto3,oneof"`
}

type Verdict_ValidatorReject

type Verdict_ValidatorReject struct {
	ValidatorReject *RejectionReasons `protobuf:"bytes,2,opt,name=validator_reject,json=validatorReject,proto3,oneof"`
}

type VettedPackages

type VettedPackages struct {

	// the participant vetting the packages
	Participant string `protobuf:"bytes,1,opt,name=participant,proto3" json:"participant,omitempty"`
	// the hash of the vetted packages
	PackageIds []string `protobuf:"bytes,2,rep,name=package_ids,json=packageIds,proto3" json:"package_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*VettedPackages) Descriptor deprecated

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

Deprecated: Use VettedPackages.ProtoReflect.Descriptor instead.

func (*VettedPackages) GetPackageIds

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

func (*VettedPackages) GetParticipant

func (x *VettedPackages) GetParticipant() string

func (*VettedPackages) ProtoMessage

func (*VettedPackages) ProtoMessage()

func (*VettedPackages) ProtoReflect

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

func (*VettedPackages) Reset

func (x *VettedPackages) Reset()

func (*VettedPackages) String

func (x *VettedPackages) String() string

type ViewCommonData

type ViewCommonData struct {
	Salt      *v0.Salt    `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	Informees []*Informee `protobuf:"bytes,2,rep,name=informees,proto3" json:"informees,omitempty"`
	Threshold int32       `protobuf:"varint,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewCommonData) Descriptor deprecated

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

Deprecated: Use ViewCommonData.ProtoReflect.Descriptor instead.

func (*ViewCommonData) GetInformees

func (x *ViewCommonData) GetInformees() []*Informee

func (*ViewCommonData) GetSalt

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

func (*ViewCommonData) GetThreshold

func (x *ViewCommonData) GetThreshold() int32

func (*ViewCommonData) ProtoMessage

func (*ViewCommonData) ProtoMessage()

func (*ViewCommonData) ProtoReflect

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

func (*ViewCommonData) Reset

func (x *ViewCommonData) Reset()

func (*ViewCommonData) String

func (x *ViewCommonData) String() string

type ViewNode

type ViewNode struct {
	ViewCommonData      *BlindableNode   `protobuf:"bytes,1,opt,name=view_common_data,json=viewCommonData,proto3" json:"view_common_data,omitempty"`
	ViewParticipantData *BlindableNode   `protobuf:"bytes,2,opt,name=view_participant_data,json=viewParticipantData,proto3" json:"view_participant_data,omitempty"`
	Subviews            []*BlindableNode `protobuf:"bytes,3,rep,name=subviews,proto3" json:"subviews,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewNode) Descriptor deprecated

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

Deprecated: Use ViewNode.ProtoReflect.Descriptor instead.

func (*ViewNode) GetSubviews

func (x *ViewNode) GetSubviews() []*BlindableNode

func (*ViewNode) GetViewCommonData

func (x *ViewNode) GetViewCommonData() *BlindableNode

func (*ViewNode) GetViewParticipantData

func (x *ViewNode) GetViewParticipantData() *BlindableNode

func (*ViewNode) ProtoMessage

func (*ViewNode) ProtoMessage()

func (*ViewNode) ProtoReflect

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

func (*ViewNode) Reset

func (x *ViewNode) Reset()

func (*ViewNode) String

func (x *ViewNode) String() string

type ViewParticipantData

type ViewParticipantData struct {
	Salt                           *v0.Salt                               `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	CoreInputs                     []*ViewParticipantData_InputContract   `protobuf:"bytes,2,rep,name=core_inputs,json=coreInputs,proto3" json:"core_inputs,omitempty"`
	CreatedCore                    []*ViewParticipantData_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      []*ViewParticipantData_ResolvedKey   `protobuf:"bytes,5,rep,name=resolved_keys,json=resolvedKeys,proto3" json:"resolved_keys,omitempty"`
	ActionDescription *ActionDescription                   `protobuf:"bytes,6,opt,name=action_description,json=actionDescription,proto3" json:"action_description,omitempty"`
	RollbackContext   *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
}

func (*ViewParticipantData) Descriptor deprecated

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

Deprecated: Use ViewParticipantData.ProtoReflect.Descriptor instead.

func (*ViewParticipantData) GetActionDescription

func (x *ViewParticipantData) GetActionDescription() *ActionDescription

func (*ViewParticipantData) GetCoreInputs

func (*ViewParticipantData) GetCreatedCore

func (*ViewParticipantData) GetCreatedInSubviewArchivedInCore

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

func (*ViewParticipantData) GetResolvedKeys

func (x *ViewParticipantData) GetResolvedKeys() []*ViewParticipantData_ResolvedKey

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

type ViewParticipantData_CreatedContract

type ViewParticipantData_CreatedContract struct {
	Contract       *SerializableContract `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	ConsumedInCore bool                  `protobuf:"varint,2,opt,name=consumed_in_core,json=consumedInCore,proto3" json:"consumed_in_core,omitempty"`
	RolledBack     bool                  `protobuf:"varint,3,opt,name=rolled_back,json=rolledBack,proto3" json:"rolled_back,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewParticipantData_CreatedContract) Descriptor deprecated

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

Deprecated: Use ViewParticipantData_CreatedContract.ProtoReflect.Descriptor instead.

func (*ViewParticipantData_CreatedContract) GetConsumedInCore

func (x *ViewParticipantData_CreatedContract) GetConsumedInCore() bool

func (*ViewParticipantData_CreatedContract) GetContract

func (*ViewParticipantData_CreatedContract) GetRolledBack

func (x *ViewParticipantData_CreatedContract) GetRolledBack() bool

func (*ViewParticipantData_CreatedContract) ProtoMessage

func (*ViewParticipantData_CreatedContract) ProtoMessage()

func (*ViewParticipantData_CreatedContract) ProtoReflect

func (*ViewParticipantData_CreatedContract) Reset

func (*ViewParticipantData_CreatedContract) String

type ViewParticipantData_FreeKey

type ViewParticipantData_FreeKey struct {
	Maintainers []string `protobuf:"bytes,1,rep,name=maintainers,proto3" json:"maintainers,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewParticipantData_FreeKey) Descriptor deprecated

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

Deprecated: Use ViewParticipantData_FreeKey.ProtoReflect.Descriptor instead.

func (*ViewParticipantData_FreeKey) GetMaintainers

func (x *ViewParticipantData_FreeKey) GetMaintainers() []string

func (*ViewParticipantData_FreeKey) ProtoMessage

func (*ViewParticipantData_FreeKey) ProtoMessage()

func (*ViewParticipantData_FreeKey) ProtoReflect

func (*ViewParticipantData_FreeKey) Reset

func (x *ViewParticipantData_FreeKey) Reset()

func (*ViewParticipantData_FreeKey) String

func (x *ViewParticipantData_FreeKey) String() string

type ViewParticipantData_InputContract

type ViewParticipantData_InputContract struct {
	Contract *SerializableContract `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	Consumed bool                  `protobuf:"varint,2,opt,name=consumed,proto3" json:"consumed,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewParticipantData_InputContract) Descriptor deprecated

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

Deprecated: Use ViewParticipantData_InputContract.ProtoReflect.Descriptor instead.

func (*ViewParticipantData_InputContract) GetConsumed

func (x *ViewParticipantData_InputContract) GetConsumed() bool

func (*ViewParticipantData_InputContract) GetContract

func (*ViewParticipantData_InputContract) ProtoMessage

func (*ViewParticipantData_InputContract) ProtoMessage()

func (*ViewParticipantData_InputContract) ProtoReflect

func (*ViewParticipantData_InputContract) Reset

func (*ViewParticipantData_InputContract) String

type ViewParticipantData_ResolvedKey

type ViewParticipantData_ResolvedKey struct {
	Key *GlobalKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Types that are assignable to Resolution:
	//	*ViewParticipantData_ResolvedKey_ContractId
	//	*ViewParticipantData_ResolvedKey_Free
	Resolution isViewParticipantData_ResolvedKey_Resolution `protobuf_oneof:"resolution"`
	// contains filtered or unexported fields
}

func (*ViewParticipantData_ResolvedKey) Descriptor deprecated

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

Deprecated: Use ViewParticipantData_ResolvedKey.ProtoReflect.Descriptor instead.

func (*ViewParticipantData_ResolvedKey) GetContractId

func (x *ViewParticipantData_ResolvedKey) GetContractId() string

func (*ViewParticipantData_ResolvedKey) GetFree

func (*ViewParticipantData_ResolvedKey) GetKey

func (*ViewParticipantData_ResolvedKey) GetResolution

func (m *ViewParticipantData_ResolvedKey) GetResolution() isViewParticipantData_ResolvedKey_Resolution

func (*ViewParticipantData_ResolvedKey) ProtoMessage

func (*ViewParticipantData_ResolvedKey) ProtoMessage()

func (*ViewParticipantData_ResolvedKey) ProtoReflect

func (*ViewParticipantData_ResolvedKey) Reset

func (*ViewParticipantData_ResolvedKey) String

type ViewParticipantData_ResolvedKey_ContractId

type ViewParticipantData_ResolvedKey_ContractId struct {
	ContractId string `protobuf:"bytes,2,opt,name=contract_id,json=contractId,proto3,oneof"` // the key resolves to a contract
}

type ViewParticipantData_ResolvedKey_Free

type ViewParticipantData_ResolvedKey_Free struct {
	Free *ViewParticipantData_FreeKey `protobuf:"bytes,3,opt,name=free,proto3,oneof"` // the key is free and these are the maintainers
}

type ViewParticipantData_RollbackContext

type ViewParticipantData_RollbackContext struct {
	RollbackScope []int32 `protobuf:"varint,1,rep,packed,name=rollback_scope,json=rollbackScope,proto3" json:"rollback_scope,omitempty"`
	NextChild     int32   `protobuf:"varint,2,opt,name=next_child,json=nextChild,proto3" json:"next_child,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewParticipantData_RollbackContext) Descriptor deprecated

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

Deprecated: Use ViewParticipantData_RollbackContext.ProtoReflect.Descriptor instead.

func (*ViewParticipantData_RollbackContext) GetNextChild

func (x *ViewParticipantData_RollbackContext) GetNextChild() int32

func (*ViewParticipantData_RollbackContext) GetRollbackScope

func (x *ViewParticipantData_RollbackContext) GetRollbackScope() []int32

func (*ViewParticipantData_RollbackContext) ProtoMessage

func (*ViewParticipantData_RollbackContext) ProtoMessage()

func (*ViewParticipantData_RollbackContext) ProtoReflect

func (*ViewParticipantData_RollbackContext) Reset

func (*ViewParticipantData_RollbackContext) String

type ViewType

type ViewType int32
const (
	ViewType_MissingViewType     ViewType = 0
	ViewType_TransactionViewType ViewType = 1
	ViewType_TransferOutViewType ViewType = 2
	ViewType_TransferInViewType  ViewType = 3
)

func (ViewType) Descriptor

func (ViewType) Descriptor() protoreflect.EnumDescriptor

func (ViewType) Enum

func (x ViewType) Enum() *ViewType

func (ViewType) EnumDescriptor deprecated

func (ViewType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ViewType.Descriptor instead.

func (ViewType) Number

func (x ViewType) Number() protoreflect.EnumNumber

func (ViewType) String

func (x ViewType) String() string

func (ViewType) Type

Jump to

Keyboard shortcuts

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