Documentation
¶
Index ¶
- type BytesBuilder
- func (b *BytesBuilder) AddAddress(address common.Address)
- func (b *BytesBuilder) AddBytes(data string) error
- func (b *BytesBuilder) AddUint16(val *big.Int)
- func (b *BytesBuilder) AddUint24(val *big.Int)
- func (b *BytesBuilder) AddUint32(val *big.Int)
- func (b *BytesBuilder) AddUint8(val uint8)
- func (b *BytesBuilder) AsHex() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BytesBuilder ¶
type BytesBuilder struct {
// contains filtered or unexported fields
}
func New ¶
func New() *BytesBuilder
func (*BytesBuilder) AddAddress ¶
func (b *BytesBuilder) AddAddress(address common.Address)
func (*BytesBuilder) AddBytes ¶
func (b *BytesBuilder) AddBytes(data string) error
func (*BytesBuilder) AddUint16 ¶
func (b *BytesBuilder) AddUint16(val *big.Int)
func (*BytesBuilder) AddUint24 ¶
func (b *BytesBuilder) AddUint24(val *big.Int)
func (*BytesBuilder) AddUint32 ¶
func (b *BytesBuilder) AddUint32(val *big.Int)
func (*BytesBuilder) AddUint8 ¶
func (b *BytesBuilder) AddUint8(val uint8)
func (*BytesBuilder) AsHex ¶
func (b *BytesBuilder) AsHex() string
Click to show internal directories.
Click to hide internal directories.