menu
crypto_wallet_util package
documentation
transaction.dart
Pubkey
toBuffer method
toBuffer method
dark_mode
light_mode
toBuffer
method
ByteBuffer
toBuffer
(
)
Returns this
Pubkey
as a byte buffer.
Implementation
ByteBuffer toBuffer() { return toBytes().buffer; }
crypto_wallet_util package
documentation
transaction
Pubkey
toBuffer method
Pubkey class