menu
solana_web3 package
documentation
solana_web3.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; }
solana_web3 package
documentation
solana_web3
Pubkey
toBuffer method
Pubkey class