decodeOutput method

List<Object> decodeOutput(
  1. Uint8List encoded
)

Implementation

List<Object> decodeOutput(Uint8List encoded) =>
    AbiEntry.decodeList(outputs, encoded);