menu
bsv package
documentation
bsv.dart
BigIntX
mul method
mul method
dark_mode
light_mode
mul
method
BigIntX
mul
(
BigIntX
other
)
Implementation
BigIntX mul(BigIntX other) => BigIntX(bn: bn! * other.bn!);
bsv package
documentation
bsv
BigIntX
mul method
BigIntX class