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