toBytesData method

List<int> toBytesData()

Implementation

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