Versions in this module Expand all Collapse all v2 v2.16.0 Sep 14, 2023 v2.15.0 Apr 11, 2023 Changes in this version + var ChecksumType_name = map[int32]string + var ChecksumType_value = map[string]int32 + var File_refs_grpc_types_proto protoreflect.FileDescriptor + var SignatureScheme_name = map[int32]string + var SignatureScheme_value = map[string]int32 + type Address struct + ContainerId *ContainerID + ObjectId *ObjectID + func (*Address) Descriptor() ([]byte, []int) + func (*Address) ProtoMessage() + func (x *Address) GetContainerId() *ContainerID + func (x *Address) GetObjectId() *ObjectID + func (x *Address) ProtoReflect() protoreflect.Message + func (x *Address) Reset() + func (x *Address) SetContainerId(v *ContainerID) + func (x *Address) SetObjectId(v *ObjectID) + func (x *Address) String() string + type Checksum struct + Sum []byte + Type ChecksumType + func (*Checksum) Descriptor() ([]byte, []int) + func (*Checksum) ProtoMessage() + func (x *Checksum) GetSum() []byte + func (x *Checksum) GetType() ChecksumType + func (x *Checksum) ProtoReflect() protoreflect.Message + func (x *Checksum) Reset() + func (x *Checksum) SetChecksumType(v ChecksumType) + func (x *Checksum) SetSum(v []byte) + func (x *Checksum) String() string + type ChecksumType int32 + const ChecksumType_CHECKSUM_TYPE_UNSPECIFIED + const ChecksumType_SHA256 + const ChecksumType_TZ + func (ChecksumType) Descriptor() protoreflect.EnumDescriptor + func (ChecksumType) EnumDescriptor() ([]byte, []int) + func (ChecksumType) Type() protoreflect.EnumType + func (x *ChecksumType) FromString(s string) bool + func (x ChecksumType) Enum() *ChecksumType + func (x ChecksumType) Number() protoreflect.EnumNumber + func (x ChecksumType) String() string + type ContainerID struct + Value []byte + func (*ContainerID) Descriptor() ([]byte, []int) + func (*ContainerID) ProtoMessage() + func (x *ContainerID) GetValue() []byte + func (x *ContainerID) ProtoReflect() protoreflect.Message + func (x *ContainerID) Reset() + func (x *ContainerID) SetValue(v []byte) + func (x *ContainerID) String() string + type ObjectID struct + Value []byte + func (*ObjectID) Descriptor() ([]byte, []int) + func (*ObjectID) ProtoMessage() + func (x *ObjectID) GetValue() []byte + func (x *ObjectID) ProtoReflect() protoreflect.Message + func (x *ObjectID) Reset() + func (x *ObjectID) SetValue(v []byte) + func (x *ObjectID) String() string + type OwnerID struct + Value []byte + func (*OwnerID) Descriptor() ([]byte, []int) + func (*OwnerID) ProtoMessage() + func (x *OwnerID) GetValue() []byte + func (x *OwnerID) ProtoReflect() protoreflect.Message + func (x *OwnerID) Reset() + func (x *OwnerID) SetValue(v []byte) + func (x *OwnerID) String() string + type Signature struct + Key []byte + Scheme SignatureScheme + Sign []byte + func (*Signature) Descriptor() ([]byte, []int) + func (*Signature) ProtoMessage() + func (x *Signature) GetKey() []byte + func (x *Signature) GetScheme() SignatureScheme + func (x *Signature) GetSign() []byte + func (x *Signature) ProtoReflect() protoreflect.Message + func (x *Signature) Reset() + func (x *Signature) SetKey(v []byte) + func (x *Signature) SetScheme(s SignatureScheme) + func (x *Signature) SetSign(v []byte) + func (x *Signature) String() string + type SignatureRFC6979 struct + Key []byte + Sign []byte + func (*SignatureRFC6979) Descriptor() ([]byte, []int) + func (*SignatureRFC6979) ProtoMessage() + func (x *SignatureRFC6979) GetKey() []byte + func (x *SignatureRFC6979) GetSign() []byte + func (x *SignatureRFC6979) ProtoReflect() protoreflect.Message + func (x *SignatureRFC6979) Reset() + func (x *SignatureRFC6979) SetKey(v []byte) + func (x *SignatureRFC6979) SetSign(v []byte) + func (x *SignatureRFC6979) String() string + type SignatureScheme int32 + const SignatureScheme_ECDSA_RFC6979_SHA256 + const SignatureScheme_ECDSA_RFC6979_SHA256_WALLET_CONNECT + const SignatureScheme_ECDSA_SHA512 + func (SignatureScheme) Descriptor() protoreflect.EnumDescriptor + func (SignatureScheme) EnumDescriptor() ([]byte, []int) + func (SignatureScheme) Type() protoreflect.EnumType + func (x *SignatureScheme) FromString(s string) bool + func (x SignatureScheme) Enum() *SignatureScheme + func (x SignatureScheme) Number() protoreflect.EnumNumber + func (x SignatureScheme) String() string + type SubnetID struct + Value uint32 + func (*SubnetID) Descriptor() ([]byte, []int) + func (*SubnetID) ProtoMessage() + func (x *SubnetID) GetValue() uint32 + func (x *SubnetID) ProtoReflect() protoreflect.Message + func (x *SubnetID) Reset() + func (x *SubnetID) SetValue(v uint32) + func (x *SubnetID) String() string + type Version struct + Major uint32 + Minor uint32 + func (*Version) Descriptor() ([]byte, []int) + func (*Version) ProtoMessage() + func (x *Version) GetMajor() uint32 + func (x *Version) GetMinor() uint32 + func (x *Version) ProtoReflect() protoreflect.Message + func (x *Version) Reset() + func (x *Version) SetMajor(v uint32) + func (x *Version) SetMinor(v uint32) + func (x *Version) String() string