menu
crypto_wallet_util package
documentation
transaction.dart
BufferWriter
setUint128 method
setUint128 method
dark_mode
light_mode
setUint128
method
void
setUint128
(
BigInt
value
)
Implementation
void setUint128(final BigInt value) => setBigUint(value, ByteLength.u128);
crypto_wallet_util package
documentation
transaction
BufferWriter
setUint128 method
BufferWriter class