base

package
v1.31.0-20230223113035... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_schema_ids_base_anyID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_anyOwnableID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_assetID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_classificationID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_coinID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_dataID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_hashID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_identityID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_maintainerID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_orderID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_propertyID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_splitID_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_stringID_v1_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AnyID

type AnyID struct {

	// Types that are assignable to Impl:
	//
	//	*AnyID_AssetID
	//	*AnyID_ClassificationID
	//	*AnyID_DataID
	//	*AnyID_HashID
	//	*AnyID_IdentityID
	//	*AnyID_MaintainerID
	//	*AnyID_OrderID
	//	*AnyID_AnyOwnableID
	//	*AnyID_PropertyID
	//	*AnyID_SplitID
	//	*AnyID_StringID
	Impl isAnyID_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*AnyID) Descriptor deprecated

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

Deprecated: Use AnyID.ProtoReflect.Descriptor instead.

func (*AnyID) GetAnyOwnableID

func (x *AnyID) GetAnyOwnableID() *AnyOwnableID

func (*AnyID) GetAssetID

func (x *AnyID) GetAssetID() *AssetID

func (*AnyID) GetClassificationID

func (x *AnyID) GetClassificationID() *ClassificationID

func (*AnyID) GetDataID

func (x *AnyID) GetDataID() *DataID

func (*AnyID) GetHashID

func (x *AnyID) GetHashID() *HashID

func (*AnyID) GetIdentityID

func (x *AnyID) GetIdentityID() *IdentityID

func (*AnyID) GetImpl

func (m *AnyID) GetImpl() isAnyID_Impl

func (*AnyID) GetMaintainerID

func (x *AnyID) GetMaintainerID() *MaintainerID

func (*AnyID) GetOrderID

func (x *AnyID) GetOrderID() *OrderID

func (*AnyID) GetPropertyID

func (x *AnyID) GetPropertyID() *PropertyID

func (*AnyID) GetSplitID

func (x *AnyID) GetSplitID() *SplitID

func (*AnyID) GetStringID

func (x *AnyID) GetStringID() *StringID

func (*AnyID) ProtoMessage

func (*AnyID) ProtoMessage()

func (*AnyID) ProtoReflect

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

func (*AnyID) Reset

func (x *AnyID) Reset()

func (*AnyID) String

func (x *AnyID) String() string

type AnyID_AnyOwnableID

type AnyID_AnyOwnableID struct {
	AnyOwnableID *AnyOwnableID `protobuf:"bytes,8,opt,name=any_ownable_i_d,json=anyOwnableID,proto3,oneof"`
}

type AnyID_AssetID

type AnyID_AssetID struct {
	AssetID *AssetID `protobuf:"bytes,1,opt,name=asset_i_d,json=assetID,proto3,oneof"`
}

type AnyID_ClassificationID

type AnyID_ClassificationID struct {
	ClassificationID *ClassificationID `protobuf:"bytes,2,opt,name=classification_i_d,json=classificationID,proto3,oneof"`
}

type AnyID_DataID

type AnyID_DataID struct {
	DataID *DataID `protobuf:"bytes,3,opt,name=data_i_d,json=dataID,proto3,oneof"`
}

type AnyID_HashID

type AnyID_HashID struct {
	HashID *HashID `protobuf:"bytes,4,opt,name=hash_i_d,json=hashID,proto3,oneof"`
}

type AnyID_IdentityID

type AnyID_IdentityID struct {
	IdentityID *IdentityID `protobuf:"bytes,5,opt,name=identity_i_d,json=identityID,proto3,oneof"`
}

type AnyID_MaintainerID

type AnyID_MaintainerID struct {
	MaintainerID *MaintainerID `protobuf:"bytes,6,opt,name=maintainer_i_d,json=maintainerID,proto3,oneof"`
}

type AnyID_OrderID

type AnyID_OrderID struct {
	OrderID *OrderID `protobuf:"bytes,7,opt,name=order_i_d,json=orderID,proto3,oneof"`
}

type AnyID_PropertyID

type AnyID_PropertyID struct {
	PropertyID *PropertyID `protobuf:"bytes,9,opt,name=property_i_d,json=propertyID,proto3,oneof"`
}

type AnyID_SplitID

type AnyID_SplitID struct {
	SplitID *SplitID `protobuf:"bytes,10,opt,name=split_i_d,json=splitID,proto3,oneof"`
}

type AnyID_StringID

type AnyID_StringID struct {
	StringID *StringID `protobuf:"bytes,11,opt,name=string_i_d,json=stringID,proto3,oneof"`
}

type AnyOwnableID

