 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type MsgRegisterInterchainAccount
- func (*MsgRegisterInterchainAccount) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRegisterInterchainAccount) GetConnectionId() string
- func (x *MsgRegisterInterchainAccount) GetOrdering() v1.Order
- func (x *MsgRegisterInterchainAccount) GetOwner() string
- func (x *MsgRegisterInterchainAccount) GetVersion() string
- func (*MsgRegisterInterchainAccount) ProtoMessage()
- func (x *MsgRegisterInterchainAccount) ProtoReflect() protoreflect.Message
- func (x *MsgRegisterInterchainAccount) Reset()
- func (x *MsgRegisterInterchainAccount) String() string
 
- type MsgRegisterInterchainAccountResponse
- func (*MsgRegisterInterchainAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRegisterInterchainAccountResponse) GetChannelId() string
- func (x *MsgRegisterInterchainAccountResponse) GetPortId() string
- func (*MsgRegisterInterchainAccountResponse) ProtoMessage()
- func (x *MsgRegisterInterchainAccountResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRegisterInterchainAccountResponse) Reset()
- func (x *MsgRegisterInterchainAccountResponse) String() string
 
- type MsgSendTx
- func (*MsgSendTx) Descriptor() ([]byte, []int)deprecated
- func (x *MsgSendTx) GetConnectionId() string
- func (x *MsgSendTx) GetOwner() string
- func (x *MsgSendTx) GetPacketData() *v11.InterchainAccountPacketData
- func (x *MsgSendTx) GetRelativeTimeout() uint64
- func (*MsgSendTx) ProtoMessage()
- func (x *MsgSendTx) ProtoReflect() protoreflect.Message
- func (x *MsgSendTx) Reset()
- func (x *MsgSendTx) String() string
 
- type MsgSendTxResponse
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateParams) GetParams() *Params
- func (x *MsgUpdateParams) GetSigner() string
- func (*MsgUpdateParams) ProtoMessage()
- func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateParams) Reset()
- func (x *MsgUpdateParams) String() string
 
- type MsgUpdateParamsResponse
- type Params
- type QueryInterchainAccountRequest
- func (*QueryInterchainAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryInterchainAccountRequest) GetConnectionId() string
- func (x *QueryInterchainAccountRequest) GetOwner() string
- func (*QueryInterchainAccountRequest) ProtoMessage()
- func (x *QueryInterchainAccountRequest) ProtoReflect() protoreflect.Message
- func (x *QueryInterchainAccountRequest) Reset()
- func (x *QueryInterchainAccountRequest) String() string
 
- type QueryInterchainAccountResponse
- func (*QueryInterchainAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryInterchainAccountResponse) GetAddress() string
- func (*QueryInterchainAccountResponse) ProtoMessage()
- func (x *QueryInterchainAccountResponse) ProtoReflect() protoreflect.Message
- func (x *QueryInterchainAccountResponse) Reset()
- func (x *QueryInterchainAccountResponse) String() string
 
- type QueryParamsRequest
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryParamsResponse) GetParams() *Params
- func (*QueryParamsResponse) ProtoMessage()
- func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryParamsResponse) Reset()
- func (x *QueryParamsResponse) String() string
 
Constants ¶
This section is empty.
Variables ¶
var File_ibc_applications_interchain_accounts_controller_v1_controller_proto protoreflect.FileDescriptor
    var File_ibc_applications_interchain_accounts_controller_v1_query_proto protoreflect.FileDescriptor
    var File_ibc_applications_interchain_accounts_controller_v1_tx_proto protoreflect.FileDescriptor
    Functions ¶
This section is empty.
Types ¶
type MsgRegisterInterchainAccount ¶
type MsgRegisterInterchainAccount struct {
	Owner        string   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ConnectionId string   `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Version      string   `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Ordering     v1.Order `protobuf:"varint,4,opt,name=ordering,proto3,enum=ibc.core.channel.v1.Order" json:"ordering,omitempty"`
	// contains filtered or unexported fields
}
    MsgRegisterInterchainAccount defines the payload for Msg/RegisterAccount
        
          
            func (*MsgRegisterInterchainAccount) Descriptor
            deprecated
            
          
  
    
  
      
      func (*MsgRegisterInterchainAccount) Descriptor() ([]byte, []int)
