Deprecated: Use ToBigInt instead.
()
| 219 | |
| 220 | // Deprecated: Use ToBigInt instead. |
| 221 | func (v *Value) BigInt() *big.Int { |
| 222 | return v.ToBigInt() |
| 223 | } |
| 224 | |
| 225 | // ToBigInt returns the big.Int value of the value. |
| 226 | func (v *Value) ToBigInt() *big.Int { |