ProgramReader class
- Inheritance
- Object
- BufferReader
- ScriptReader
- ProgramReader
Constructors
- ProgramReader(Buffer buf, {int ofst = 0})
Properties
Methods
-
advance(
int cnt) → dynamic -
inherited
-
branch(
int ofst) → BufferReader -
inherited
-
forward(
int cnt) → Uint8List -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
readBool(
) → bool -
inherited
-
readBytes(
) → Uint8List -
inherited
-
readInfo(
) → ProgramInfo -
readInt(
) → BigInt -
inherited
-
readNullTerminated(
) → Uint8List -
inherited
-
readOpCode(
) → int -
inherited
-
readParams(
) → List< Uint8List> -
readPubkey(
) → PublicKey -
readStruct(
) → Struct -
inherited
-
readUint8(
) → int -
inherited
-
readUint16LE(
) → int -
inherited
-
readUint32LE(
) → int -
inherited
-
readUint64LE(
) → int -
inherited
-
readVarBytes(
) → Uint8List -
inherited
-
readVarInt(
) → int -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited