menu
blockchain_utils package
documentation
crypto/crypto/cdsa/point/ec_projective_point.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/cdsa/point/ec_projective_point
ProjectiveECCPoint
getCoords method
ProjectiveECCPoint class