Bitcoin class

Inheritance

Constructors

Bitcoin()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
final

Methods

createAddress(PublicKey publicKey) String
override
createPrivateKey(Uint8List seed) PrivateKey
Creates a public key from the given private key.
override
createPublicKey(PrivateKey privateKey) PublicKey
override
generateSignature(PrivateKey privateKey, Uint8List message) Uint8List
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifySignature(PublicKey publicKey, Uint8List message, Uint8List signature) bool
override

Operators

operator ==(Object other) bool
The equality operator.
inherited