menu
on_chain package
documentation
sui/src/keypair/keys/ed25519.dart
SuiED25519PrivateKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
Returns the raw bytes of the private key.
Implementation
@override List<int> toBytes() { return _privateKey.raw; }
on_chain package
documentation
sui/src/keypair/keys/ed25519
SuiED25519PrivateKey
toBytes method
SuiED25519PrivateKey class