types

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2022 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigIntCaster

type BigIntCaster struct{}

func (*BigIntCaster) Equal

func (c *BigIntCaster) Equal(a, b *big.Int) bool

func (*BigIntCaster) MarshalTo

func (c *BigIntCaster) MarshalTo(a *big.Int, buf []byte) (int, error)

func (*BigIntCaster) NewPopulated

func (c *BigIntCaster) NewPopulated() *big.Int

func (*BigIntCaster) Size

func (c *BigIntCaster) Size(a *big.Int) int

func (*BigIntCaster) Unmarshal

func (c *BigIntCaster) Unmarshal(buf []byte) (*big.Int, error)

type Castee

type Castee uint32

type Caster

type Caster struct{}

func (*Caster) Equal

func (c *Caster) Equal(a, b *Castee) bool

func (*Caster) MarshalTo

func (c *Caster) MarshalTo(a *Castee, buf []byte) (int, error)

func (*Caster) NewPopulated

func (c *Caster) NewPopulated() *Castee

func (*Caster) Size

func (c *Caster) Size(a *Castee) int

func (*Caster) Unmarshal

func (c *Caster) Unmarshal(buf []byte) (*Castee, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL