menu
blockchain_utils package
documentation
crypto/crypto/ec/projective/native/native.dart
ProjectiveECCPoint
getCoords method
getCoords method
dark_mode
light_mode
getCoords
method
List
<
BigInt
>
getCoords
(
)
Implementation
List<BigInt> getCoords() => List.from(_coords);
blockchain_utils package
documentation
crypto/crypto/ec/projective/native/native
ProjectiveECCPoint
getCoords method
ProjectiveECCPoint class