LedgerSimpleOperation class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
read(ByteDataReader reader)
→ Future<ByteDataReader>
-
The Packet sequence index describes the current sequence for fragmented
payloads.
The first fragment index is 0x00 and increased in following packets.
override
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
write(ByteDataWriter writer)
→ Future<List<Uint8List>>
-
The Packet sequence index describes the current sequence for fragmented
payloads.
The first fragment index is 0x00 and increased in following packets.
override