menu
xpx_chain_sdk package
documentation
xpx_chain_sdk.dart
Uint64
toBigInt method
toBigInt method
dark_mode
light_mode
toBigInt
method
BigInt
toBigInt
(
)
Returns this
Uint64
as a
BigInt
.
Implementation
BigInt toBigInt() => _value;
xpx_chain_sdk package
documentation
xpx_chain_sdk
Uint64
toBigInt method
Uint64 class