menu
on_chain package
documentation
solana/src/keypair/private_key.dart
SolanaPrivateKey
seedBytes method
seedBytes method
dark_mode
light_mode
seedBytes
method
List
<
int
>
seedBytes
(
)
Retrieve the seed bytes of the private key.
Implementation
List<int> seedBytes() { return _privateKey.raw; }
on_chain package
documentation
solana/src/keypair/private_key
SolanaPrivateKey
seedBytes method
SolanaPrivateKey class