menu
on_chain package
documentation
sui/src/keypair/keys/secp256k1.dart
SuiSecp256k1PrivateKey
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/secp256k1
SuiSecp256k1PrivateKey
toBytes method
SuiSecp256k1PrivateKey class