Documentation ¶
Index ¶
- type BigInt
- func (b BigInt) Add(n BigInt) BigInt
- func (b BigInt) Cmp(n BigInt) int
- func (b BigInt) DeepCopyInto(n *BigInt)
- func (b BigInt) Equal(n BigInt) bool
- func (b BigInt) EqualInt64(n int64) bool
- func (b BigInt) MarshalJSON() ([]byte, error)
- func (b BigInt) String() string
- func (b BigInt) Sub(n BigInt) BigInt
- func (b *BigInt) UnmarshalJSON(p []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigInt ¶
func (BigInt) DeepCopyInto ¶
func (BigInt) EqualInt64 ¶
func (BigInt) MarshalJSON ¶
func (*BigInt) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.