menu
xrp_dart package
documentation
xrp_dart.dart
XRPPrivateKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
List
<
int
>
toBytes
(
)
Returns the private key as a bytes.
Implementation
List<int> toBytes() { return _privateKey.raw; }
xrp_dart package
documentation
xrp_dart
XRPPrivateKey
toBytes method
XRPPrivateKey class