menu
reown_appkit package
documentation
solana/solana_web3/src/crypto/pubkey.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; }
reown_appkit package
documentation
solana/solana_web3/src/crypto/pubkey
Pubkey
toBuffer method
Pubkey class