2025-01-07 09:23:01 +00:00
|
|
|
syntax = "proto3";
|
2025-01-20 06:36:02 +00:00
|
|
|
package zgc.wrappeda0gibase.v1;
|
2025-01-07 09:23:01 +00:00
|
|
|
|
|
|
|
import "cosmos_proto/cosmos.proto";
|
|
|
|
import "gogoproto/gogo.proto";
|
2025-01-20 06:36:02 +00:00
|
|
|
import "google/api/annotations.proto";
|
2025-01-07 09:23:01 +00:00
|
|
|
import "google/protobuf/any.proto";
|
|
|
|
import "google/protobuf/timestamp.proto";
|
|
|
|
|
|
|
|
option go_package = "github.com/0glabs/0g-chain/x/wrapped-a0gi-base/types";
|
2025-01-20 06:36:02 +00:00
|
|
|
option (gogoproto.goproto_getters_all) = false;
|
2025-01-07 09:23:01 +00:00
|
|
|
|
2025-01-20 06:36:02 +00:00
|
|
|
message Supply {
|
|
|
|
bytes cap = 1; // big endian
|
|
|
|
bytes initialSupply = 2; // big endian
|
|
|
|
bytes supply = 3; // big endian
|
2025-01-07 09:23:01 +00:00
|
|
|
}
|