mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-15 04:25:27 +00:00
3c53e72220
- Add initial setup and empty genesis type for x/precisebank - Basic tests with mostly empty values, to be filled out with additional implementation
8 lines
207 B
Protocol Buffer
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 {}
|