bitbox
bitbox
ECPair
address property
address
bitbox
bitbox
ECPair
address property
ECPair class
Constructors
ECPair
fromPrivateKey
fromPublicKey
fromWIF
makeRandom
Properties
address
compressed
network
privateKey
publicKey
hashCode
runtimeType
Methods
sign
toWIF
verify
noSuchMethod
toString
Operators
operator ==
address
property
String
address
Implementation
String get address => Address.toBase58Check(hash160(publicKey), network.pubKeyHash);