P2PKH class
Pay-to-Public-Key-Hash program taking a 20-byte public key hash that can satisfy this script with a signature.
- Implemented types
Constructors
- P2PKH.decompile(Uint8List compiled)
- P2PKH.fromAsm(String asm)
- P2PKH.fromHash(Uint8List pkHash)
- P2PKH.fromPublicKey(ECPublicKey pk)
- P2PKH.fromScript(Script script)
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited