menu
blockchain_utils package
documentation
crypto/crypto/cdsa/point/edwards.dart
EDPoint
getCoords method
getCoords method
dark_mode
light_mode
getCoords
method
List
<
BigInt
>
getCoords
(
)
Implementation
List<BigInt> getCoords() { return List.from(_coords); }
blockchain_utils package
documentation
crypto/crypto/cdsa/point/edwards
EDPoint
getCoords method
EDPoint class