toBytesData method

List<int> toBytesData()

Implementation

List<int> toBytesData() {
  return SolanaRequestEncoding.decode(data);
}