type AnyOwnableID struct {

	// Types that are assignable to Impl:
	//
	//	*AnyOwnableID_AssetID
	//	*AnyOwnableID_CoinID
	Impl isAnyOwnableID_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*AnyOwnableID) Descriptor deprecated

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

Deprecated: Use AnyOwnableID.ProtoReflect.Descriptor instead.

func (*AnyOwnableID) GetAssetID

func (x *AnyOwnableID) GetAssetID() *AssetID

func (*AnyOwnableID) GetCoinID

func (x *AnyOwnableID) GetCoinID() *CoinID

func (*AnyOwnableID) GetImpl

func (m *AnyOwnableID) GetImpl() isAnyOwnableID_Impl

func (*AnyOwnableID) ProtoMessage

func (*AnyOwnableID) ProtoMessage()

func (*AnyOwnableID) ProtoReflect

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

func (*AnyOwnableID) Reset

func (x *AnyOwnableID) Reset()

func (*AnyOwnableID) String

func (x *AnyOwnableID) String() string

type AnyOwnableID_AssetID

type AnyOwnableID_AssetID struct {
	AssetID *AssetID `protobuf:"bytes,1,opt,name=asset_i_d,json=assetID,proto3,oneof"`
}

type AnyOwnableID_CoinID

type AnyOwnableID_CoinID struct {
	CoinID *CoinID `protobuf:"bytes,2,opt,name=coin_i_d,json=coinID,proto3,oneof"`
}

type AssetID

