0g-chain/proto/kava/savings/v1beta1/tx.proto

12 lines
312 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package kava.savings.v1beta1;
import "gogoproto/gogo.proto";
option go_package = "github.com/kava-labs/kava/x/savings/types";
option (gogoproto.equal_all) = true;
option (gogoproto.verbose_equal_all) = true;
// Msg defines the savings Msg service.
service Msg {}