Documentation ¶
Index ¶
- type Bigint
- func (i *Bigint) Add(x *Bigint) *Bigint
- func (i *Bigint) Div(x *Bigint) *Bigint
- func (i *Bigint) FromBigInt(x *big.Int) *Bigint
- func (i *Bigint) Mul(x *Bigint) *Bigint
- func (i *Bigint) Neg() *Bigint
- func (b *Bigint) Scan(value interface{}) error
- func (i *Bigint) String() string
- func (i *Bigint) Sub(x *Bigint) *Bigint
- func (i *Bigint) ToInt64() int64
- func (i *Bigint) ToUInt64() uint64
- func (i *Bigint) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bigint ¶
func FromString ¶
Click to show internal directories.
Click to hide internal directories.