Co-authored-by: Thales <thales@datarevenue.com> Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
10 lines
148 B
Protocol Buffer
10 lines
148 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package maverick.v2;
|
|
|
|
message Pool {
|
|
bytes address = 1;
|
|
bytes tokenA = 2;
|
|
bytes tokenB = 3;
|
|
bytes created_tx_hash = 4;
|
|
} |