forked from cerc-io/laconicd
11 lines
223 B
Protocol Buffer
11 lines
223 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package cerc.onboarding.v1;
|
||
|
|
||
|
import "gogoproto/gogo.proto";
|
||
|
|
||
|
option go_package = "git.vdb.to/cerc-io/laconicd/x/onboarding";
|
||
|
|
||
|
// Params defines the parameters of the onboarding module.
|
||
|
message Params {}
|