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