type AssetID struct {
	HashID *HashID `protobuf:"bytes,1,opt,name=hash_i_d,json=hashID,proto3" json:"hash_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetID) Descriptor deprecated

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

Deprecated: Use AssetID.ProtoReflect.Descriptor instead.

func (*AssetID) GetHashID

func (x *AssetID) GetHashID() *HashID

func (*AssetID) ProtoMessage

func (*AssetID) ProtoMessage()

func (*AssetID) ProtoReflect

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

func (*AssetID) Reset

func (x *AssetID) Reset()

func (*AssetID) String

func (x *AssetID) String() string

type ClassificationID

type ClassificationID struct {
	HashID *HashID `protobuf:"bytes,1,opt,name=hash_i_d,json=hashID,proto3" json:"hash_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*ClassificationID) Descriptor deprecated

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

Deprecated: Use ClassificationID.ProtoReflect.Descriptor instead.

func (*ClassificationID) GetHashID

func (x *ClassificationID) GetHashID() *HashID

func (*ClassificationID) ProtoMessage

func (*ClassificationID) ProtoMessage()

func (*ClassificationID) ProtoReflect

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

func (*ClassificationID) Reset

func (x *ClassificationID) Reset()

func (*ClassificationID) String

func (x *ClassificationID) String() string

type CoinID

type CoinID struct {
	StringID *StringID `protobuf:"bytes,1,opt,name=string_i_d,json=stringID,proto3" json:"string_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*CoinID) Descriptor deprecated

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

Deprecated: Use CoinID.ProtoReflect.Descriptor instead.

func (*CoinID) GetStringID

func (x *CoinID) GetStringID() *StringID

func (*CoinID) ProtoMessage

func (*CoinID) ProtoMessage()

func (*CoinID) ProtoReflect

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

func (*CoinID) Reset

func (x *CoinID) Reset()

func (*CoinID) String

func (x *CoinID) String() string

type DataID

type DataID struct {
	TypeID *StringID `protobuf:"bytes,1,opt,name=type_i_d,json=typeID,proto3" json:"type_i_d,omitempty"`
	HashID *HashID   `protobuf:"bytes,2,opt,name=hash_i_d,json=hashID,proto3" json:"hash_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*DataID) Descriptor deprecated

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

Deprecated: Use DataID.ProtoReflect.Descriptor instead.

func (*DataID) GetHashID

func (x *DataID) GetHashID() *HashID

func (*DataID) GetTypeID

func (x *DataID) GetTypeID() *StringID

func (*DataID) ProtoMessage

func (*DataID) ProtoMessage()

func (*DataID) ProtoReflect

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

func (*DataID) Reset

func (x *DataID) Reset()

func (*DataID) String

func (x *DataID) String() string

type HashID

type HashID struct {
	IDBytes []byte `protobuf:"bytes,1,opt,name=i_d_bytes,json=iDBytes,proto3" json:"i_d_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*HashID) Descriptor deprecated

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

Deprecated: Use HashID.ProtoReflect.Descriptor instead.

func (*HashID) GetIDBytes

func (x *HashID) GetIDBytes() []byte

func (*HashID) ProtoMessage

func (*HashID) ProtoMessage()

func (*HashID) ProtoReflect

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

func (*HashID) Reset

func (x *HashID) Reset()

func (*HashID) String

func (x *HashID) String() string

type IdentityID

type IdentityID struct {
	HashID *HashID `protobuf:"bytes,1,opt,name=hash_i_d,json=hashID,proto3" json:"hash_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityID) Descriptor deprecated

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

Deprecated: Use IdentityID.ProtoReflect.Descriptor instead.

func (*IdentityID) GetHashID

func (x *IdentityID) GetHashID() *HashID

func (*IdentityID) ProtoMessage

func (*IdentityID) ProtoMessage()

func (*IdentityID) ProtoReflect

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

func (*IdentityID) Reset

func (x *IdentityID) Reset()

func (*IdentityID) String

func (x *IdentityID) String() string

type MaintainerID

type MaintainerID struct {
	HashID *HashID `protobuf:"bytes,1,opt,name=hash_i_d,json=hashID,proto3" json:"hash_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*MaintainerID) Descriptor deprecated

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

Deprecated: Use MaintainerID.ProtoReflect.Descriptor instead.

func (*MaintainerID) GetHashID

func (x *MaintainerID) GetHashID() *HashID

func (*MaintainerID) ProtoMessage

func (*MaintainerID) ProtoMessage()

func (*MaintainerID) ProtoReflect

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

func (*MaintainerID) Reset

func (x *MaintainerID) Reset()

func (*MaintainerID) String

func (x *MaintainerID) String() string

type OrderID

type OrderID struct {
	HashID *HashID `protobuf:"bytes,1,opt,name=hash_i_d,json=hashID,proto3" json:"hash_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderID) Descriptor deprecated

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

Deprecated: Use OrderID.ProtoReflect.Descriptor instead.

func (*OrderID) GetHashID

func (x *OrderID) GetHashID() *HashID

func (*OrderID) ProtoMessage

func (*OrderID) ProtoMessage()

func (*OrderID) ProtoReflect

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

func (*OrderID) Reset

func (x *OrderID) Reset()

func (*OrderID) String

func (x *OrderID) String() string

type PropertyID

type PropertyID struct {
	KeyID  *StringID `protobuf:"bytes,1,opt,name=key_i_d,json=keyID,proto3" json:"key_i_d,omitempty"`
	TypeID *StringID `protobuf:"bytes,2,opt,name=type_i_d,json=typeID,proto3" json:"type_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyID) Descriptor deprecated

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

Deprecated: Use PropertyID.ProtoReflect.Descriptor instead.

func (*PropertyID) GetKeyID

func (x *PropertyID) GetKeyID() *StringID

func (*PropertyID) GetTypeID

func (x *PropertyID) GetTypeID() *StringID

func (*PropertyID) ProtoMessage

func (*PropertyID) ProtoMessage()

func (*PropertyID) ProtoReflect

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

func (*PropertyID) Reset

func (x *PropertyID) Reset()

func (*PropertyID) String

func (x *PropertyID) String() string

type SplitID

type SplitID struct {
	OwnerID   *IdentityID   `protobuf:"bytes,1,opt,name=owner_i_d,json=ownerID,proto3" json:"owner_i_d,omitempty"`
	OwnableID *AnyOwnableID `protobuf:"bytes,2,opt,name=ownable_i_d,json=ownableID,proto3" json:"ownable_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitID) Descriptor deprecated

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

Deprecated: Use SplitID.ProtoReflect.Descriptor instead.

func (*SplitID) GetOwnableID

func (x *SplitID) GetOwnableID() *AnyOwnableID

func (*SplitID) GetOwnerID

func (x *SplitID) GetOwnerID() *IdentityID

func (*SplitID) ProtoMessage

func (*SplitID) ProtoMessage()

func (*SplitID) ProtoReflect

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

func (*SplitID) Reset

func (x *SplitID) Reset()

func (*SplitID) String

func (x *SplitID) String() string

type StringID

type StringID struct {
	IDString string `protobuf:"bytes,1,opt,name=i_d_string,json=iDString,proto3" json:"i_d_string,omitempty"`
	// contains filtered or unexported fields
}

func (*StringID) Descriptor deprecated

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

Deprecated: Use StringID.ProtoReflect.Descriptor instead.

func (*StringID) GetIDString

func (x *StringID) GetIDString() string

func (*StringID) ProtoMessage

func (*StringID) ProtoMessage()

func (*StringID) ProtoReflect

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

func (*StringID) Reset

func (x *StringID) Reset()

func (*StringID) String

func (x *StringID) String() string

Jump to

Keyboard shortcuts

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