Deprecated: Use MsgRegisterInterchainAccount.ProtoReflect.Descriptor instead.
func (*MsgRegisterInterchainAccount) GetConnectionId ¶
func (x *MsgRegisterInterchainAccount) GetConnectionId() string
func (*MsgRegisterInterchainAccount) GetOrdering ¶
func (x *MsgRegisterInterchainAccount) GetOrdering() v1.Order
func (*MsgRegisterInterchainAccount) GetOwner ¶
func (x *MsgRegisterInterchainAccount) GetOwner() string
func (*MsgRegisterInterchainAccount) GetVersion ¶
func (x *MsgRegisterInterchainAccount) GetVersion() string
func (*MsgRegisterInterchainAccount) ProtoMessage ¶
func (*MsgRegisterInterchainAccount) ProtoMessage()
func (*MsgRegisterInterchainAccount) ProtoReflect ¶
func (x *MsgRegisterInterchainAccount) ProtoReflect() protoreflect.Message
func (*MsgRegisterInterchainAccount) Reset ¶
func (x *MsgRegisterInterchainAccount) Reset()
func (*MsgRegisterInterchainAccount) String ¶
func (x *MsgRegisterInterchainAccount) String() string
type MsgRegisterInterchainAccountResponse ¶
type MsgRegisterInterchainAccountResponse struct {
	ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	PortId    string `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	// contains filtered or unexported fields
}
    MsgRegisterInterchainAccountResponse defines the response for Msg/RegisterAccount
        
          
            func (*MsgRegisterInterchainAccountResponse) Descriptor
            deprecated
            
          
  
    
  
      
      func (*MsgRegisterInterchainAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRegisterInterchainAccountResponse.ProtoReflect.Descriptor instead.
func (*MsgRegisterInterchainAccountResponse) GetChannelId ¶
func (x *MsgRegisterInterchainAccountResponse) GetChannelId() string
func (*MsgRegisterInterchainAccountResponse) GetPortId ¶
func (x *MsgRegisterInterchainAccountResponse) GetPortId() string
func (*MsgRegisterInterchainAccountResponse) ProtoMessage ¶
func (*MsgRegisterInterchainAccountResponse) ProtoMessage()
func (*MsgRegisterInterchainAccountResponse) ProtoReflect ¶
func (x *MsgRegisterInterchainAccountResponse) ProtoReflect() protoreflect.Message
func (*MsgRegisterInterchainAccountResponse) Reset ¶
func (x *MsgRegisterInterchainAccountResponse) Reset()
func (*MsgRegisterInterchainAccountResponse) String ¶
func (x *MsgRegisterInterchainAccountResponse) String() string
type MsgSendTx ¶
type MsgSendTx struct {
	Owner        string                           `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ConnectionId string                           `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	PacketData   *v11.InterchainAccountPacketData `protobuf:"bytes,3,opt,name=packet_data,json=packetData,proto3" json:"packet_data,omitempty"`
	// Relative timeout timestamp provided will be added to the current block time during transaction execution.
	// The timeout timestamp must be non-zero.
	RelativeTimeout uint64 `protobuf:"varint,4,opt,name=relative_timeout,json=relativeTimeout,proto3" json:"relative_timeout,omitempty"`
	// contains filtered or unexported fields
}
    MsgSendTx defines the payload for Msg/SendTx
        
          
            func (*MsgSendTx) Descriptor
            deprecated
            
          
  
    
  
      
      
    func (*MsgSendTx) GetConnectionId ¶
func (*MsgSendTx) GetPacketData ¶
func (x *MsgSendTx) GetPacketData() *v11.InterchainAccountPacketData
func (*MsgSendTx) GetRelativeTimeout ¶
func (*MsgSendTx) ProtoMessage ¶
func (*MsgSendTx) ProtoMessage()
func (*MsgSendTx) ProtoReflect ¶
func (x *MsgSendTx) ProtoReflect() protoreflect.Message
type MsgSendTxResponse ¶
type MsgSendTxResponse struct {
	Sequence uint64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}
    MsgSendTxResponse defines the response for MsgSendTx
        
          
            func (*MsgSendTxResponse) Descriptor
            deprecated
            
          
  
    
  
      
      func (*MsgSendTxResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgSendTxResponse.ProtoReflect.Descriptor instead.
func (*MsgSendTxResponse) GetSequence ¶
func (x *MsgSendTxResponse) GetSequence() uint64
func (*MsgSendTxResponse) ProtoMessage ¶
func (*MsgSendTxResponse) ProtoMessage()
func (*MsgSendTxResponse) ProtoReflect ¶
func (x *MsgSendTxResponse) ProtoReflect() protoreflect.Message
func (*MsgSendTxResponse) Reset ¶
func (x *MsgSendTxResponse) Reset()
func (*MsgSendTxResponse) String ¶
func (x *MsgSendTxResponse) String() string
type MsgUpdateParams ¶
type MsgUpdateParams struct {
	// signer address
	Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
	// params defines the 27-interchain-accounts/controller parameters to update.
	//
	// NOTE: All parameters must be supplied.
	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}
    MsgUpdateParams defines the payload for Msg/UpdateParams
        
          
            func (*MsgUpdateParams) Descriptor
            deprecated
            
          
  
    
  
      
      func (*MsgUpdateParams) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.
func (*MsgUpdateParams) GetParams ¶
func (x *MsgUpdateParams) GetParams() *Params
func (*MsgUpdateParams) GetSigner ¶
func (x *MsgUpdateParams) GetSigner() string
func (*MsgUpdateParams) ProtoMessage ¶
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) ProtoReflect ¶
func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
func (*MsgUpdateParams) Reset ¶
func (x *MsgUpdateParams) Reset()
func (*MsgUpdateParams) String ¶
func (x *MsgUpdateParams) String() string
type MsgUpdateParamsResponse ¶
type MsgUpdateParamsResponse struct {
	// contains filtered or unexported fields
}
    MsgUpdateParamsResponse defines the response for Msg/UpdateParams
        
          
            func (*MsgUpdateParamsResponse) Descriptor
            deprecated
            
          
  
    
  
      
      func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.
func (*MsgUpdateParamsResponse) ProtoMessage ¶
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) ProtoReflect ¶
func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateParamsResponse) Reset ¶
func (x *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) String ¶
func (x *MsgUpdateParamsResponse) String() string
type Params ¶
type Params struct {
	// controller_enabled enables or disables the controller submodule.
	ControllerEnabled bool `protobuf:"varint,1,opt,name=controller_enabled,json=controllerEnabled,proto3" json:"controller_enabled,omitempty"`
	// contains filtered or unexported fields
}
    Params defines the set of on-chain interchain accounts parameters. The following parameters may be used to disable the controller submodule.
        
          
            func (*Params) Descriptor
            deprecated
            
          
  
    
  
      
      
    func (*Params) GetControllerEnabled ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶
func (x *Params) ProtoReflect() protoreflect.Message
type QueryInterchainAccountRequest ¶
type QueryInterchainAccountRequest struct {
	Owner        string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}
    QueryInterchainAccountRequest is the request type for the Query/InterchainAccount RPC method.
        
          
            func (*QueryInterchainAccountRequest) Descriptor
            deprecated
            
          
  
    
  
      
      func (*QueryInterchainAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryInterchainAccountRequest.ProtoReflect.Descriptor instead.
func (*QueryInterchainAccountRequest) GetConnectionId ¶
func (x *QueryInterchainAccountRequest) GetConnectionId() string
func (*QueryInterchainAccountRequest) GetOwner ¶
func (x *QueryInterchainAccountRequest) GetOwner() string
func (*QueryInterchainAccountRequest) ProtoMessage ¶
func (*QueryInterchainAccountRequest) ProtoMessage()
func (*QueryInterchainAccountRequest) ProtoReflect ¶
func (x *QueryInterchainAccountRequest) ProtoReflect() protoreflect.Message
func (*QueryInterchainAccountRequest) Reset ¶
func (x *QueryInterchainAccountRequest) Reset()
func (*QueryInterchainAccountRequest) String ¶
func (x *QueryInterchainAccountRequest) String() string
type QueryInterchainAccountResponse ¶
type QueryInterchainAccountResponse struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}
    QueryInterchainAccountResponse the response type for the Query/InterchainAccount RPC method.
        
          
            func (*QueryInterchainAccountResponse) Descriptor
            deprecated
            
          
  
    
  
      
      func (*QueryInterchainAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryInterchainAccountResponse.ProtoReflect.Descriptor instead.
func (*QueryInterchainAccountResponse) GetAddress ¶
func (x *QueryInterchainAccountResponse) GetAddress() string
func (*QueryInterchainAccountResponse) ProtoMessage ¶
func (*QueryInterchainAccountResponse) ProtoMessage()
func (*QueryInterchainAccountResponse) ProtoReflect ¶
func (x *QueryInterchainAccountResponse) ProtoReflect() protoreflect.Message
func (*QueryInterchainAccountResponse) Reset ¶
func (x *QueryInterchainAccountResponse) Reset()
func (*QueryInterchainAccountResponse) String ¶
func (x *QueryInterchainAccountResponse) String() string
type QueryParamsRequest ¶
type QueryParamsRequest struct {
	// contains filtered or unexported fields
}
    QueryParamsRequest is the request type for the Query/Params RPC method.
        
          
            func (*QueryParamsRequest) Descriptor
            deprecated
            
          
  
    
  
      
      func (*QueryParamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.
func (*QueryParamsRequest) ProtoMessage ¶
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) ProtoReflect ¶
func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message
func (*QueryParamsRequest) Reset ¶
func (x *QueryParamsRequest) Reset()
func (*QueryParamsRequest) String ¶
func (x *QueryParamsRequest) String() string
type QueryParamsResponse ¶
type QueryParamsResponse struct {
	// params defines the parameters of the module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}
    QueryParamsResponse is the response type for the Query/Params RPC method.
        
          
            func (*QueryParamsResponse) Descriptor
            deprecated
            
          
  
    
  
      
      func (*QueryParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.
func (*QueryParamsResponse) GetParams ¶
func (x *QueryParamsResponse) GetParams() *Params
func (*QueryParamsResponse) ProtoMessage ¶
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) ProtoReflect ¶
func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
func (*QueryParamsResponse) Reset ¶
func (x *QueryParamsResponse) Reset()
func (*QueryParamsResponse) String ¶
func (x *QueryParamsResponse) String() string