menu
blockchain_utils package
documentation
signer/eth/evm_signer.dart
ETHSignerConst
orderHalf property
orderHalf property
dark_mode
light_mode
orderHalf
property
BigInt
orderHalf
final
Half of the order of the secp256k1 elliptic curve.
Implementation
static final BigInt orderHalf = curveOrder >> 1;
blockchain_utils package
documentation
signer/eth/evm_signer
ETHSignerConst
orderHalf property
ETHSignerConst class