Versions in this module Expand all Collapse all v0 v0.0.1 Sep 28, 2022 Changes in this version + var ErrIntOverflowMect = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthMect = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupMect = fmt.Errorf("proto: unexpected end of group") + type MECTRoles struct + Roles [][]byte + func (*MECTRoles) Descriptor() ([]byte, []int) + func (*MECTRoles) ProtoMessage() + func (m *MECTRoles) GetRoles() [][]byte + func (m *MECTRoles) Marshal() (dAtA []byte, err error) + func (m *MECTRoles) MarshalTo(dAtA []byte) (int, error) + func (m *MECTRoles) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MECTRoles) Reset() + func (m *MECTRoles) Size() (n int) + func (m *MECTRoles) Unmarshal(dAtA []byte) error + func (m *MECTRoles) XXX_DiscardUnknown() + func (m *MECTRoles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MECTRoles) XXX_Merge(src proto.Message) + func (m *MECTRoles) XXX_Size() int + func (m *MECTRoles) XXX_Unmarshal(b []byte) error + func (this *MECTRoles) Equal(that interface{}) bool + func (this *MECTRoles) GoString() string + func (this *MECTRoles) String() string + type MECToken struct + Properties []byte + Reserved []byte + TokenMetaData *MetaData + Type uint32 + Value *math_big.Int + func New() *MECToken + func (*MECToken) Descriptor() ([]byte, []int) + func (*MECToken) ProtoMessage() + func (m *MECToken) GetProperties() []byte + func (m *MECToken) GetReserved() []byte + func (m *MECToken) GetTokenMetaData() *MetaData + func (m *MECToken) GetType() uint32 + func (m *MECToken) GetValue() *math_big.Int + func (m *MECToken) Marshal() (dAtA []byte, err error) + func (m *MECToken) MarshalTo(dAtA []byte) (int, error) + func (m *MECToken) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MECToken) Reset() + func (m *MECToken) Size() (n int) + func (m *MECToken) Unmarshal(dAtA []byte) error + func (m *MECToken) XXX_DiscardUnknown() + func (m *MECToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MECToken) XXX_Merge(src proto.Message) + func (m *MECToken) XXX_Size() int + func (m *MECToken) XXX_Unmarshal(b []byte) error + func (this *MECToken) Equal(that interface{}) bool + func (this *MECToken) GoString() string + func (this *MECToken) 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