encode abstract method

Uint8List encode(
  1. dynamic obj
)

Encode values with ABI rules based on the ABI type schemes @return byte[] of ABI encoding @throws IllegalArgumentException if encoder cannot infer the type from obj

Implementation

Uint8List encode(dynamic obj);