Documentation ¶
Index ¶
- Variables
- type AggregatedSignaturesOfSender
- func (*AggregatedSignaturesOfSender) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedSignaturesOfSender) GetSignaturesByEnvelope() []*AggregatedSignaturesOfSender_SignaturesForEnvelope
- func (*AggregatedSignaturesOfSender) ProtoMessage()
- func (x *AggregatedSignaturesOfSender) ProtoReflect() protoreflect.Message
- func (x *AggregatedSignaturesOfSender) Reset()
- func (x *AggregatedSignaturesOfSender) String() string
- type AggregatedSignaturesOfSender_SignaturesForEnvelope
- func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) GetSignatures() []*v30.Signature
- func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) ProtoMessage()
- func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) ProtoReflect() protoreflect.Message
- func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) Reset()
- func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_com_digitalasset_canton_domain_protocol_v30_aggregation_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AggregatedSignaturesOfSender ¶
type AggregatedSignaturesOfSender struct { SignaturesByEnvelope []*AggregatedSignaturesOfSender_SignaturesForEnvelope `protobuf:"bytes,1,rep,name=signatures_by_envelope,json=signaturesByEnvelope,proto3" json:"signatures_by_envelope,omitempty"` // contains filtered or unexported fields }
func (*AggregatedSignaturesOfSender) Descriptor
deprecated
func (*AggregatedSignaturesOfSender) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedSignaturesOfSender.ProtoReflect.Descriptor instead.
func (*AggregatedSignaturesOfSender) GetSignaturesByEnvelope ¶
func (x *AggregatedSignaturesOfSender) GetSignaturesByEnvelope() []*AggregatedSignaturesOfSender_SignaturesForEnvelope
func (*AggregatedSignaturesOfSender) ProtoMessage ¶
func (*AggregatedSignaturesOfSender) ProtoMessage()
func (*AggregatedSignaturesOfSender) ProtoReflect ¶
func (x *AggregatedSignaturesOfSender) ProtoReflect() protoreflect.Message
func (*AggregatedSignaturesOfSender) Reset ¶
func (x *AggregatedSignaturesOfSender) Reset()
func (*AggregatedSignaturesOfSender) String ¶
func (x *AggregatedSignaturesOfSender) String() string
type AggregatedSignaturesOfSender_SignaturesForEnvelope ¶
type AggregatedSignaturesOfSender_SignaturesForEnvelope struct { Signatures []*v30.Signature `protobuf:"bytes,3,rep,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) Descriptor
deprecated
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedSignaturesOfSender_SignaturesForEnvelope.ProtoReflect.Descriptor instead.
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) GetSignatures ¶
func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) GetSignatures() []*v30.Signature
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) ProtoMessage ¶
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) ProtoMessage()
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) ProtoReflect ¶
func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) ProtoReflect() protoreflect.Message
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) Reset ¶
func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) Reset()
func (*AggregatedSignaturesOfSender_SignaturesForEnvelope) String ¶
func (x *AggregatedSignaturesOfSender_SignaturesForEnvelope) String() string
Click to show internal directories.
Click to hide internal directories.