menu
solana_web3 package
documentation
buffer.dart
BufferSerializable
toUint64Buffer method
toUint64Buffer method
dark_mode
light_mode
toUint64Buffer
method
Uint8List
toUint64Buffer
(
)
Converts this
BigInt
into an 8-byte
Uint8List
.
Implementation
Uint8List toUint64Buffer() => toUint8List(8);
solana_web3 package
documentation
buffer
BufferSerializable
toUint64Buffer method
BufferSerializable extension on
BigInt