encode abstract method

List<int> encode(
  1. String value
)

Encode the provided value into a List<int> in Substrate SCALE format.

Implementation

List<int> encode(String value);