cosmos-sdk/proto/ibc/localhost/localhost.proto

12 lines
337 B
Protocol Buffer

syntax = "proto3";
package ibc.localhost;
import "gogoproto/gogo.proto";
option go_package = "github.com/cosmos/cosmos-sdk/x/ibc/09-localhost/types";
// MsgCreateClient defines a message to create an IBC client
message MsgCreateClient {
bytes signer = 1 [(gogoproto.casttype) = "github.com/cosmos/cosmos-sdk/types.AccAddress"];
}