pinax-network / substreams

Substreams built by Pinax
Apache License 2.0
5 stars 2 forks source link

[Substream Proposal] `atomicassets` #12

Open DenisCarriere opened 1 year ago

DenisCarriere commented 1 year ago

Substream

Protobuf

message Actions {
  repeated Action actions = 1;
}

message Action {
  uint32 block_num = 1;
  google.protobuf.Timestamp timestamp = 2;
  string transaction_id = 3;
  string account = 4;
  string name = 5;
  string json_data = 6;
}

Modules

Headers

https://github.com/pinknetworkx/atomicassets-contract/blob/master/include/atomicassets.hpp

Actions