Documentation ¶
Index ¶
- Variables
- type ESDigitalToken
- func (*ESDigitalToken) Descriptor() ([]byte, []int)
- func (this *ESDigitalToken) Equal(that interface{}) bool
- func (m *ESDigitalToken) GetProperties() []byte
- func (m *ESDigitalToken) GetValue() *math_big.Int
- func (this *ESDigitalToken) GoString() string
- 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 (*ESDigitalToken) ProtoMessage()
- func (m *ESDigitalToken) Reset()
- func (m *ESDigitalToken) Size() (n int)
- func (this *ESDigitalToken) String() string
- 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
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ESDigitalToken ¶
type ESDigitalToken struct { Value *math_big.Int `` /* 132-byte string literal not displayed */ Properties []byte `protobuf:"bytes,2,opt,name=Properties,proto3" json:"properties"` }
ESDigitalToken holds the data for a elrond standard digital token transaction
func (*ESDigitalToken) Descriptor ¶
func (*ESDigitalToken) Descriptor() ([]byte, []int)
func (*ESDigitalToken) Equal ¶
func (this *ESDigitalToken) Equal(that interface{}) bool
func (*ESDigitalToken) GetProperties ¶
func (m *ESDigitalToken) GetProperties() []byte
func (*ESDigitalToken) GetValue ¶
func (m *ESDigitalToken) GetValue() *math_big.Int
func (*ESDigitalToken) GoString ¶
func (this *ESDigitalToken) GoString() string
func (*ESDigitalToken) Marshal ¶
func (m *ESDigitalToken) Marshal() (dAtA []byte, err error)
func (*ESDigitalToken) MarshalToSizedBuffer ¶
func (m *ESDigitalToken) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ESDigitalToken) ProtoMessage ¶
func (*ESDigitalToken) ProtoMessage()
func (*ESDigitalToken) Reset ¶
func (m *ESDigitalToken) Reset()
func (*ESDigitalToken) Size ¶
func (m *ESDigitalToken) Size() (n int)
func (*ESDigitalToken) String ¶
func (this *ESDigitalToken) String() string
func (*ESDigitalToken) Unmarshal ¶
func (m *ESDigitalToken) Unmarshal(dAtA []byte) error
func (*ESDigitalToken) XXX_DiscardUnknown ¶
func (m *ESDigitalToken) XXX_DiscardUnknown()
func (*ESDigitalToken) XXX_Marshal ¶
func (m *ESDigitalToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ESDigitalToken) XXX_Merge ¶
func (m *ESDigitalToken) XXX_Merge(src proto.Message)
func (*ESDigitalToken) XXX_Size ¶
func (m *ESDigitalToken) XXX_Size() int
func (*ESDigitalToken) XXX_Unmarshal ¶
func (m *ESDigitalToken) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.