0g-chain/proto/kava/precisebank/v1/genesis.proto
drklee3 3c53e72220
feat: Add x/precisebank module basic setup (#1906)
- Add initial setup and empty genesis type for x/precisebank
- Basic tests with mostly empty values, to be filled out with additional implementation
2024-05-10 09:30:28 -07:00

8 lines
207 B
Protocol Buffer

syntax = "proto3";
package kava.precisebank.v1;
option go_package = "github.com/kava-labs/kava/x/precisebank/types";
// GenesisState defines the precisebank module's genesis state.
message GenesisState {}