Versions in this module Expand all Collapse all v0 v0.0.2 Nov 6, 2024 v0.0.1 Nov 5, 2024 Changes in this version + var ErrIntOverflowDcdt = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthDcdt = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupDcdt = fmt.Errorf("proto: unexpected end of group") + type DCDTRoles struct + Roles [][]byte + func (*DCDTRoles) Descriptor() ([]byte, []int) + func (*DCDTRoles) ProtoMessage() + func (m *DCDTRoles) GetRoles() [][]byte + func (m *DCDTRoles) Marshal() (dAtA []byte, err error) + func (m *DCDTRoles) MarshalTo(dAtA []byte) (int, error) + func (m *DCDTRoles) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DCDTRoles) Reset() + func (m *DCDTRoles) Size() (n int) + func (m *DCDTRoles) Unmarshal(dAtA []byte) error + func (m *DCDTRoles) XXX_DiscardUnknown() + func (m *DCDTRoles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DCDTRoles) XXX_Merge(src proto.Message) + func (m *DCDTRoles) XXX_Size() int + func (m *DCDTRoles) XXX_Unmarshal(b []byte) error + func (this *DCDTRoles) Equal(that interface{}) bool + func (this *DCDTRoles) GoString() string + func (this *DCDTRoles) String() string + type DCDigitalToken struct + Properties []byte + Reserved []byte + TokenMetaData *MetaData + Type uint32 + Value *math_big.Int + func New() *DCDigitalToken + func (*DCDigitalToken) Descriptor() ([]byte, []int) + func (*DCDigitalToken) ProtoMessage() + func (m *DCDigitalToken) GetProperties() []byte + func (m *DCDigitalToken) GetReserved() []byte + func (m *DCDigitalToken) GetTokenMetaData() *MetaData + func (m *DCDigitalToken) GetType() uint32 + func (m *DCDigitalToken) GetValue() *math_big.Int + func (m *DCDigitalToken) Marshal() (dAtA []byte, err error) + func (m *DCDigitalToken) MarshalTo(dAtA []byte) (int, error) + func (m *DCDigitalToken) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DCDigitalToken) Reset() + func (m *DCDigitalToken) Size() (n int) + func (m *DCDigitalToken) Unmarshal(dAtA []byte) error + func (m *DCDigitalToken) XXX_DiscardUnknown() + func (m *DCDigitalToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DCDigitalToken) XXX_Merge(src proto.Message) + func (m *DCDigitalToken) XXX_Size() int + func (m *DCDigitalToken) XXX_Unmarshal(b []byte) error + func (this *DCDigitalToken) Equal(that interface{}) bool + func (this *DCDigitalToken) GoString() string + func (this *DCDigitalToken) String() string + type MetaData struct + Attributes []byte + Creator []byte + Hash []byte + Name []byte + Nonce uint64 + Royalties uint32 + URIs [][]byte + func (*MetaData) Descriptor() ([]byte, []int) + func (*MetaData) ProtoMessage() + func (m *MetaData) GetAttributes() []byte + func (m *MetaData) GetCreator() []byte + func (m *MetaData) GetHash() []byte + func (m *MetaData) GetName() []byte + func (m *MetaData) GetNonce() uint64 + func (m *MetaData) GetRoyalties() uint32 + func (m *MetaData) GetURIs() [][]byte + func (m *MetaData) Marshal() (dAtA []byte, err error) + func (m *MetaData) MarshalTo(dAtA []byte) (int, error) + func (m *MetaData) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MetaData) Reset() + func (m *MetaData) Size() (n int) + func (m *MetaData) Unmarshal(dAtA []byte) error + func (m *MetaData) XXX_DiscardUnknown() + func (m *MetaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MetaData) XXX_Merge(src proto.Message) + func (m *MetaData) XXX_Size() int + func (m *MetaData) XXX_Unmarshal(b []byte) error + func (this *MetaData) Equal(that interface{}) bool + func (this *MetaData) GoString() string + func (this *MetaData) String() string