clientv1alpha1

package
v8.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthClient        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowClient          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupClient = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterObliviousQueryServiceServer

func RegisterObliviousQueryServiceServer(s grpc1.Server, srv ObliviousQueryServiceServer)

func RegisterSpecificQueryServiceServer

func RegisterSpecificQueryServiceServer(s grpc1.Server, srv SpecificQueryServiceServer)

func RegisterTendermintProxyServiceServer

func RegisterTendermintProxyServiceServer(s grpc1.Server, srv TendermintProxyServiceServer)

Types

type ABCIQueryRequest

type ABCIQueryRequest struct {
	Data   []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Path   string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Height int64  `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	Prove  bool   `protobuf:"varint,4,opt,name=prove,proto3" json:"prove,omitempty"`
}

ABCIQueryRequest defines the request structure for the ABCIQuery gRPC query.

func (*ABCIQueryRequest) Descriptor

func (*ABCIQueryRequest) Descriptor() ([]byte, []int)

func (*ABCIQueryRequest) GetData

func (m *ABCIQueryRequest) GetData() []byte

func (*ABCIQueryRequest) GetHeight

func (m *ABCIQueryRequest) GetHeight() int64

func (*ABCIQueryRequest) GetPath

func (m *ABCIQueryRequest) GetPath() string

func (*ABCIQueryRequest) GetProve

func (m *ABCIQueryRequest) GetProve() bool

func (*ABCIQueryRequest) Marshal

func (m *ABCIQueryRequest) Marshal() (dAtA []byte, err error)

func (*ABCIQueryRequest) MarshalTo

func (m *ABCIQueryRequest) MarshalTo(dAtA []byte) (int, error)

func (*ABCIQueryRequest) MarshalToSizedBuffer

func (m *ABCIQueryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ABCIQueryRequest) ProtoMessage

func (*ABCIQueryRequest) ProtoMessage()

func (*ABCIQueryRequest) Reset

func (m *ABCIQueryRequest) Reset()

func (*ABCIQueryRequest) Size

func (m *ABCIQueryRequest) Size() (n int)

func (*ABCIQueryRequest) String

func (m *ABCIQueryRequest) String() string

func (*ABCIQueryRequest) Unmarshal

func (m *ABCIQueryRequest) Unmarshal(dAtA []byte) error

func (*ABCIQueryRequest) XXX_DiscardUnknown

func (m *ABCIQueryRequest) XXX_DiscardUnknown()

func (*ABCIQueryRequest) XXX_Marshal

func (m *ABCIQueryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ABCIQueryRequest) XXX_Merge

func (m *ABCIQueryRequest) XXX_Merge(src proto.Message)

func (*ABCIQueryRequest) XXX_Size

func (m *ABCIQueryRequest) XXX_Size() int

func (*ABCIQueryRequest) XXX_Unmarshal

func (m *ABCIQueryRequest) XXX_Unmarshal(b []byte) error

type ABCIQueryResponse

type ABCIQueryResponse struct {
	Code      uint32           `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Log       string           `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"`
	Info      string           `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
	Index     int64            `protobuf:"varint,5,opt,name=index,proto3" json:"index,omitempty"`
	Key       []byte           `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
	Value     []byte           `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"`
	ProofOps  *crypto.ProofOps `protobuf:"bytes,8,opt,name=proof_ops,json=proofOps,proto3" json:"proof_ops,omitempty"`
	Height    int64            `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"`
	Codespace string           `protobuf:"bytes,10,opt,name=codespace,proto3" json:"codespace,omitempty"`
}

ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query.

Note: This type is a duplicate of the ResponseQuery proto type defined in Tendermint.

func (*ABCIQueryResponse) Descriptor

func (*ABCIQueryResponse) Descriptor() ([]byte, []int)

func (*ABCIQueryResponse) GetCode

func (m *ABCIQueryResponse) GetCode() uint32

func (*ABCIQueryResponse) GetCodespace

func (m *ABCIQueryResponse) GetCodespace() string

func (*ABCIQueryResponse) GetHeight

func (m *ABCIQueryResponse) GetHeight() int64

func (*ABCIQueryResponse) GetIndex

func (m *ABCIQueryResponse) GetIndex() int64

func (*ABCIQueryResponse) GetInfo

func (m *ABCIQueryResponse) GetInfo() string

func (*ABCIQueryResponse) GetKey

func (m *ABCIQueryResponse) GetKey() []byte

func (*ABCIQueryResponse) GetLog

func (m *ABCIQueryResponse) GetLog() string

func (*ABCIQueryResponse) GetProofOps

func (m *ABCIQueryResponse) GetProofOps() *crypto.ProofOps

func (*ABCIQueryResponse) GetValue

func (m *ABCIQueryResponse) GetValue() []byte

func (*ABCIQueryResponse) Marshal

func (m *ABCIQueryResponse) Marshal() (dAtA []byte, err error)

func (*ABCIQueryResponse) MarshalTo

func (m *ABCIQueryResponse) MarshalTo(dAtA []byte) (int, error)

func (*ABCIQueryResponse) MarshalToSizedBuffer

func (m *ABCIQueryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ABCIQueryResponse) ProtoMessage

func (*ABCIQueryResponse) ProtoMessage()

func (*ABCIQueryResponse) Reset

func (m *ABCIQueryResponse) Reset()

func (*ABCIQueryResponse) Size

func (m *ABCIQueryResponse) Size() (n int)

func (*ABCIQueryResponse) String

func (m *ABCIQueryResponse) String() string

func (*ABCIQueryResponse) Unmarshal

func (m *ABCIQueryResponse) Unmarshal(dAtA []byte) error

func (*ABCIQueryResponse) XXX_DiscardUnknown

func (m *ABCIQueryResponse) XXX_DiscardUnknown()

func (*ABCIQueryResponse) XXX_Marshal

func (m *ABCIQueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ABCIQueryResponse) XXX_Merge

func (m *ABCIQueryResponse) XXX_Merge(src proto.Message)

func (*ABCIQueryResponse) XXX_Size

func (m *ABCIQueryResponse) XXX_Size() int

func (*ABCIQueryResponse) XXX_Unmarshal

func (m *ABCIQueryResponse) XXX_Unmarshal(b []byte) error

type ArbExecutionRequest

type ArbExecutionRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Height  uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
}

func (*ArbExecutionRequest) Descriptor

func (*ArbExecutionRequest) Descriptor() ([]byte, []int)

func (*ArbExecutionRequest) GetChainId

func (m *ArbExecutionRequest) GetChainId() string

func (*ArbExecutionRequest) GetHeight

func (m *ArbExecutionRequest) GetHeight() uint64

func (*ArbExecutionRequest) Marshal

func (m *ArbExecutionRequest) Marshal() (dAtA []byte, err error)

func (*ArbExecutionRequest) MarshalTo

func (m *ArbExecutionRequest) MarshalTo(dAtA []byte) (int, error)

func (*ArbExecutionRequest) MarshalToSizedBuffer

func (m *ArbExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ArbExecutionRequest) ProtoMessage

func (*ArbExecutionRequest) ProtoMessage()

func (*ArbExecutionRequest) Reset

func (m *ArbExecutionRequest) Reset()

func (*ArbExecutionRequest) Size

func (m *ArbExecutionRequest) Size() (n int)

func (*ArbExecutionRequest) String

func (m *ArbExecutionRequest) String() string

func (*ArbExecutionRequest) Unmarshal

func (m *ArbExecutionRequest) Unmarshal(dAtA []byte) error

func (*ArbExecutionRequest) XXX_DiscardUnknown

func (m *ArbExecutionRequest) XXX_DiscardUnknown()

func (*ArbExecutionRequest) XXX_Marshal

func (m *ArbExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ArbExecutionRequest) XXX_Merge

func (m *ArbExecutionRequest) XXX_Merge(src proto.Message)

func (*ArbExecutionRequest) XXX_Size

func (m *ArbExecutionRequest) XXX_Size() int

func (*ArbExecutionRequest) XXX_Unmarshal

func (m *ArbExecutionRequest) XXX_Unmarshal(b []byte) error

type ArbExecutionResponse

type ArbExecutionResponse struct {
	SwapExecution *v1alpha13.SwapExecution `protobuf:"bytes,1,opt,name=swap_execution,json=swapExecution,proto3" json:"swap_execution,omitempty"`
	Height        uint64                   `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
}

func (*ArbExecutionResponse) Descriptor

func (*ArbExecutionResponse) Descriptor() ([]byte, []int)

func (*ArbExecutionResponse) GetHeight

func (m *ArbExecutionResponse) GetHeight() uint64

func (*ArbExecutionResponse) GetSwapExecution

func (m *ArbExecutionResponse) GetSwapExecution() *v1alpha13.SwapExecution

func (*ArbExecutionResponse) Marshal

func (m *ArbExecutionResponse) Marshal() (dAtA []byte, err error)

func (*ArbExecutionResponse) MarshalTo

func (m *ArbExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*ArbExecutionResponse) MarshalToSizedBuffer

func (m *ArbExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ArbExecutionResponse) ProtoMessage

func (*ArbExecutionResponse) ProtoMessage()

func (*ArbExecutionResponse) Reset

func (m *ArbExecutionResponse) Reset()

func (*ArbExecutionResponse) Size

func (m *ArbExecutionResponse) Size() (n int)

func (*ArbExecutionResponse) String

func (m *ArbExecutionResponse) String() string

func (*ArbExecutionResponse) Unmarshal

func (m *ArbExecutionResponse) Unmarshal(dAtA []byte) error

func (*ArbExecutionResponse) XXX_DiscardUnknown

func (m *ArbExecutionResponse) XXX_DiscardUnknown()

func (*ArbExecutionResponse) XXX_Marshal

func (m *ArbExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ArbExecutionResponse) XXX_Merge

func (m *ArbExecutionResponse) XXX_Merge(src proto.Message)

func (*ArbExecutionResponse) XXX_Size

func (m *ArbExecutionResponse) XXX_Size() int

func (*ArbExecutionResponse) XXX_Unmarshal

func (m *ArbExecutionResponse) XXX_Unmarshal(b []byte) error

type ArbExecutionsRequest

type ArbExecutionsRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// If present, only return arb executions occurring after the given height.
	StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"`
	// If present, only return arb executions occurring before the given height.
	EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"`
}

func (*ArbExecutionsRequest) Descriptor

func (*ArbExecutionsRequest) Descriptor() ([]byte, []int)

func (*ArbExecutionsRequest) GetChainId

func (m *ArbExecutionsRequest) GetChainId() string

func (*ArbExecutionsRequest) GetEndHeight

func (m *ArbExecutionsRequest) GetEndHeight() uint64

func (*ArbExecutionsRequest) GetStartHeight

func (m *ArbExecutionsRequest) GetStartHeight() uint64

func (*ArbExecutionsRequest) Marshal

func (m *ArbExecutionsRequest) Marshal() (dAtA []byte, err error)

func (*ArbExecutionsRequest) MarshalTo

func (m *ArbExecutionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ArbExecutionsRequest) MarshalToSizedBuffer

func (m *ArbExecutionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ArbExecutionsRequest) ProtoMessage

func (*ArbExecutionsRequest) ProtoMessage()

func (*ArbExecutionsRequest) Reset

func (m *ArbExecutionsRequest) Reset()

func (*ArbExecutionsRequest) Size

func (m *ArbExecutionsRequest) Size() (n int)

func (*ArbExecutionsRequest) String

func (m *ArbExecutionsRequest) String() string

func (*ArbExecutionsRequest) Unmarshal

func (m *ArbExecutionsRequest) Unmarshal(dAtA []byte) error

func (*ArbExecutionsRequest) XXX_DiscardUnknown

func (m *ArbExecutionsRequest) XXX_DiscardUnknown()

func (*ArbExecutionsRequest) XXX_Marshal

func (m *ArbExecutionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ArbExecutionsRequest) XXX_Merge

func (m *ArbExecutionsRequest) XXX_Merge(src proto.Message)

func (*ArbExecutionsRequest) XXX_Size

func (m *ArbExecutionsRequest) XXX_Size() int

func (*ArbExecutionsRequest) XXX_Unmarshal

func (m *ArbExecutionsRequest) XXX_Unmarshal(b []byte) error

type ArbExecutionsResponse

type ArbExecutionsResponse struct {
	SwapExecution *v1alpha13.SwapExecution `protobuf:"bytes,1,opt,name=swap_execution,json=swapExecution,proto3" json:"swap_execution,omitempty"`
	Height        uint64                   `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
}

func (*ArbExecutionsResponse) Descriptor

func (*ArbExecutionsResponse) Descriptor() ([]byte, []int)

func (*ArbExecutionsResponse) GetHeight

func (m *ArbExecutionsResponse) GetHeight() uint64

func (*ArbExecutionsResponse) GetSwapExecution

func (m *ArbExecutionsResponse) GetSwapExecution() *v1alpha13.SwapExecution

func (*ArbExecutionsResponse) Marshal

func (m *ArbExecutionsResponse) Marshal() (dAtA []byte, err error)

func (*ArbExecutionsResponse) MarshalTo

func (m *ArbExecutionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ArbExecutionsResponse) MarshalToSizedBuffer

func (m *ArbExecutionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ArbExecutionsResponse) ProtoMessage

func (*ArbExecutionsResponse) ProtoMessage()

func (*ArbExecutionsResponse) Reset

func (m *ArbExecutionsResponse) Reset()

func (*ArbExecutionsResponse) Size

func (m *ArbExecutionsResponse) Size() (n int)

func (*ArbExecutionsResponse) String

func (m *ArbExecutionsResponse) String() string

func (*ArbExecutionsResponse) Unmarshal

func (m *ArbExecutionsResponse) Unmarshal(dAtA []byte) error

func (*ArbExecutionsResponse) XXX_DiscardUnknown

func (m *ArbExecutionsResponse) XXX_DiscardUnknown()

func (*ArbExecutionsResponse) XXX_Marshal

func (m *ArbExecutionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ArbExecutionsResponse) XXX_Merge

func (m *ArbExecutionsResponse) XXX_Merge(src proto.Message)

func (*ArbExecutionsResponse) XXX_Size

func (m *ArbExecutionsResponse) XXX_Size() int

func (*ArbExecutionsResponse) XXX_Unmarshal

func (m *ArbExecutionsResponse) XXX_Unmarshal(b []byte) error

type BatchSwapOutputDataRequest

type BatchSwapOutputDataRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId     string                 `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Height      uint64                 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	TradingPair *v1alpha13.TradingPair `protobuf:"bytes,3,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
}

Requests batch swap data associated with a given height and trading pair from the view service.

func (*BatchSwapOutputDataRequest) Descriptor

func (*BatchSwapOutputDataRequest) Descriptor() ([]byte, []int)

func (*BatchSwapOutputDataRequest) GetChainId

func (m *BatchSwapOutputDataRequest) GetChainId() string

func (*BatchSwapOutputDataRequest) GetHeight

func (m *BatchSwapOutputDataRequest) GetHeight() uint64

func (*BatchSwapOutputDataRequest) GetTradingPair

func (m *BatchSwapOutputDataRequest) GetTradingPair() *v1alpha13.TradingPair

func (*BatchSwapOutputDataRequest) Marshal

func (m *BatchSwapOutputDataRequest) Marshal() (dAtA []byte, err error)

func (*BatchSwapOutputDataRequest) MarshalTo

func (m *BatchSwapOutputDataRequest) MarshalTo(dAtA []byte) (int, error)

func (*BatchSwapOutputDataRequest) MarshalToSizedBuffer

func (m *BatchSwapOutputDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BatchSwapOutputDataRequest) ProtoMessage

func (*BatchSwapOutputDataRequest) ProtoMessage()

func (*BatchSwapOutputDataRequest) Reset

func (m *BatchSwapOutputDataRequest) Reset()

func (*BatchSwapOutputDataRequest) Size

func (m *BatchSwapOutputDataRequest) Size() (n int)

func (*BatchSwapOutputDataRequest) String

func (m *BatchSwapOutputDataRequest) String() string

func (*BatchSwapOutputDataRequest) Unmarshal

func (m *BatchSwapOutputDataRequest) Unmarshal(dAtA []byte) error

func (*BatchSwapOutputDataRequest) XXX_DiscardUnknown

func (m *BatchSwapOutputDataRequest) XXX_DiscardUnknown()

func (*BatchSwapOutputDataRequest) XXX_Marshal

func (m *BatchSwapOutputDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BatchSwapOutputDataRequest) XXX_Merge

func (m *BatchSwapOutputDataRequest) XXX_Merge(src proto.Message)

func (*BatchSwapOutputDataRequest) XXX_Size

func (m *BatchSwapOutputDataRequest) XXX_Size() int

func (*BatchSwapOutputDataRequest) XXX_Unmarshal

func (m *BatchSwapOutputDataRequest) XXX_Unmarshal(b []byte) error

type BatchSwapOutputDataResponse

type BatchSwapOutputDataResponse struct {
	Data *v1alpha13.BatchSwapOutputData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*BatchSwapOutputDataResponse) Descriptor

func (*BatchSwapOutputDataResponse) Descriptor() ([]byte, []int)

func (*BatchSwapOutputDataResponse) GetData

func (*BatchSwapOutputDataResponse) Marshal

func (m *BatchSwapOutputDataResponse) Marshal() (dAtA []byte, err error)

func (*BatchSwapOutputDataResponse) MarshalTo

func (m *BatchSwapOutputDataResponse) MarshalTo(dAtA []byte) (int, error)

func (*BatchSwapOutputDataResponse) MarshalToSizedBuffer

func (m *BatchSwapOutputDataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BatchSwapOutputDataResponse) ProtoMessage

func (*BatchSwapOutputDataResponse) ProtoMessage()

func (*BatchSwapOutputDataResponse) Reset

func (m *BatchSwapOutputDataResponse) Reset()

func (*BatchSwapOutputDataResponse) Size

func (m *BatchSwapOutputDataResponse) Size() (n int)

func (*BatchSwapOutputDataResponse) String

func (m *BatchSwapOutputDataResponse) String() string

func (*BatchSwapOutputDataResponse) Unmarshal

func (m *BatchSwapOutputDataResponse) Unmarshal(dAtA []byte) error

func (*BatchSwapOutputDataResponse) XXX_DiscardUnknown

func (m *BatchSwapOutputDataResponse) XXX_DiscardUnknown()

func (*BatchSwapOutputDataResponse) XXX_Marshal

func (m *BatchSwapOutputDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BatchSwapOutputDataResponse) XXX_Merge

func (m *BatchSwapOutputDataResponse) XXX_Merge(src proto.Message)

func (*BatchSwapOutputDataResponse) XXX_Size

func (m *BatchSwapOutputDataResponse) XXX_Size() int

func (*BatchSwapOutputDataResponse) XXX_Unmarshal

func (m *BatchSwapOutputDataResponse) XXX_Unmarshal(b []byte) error

type BroadcastTxAsyncRequest

type BroadcastTxAsyncRequest struct {
	Params []byte `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	ReqId  uint64 `protobuf:"varint,2,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty"`
}

BroadcastTxAsyncRequest is the request type for the BroadcastTxAsync RPC method.

func (*BroadcastTxAsyncRequest) Descriptor

func (*BroadcastTxAsyncRequest) Descriptor() ([]byte, []int)

func (*BroadcastTxAsyncRequest) GetParams

func (m *BroadcastTxAsyncRequest) GetParams() []byte

func (*BroadcastTxAsyncRequest) GetReqId

func (m *BroadcastTxAsyncRequest) GetReqId() uint64

func (*BroadcastTxAsyncRequest) Marshal

func (m *BroadcastTxAsyncRequest) Marshal() (dAtA []byte, err error)

func (*BroadcastTxAsyncRequest) MarshalTo

func (m *BroadcastTxAsyncRequest) MarshalTo(dAtA []byte) (int, error)

func (*BroadcastTxAsyncRequest) MarshalToSizedBuffer

func (m *BroadcastTxAsyncRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BroadcastTxAsyncRequest) ProtoMessage

func (*BroadcastTxAsyncRequest) ProtoMessage()

func (*BroadcastTxAsyncRequest) Reset

func (m *BroadcastTxAsyncRequest) Reset()

func (*BroadcastTxAsyncRequest) Size

func (m *BroadcastTxAsyncRequest) Size() (n int)

func (*BroadcastTxAsyncRequest) String

func (m *BroadcastTxAsyncRequest) String() string

func (*BroadcastTxAsyncRequest) Unmarshal

func (m *BroadcastTxAsyncRequest) Unmarshal(dAtA []byte) error

func (*BroadcastTxAsyncRequest) XXX_DiscardUnknown

func (m *BroadcastTxAsyncRequest) XXX_DiscardUnknown()

func (*BroadcastTxAsyncRequest) XXX_Marshal

func (m *BroadcastTxAsyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTxAsyncRequest) XXX_Merge

func (m *BroadcastTxAsyncRequest) XXX_Merge(src proto.Message)

func (*BroadcastTxAsyncRequest) XXX_Size

func (m *BroadcastTxAsyncRequest) XXX_Size() int

func (*BroadcastTxAsyncRequest) XXX_Unmarshal

func (m *BroadcastTxAsyncRequest) XXX_Unmarshal(b []byte) error

type BroadcastTxAsyncResponse

type BroadcastTxAsyncResponse struct {
	Code uint64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Log  string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"`
	Hash []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
}

BroadcastTxAsyncResponse is the response type for the BroadcastTxAsync RPC method.

func (*BroadcastTxAsyncResponse) Descriptor

func (*BroadcastTxAsyncResponse) Descriptor() ([]byte, []int)

func (*BroadcastTxAsyncResponse) GetCode

func (m *BroadcastTxAsyncResponse) GetCode() uint64

func (*BroadcastTxAsyncResponse) GetData

func (m *BroadcastTxAsyncResponse) GetData() []byte

func (*BroadcastTxAsyncResponse) GetHash

func (m *BroadcastTxAsyncResponse) GetHash() []byte

func (*BroadcastTxAsyncResponse) GetLog

func (m *BroadcastTxAsyncResponse) GetLog() string

func (*BroadcastTxAsyncResponse) Marshal

func (m *BroadcastTxAsyncResponse) Marshal() (dAtA []byte, err error)

func (*BroadcastTxAsyncResponse) MarshalTo

func (m *BroadcastTxAsyncResponse) MarshalTo(dAtA []byte) (int, error)

func (*BroadcastTxAsyncResponse) MarshalToSizedBuffer

func (m *BroadcastTxAsyncResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BroadcastTxAsyncResponse) ProtoMessage

func (*BroadcastTxAsyncResponse) ProtoMessage()

func (*BroadcastTxAsyncResponse) Reset

func (m *BroadcastTxAsyncResponse) Reset()

func (*BroadcastTxAsyncResponse) Size

func (m *BroadcastTxAsyncResponse) Size() (n int)

func (*BroadcastTxAsyncResponse) String

func (m *BroadcastTxAsyncResponse) String() string

func (*BroadcastTxAsyncResponse) Unmarshal

func (m *BroadcastTxAsyncResponse) Unmarshal(dAtA []byte) error

func (*BroadcastTxAsyncResponse) XXX_DiscardUnknown

func (m *BroadcastTxAsyncResponse) XXX_DiscardUnknown()

func (*BroadcastTxAsyncResponse) XXX_Marshal

func (m *BroadcastTxAsyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTxAsyncResponse) XXX_Merge

func (m *BroadcastTxAsyncResponse) XXX_Merge(src proto.Message)

func (*BroadcastTxAsyncResponse) XXX_Size

func (m *BroadcastTxAsyncResponse) XXX_Size() int

func (*BroadcastTxAsyncResponse) XXX_Unmarshal

func (m *BroadcastTxAsyncResponse) XXX_Unmarshal(b []byte) error

type BroadcastTxSyncRequest

type BroadcastTxSyncRequest struct {
	Params []byte `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	ReqId  uint64 `protobuf:"varint,2,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty"`
}

BroadcastTxSyncRequest is the request type for the BroadcastTxSync RPC method.

func (*BroadcastTxSyncRequest) Descriptor

func (*BroadcastTxSyncRequest) Descriptor() ([]byte, []int)

func (*BroadcastTxSyncRequest) GetParams

func (m *BroadcastTxSyncRequest) GetParams() []byte

func (*BroadcastTxSyncRequest) GetReqId

func (m *BroadcastTxSyncRequest) GetReqId() uint64

func (*BroadcastTxSyncRequest) Marshal

func (m *BroadcastTxSyncRequest) Marshal() (dAtA []byte, err error)

func (*BroadcastTxSyncRequest) MarshalTo

func (m *BroadcastTxSyncRequest) MarshalTo(dAtA []byte) (int, error)

func (*BroadcastTxSyncRequest) MarshalToSizedBuffer

func (m *BroadcastTxSyncRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BroadcastTxSyncRequest) ProtoMessage

func (*BroadcastTxSyncRequest) ProtoMessage()

func (*BroadcastTxSyncRequest) Reset

func (m *BroadcastTxSyncRequest) Reset()

func (*BroadcastTxSyncRequest) Size

func (m *BroadcastTxSyncRequest) Size() (n int)

func (*BroadcastTxSyncRequest) String

func (m *BroadcastTxSyncRequest) String() string

func (*BroadcastTxSyncRequest) Unmarshal

func (m *BroadcastTxSyncRequest) Unmarshal(dAtA []byte) error

func (*BroadcastTxSyncRequest) XXX_DiscardUnknown

func (m *BroadcastTxSyncRequest) XXX_DiscardUnknown()

func (*BroadcastTxSyncRequest) XXX_Marshal

func (m *BroadcastTxSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTxSyncRequest) XXX_Merge

func (m *BroadcastTxSyncRequest) XXX_Merge(src proto.Message)

func (*BroadcastTxSyncRequest) XXX_Size

func (m *BroadcastTxSyncRequest) XXX_Size() int

func (*BroadcastTxSyncRequest) XXX_Unmarshal

func (m *BroadcastTxSyncRequest) XXX_Unmarshal(b []byte) error

type BroadcastTxSyncResponse

type BroadcastTxSyncResponse struct {
	Code uint64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Log  string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"`
	Hash []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
}

BroadcastTxSyncResponse is the response type for the BroadcastTxSync RPC method.

func (*BroadcastTxSyncResponse) Descriptor

func (*BroadcastTxSyncResponse) Descriptor() ([]byte, []int)

func (*BroadcastTxSyncResponse) GetCode

func (m *BroadcastTxSyncResponse) GetCode() uint64

func (*BroadcastTxSyncResponse) GetData

func (m *BroadcastTxSyncResponse) GetData() []byte

func (*BroadcastTxSyncResponse) GetHash

func (m *BroadcastTxSyncResponse) GetHash() []byte

func (*BroadcastTxSyncResponse) GetLog

func (m *BroadcastTxSyncResponse) GetLog() string

func (*BroadcastTxSyncResponse) Marshal

func (m *BroadcastTxSyncResponse) Marshal() (dAtA []byte, err error)

func (*BroadcastTxSyncResponse) MarshalTo

func (m *BroadcastTxSyncResponse) MarshalTo(dAtA []byte) (int, error)

func (*BroadcastTxSyncResponse) MarshalToSizedBuffer

func (m *BroadcastTxSyncResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BroadcastTxSyncResponse) ProtoMessage

func (*BroadcastTxSyncResponse) ProtoMessage()

func (*BroadcastTxSyncResponse) Reset

func (m *BroadcastTxSyncResponse) Reset()

func (*BroadcastTxSyncResponse) Size

func (m *BroadcastTxSyncResponse) Size() (n int)

func (*BroadcastTxSyncResponse) String

func (m *BroadcastTxSyncResponse) String() string

func (*BroadcastTxSyncResponse) Unmarshal

func (m *BroadcastTxSyncResponse) Unmarshal(dAtA []byte) error

func (*BroadcastTxSyncResponse) XXX_DiscardUnknown

func (m *BroadcastTxSyncResponse) XXX_DiscardUnknown()

func (*BroadcastTxSyncResponse) XXX_Marshal

func (m *BroadcastTxSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTxSyncResponse) XXX_Merge

func (m *BroadcastTxSyncResponse) XXX_Merge(src proto.Message)

func (*BroadcastTxSyncResponse) XXX_Size

func (m *BroadcastTxSyncResponse) XXX_Size() int

func (*BroadcastTxSyncResponse) XXX_Unmarshal

func (m *BroadcastTxSyncResponse) XXX_Unmarshal(b []byte) error

type ChainParametersRequest

type ChainParametersRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
}

Requests the global configuration data for the chain.

func (*ChainParametersRequest) Descriptor

func (*ChainParametersRequest) Descriptor() ([]byte, []int)

func (*ChainParametersRequest) GetChainId

func (m *ChainParametersRequest) GetChainId() string

func (*ChainParametersRequest) Marshal

func (m *ChainParametersRequest) Marshal() (dAtA []byte, err error)

func (*ChainParametersRequest) MarshalTo

func (m *ChainParametersRequest) MarshalTo(dAtA []byte) (int, error)

func (*ChainParametersRequest) MarshalToSizedBuffer

func (m *ChainParametersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChainParametersRequest) ProtoMessage

func (*ChainParametersRequest) ProtoMessage()

func (*ChainParametersRequest) Reset

func (m *ChainParametersRequest) Reset()

func (*ChainParametersRequest) Size

func (m *ChainParametersRequest) Size() (n int)

func (*ChainParametersRequest) String

func (m *ChainParametersRequest) String() string

func (*ChainParametersRequest) Unmarshal

func (m *ChainParametersRequest) Unmarshal(dAtA []byte) error

func (*ChainParametersRequest) XXX_DiscardUnknown

func (m *ChainParametersRequest) XXX_DiscardUnknown()

func (*ChainParametersRequest) XXX_Marshal

func (m *ChainParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainParametersRequest) XXX_Merge

func (m *ChainParametersRequest) XXX_Merge(src proto.Message)

func (*ChainParametersRequest) XXX_Size

func (m *ChainParametersRequest) XXX_Size() int

func (*ChainParametersRequest) XXX_Unmarshal

func (m *ChainParametersRequest) XXX_Unmarshal(b []byte) error

type ChainParametersResponse

type ChainParametersResponse struct {
	ChainParameters *v1alpha1.ChainParameters `protobuf:"bytes,1,opt,name=chain_parameters,json=chainParameters,proto3" json:"chain_parameters,omitempty"`
}

func (*ChainParametersResponse) Descriptor

func (*ChainParametersResponse) Descriptor() ([]byte, []int)

func (*ChainParametersResponse) GetChainParameters

func (m *ChainParametersResponse) GetChainParameters() *v1alpha1.ChainParameters

func (*ChainParametersResponse) Marshal

func (m *ChainParametersResponse) Marshal() (dAtA []byte, err error)

func (*ChainParametersResponse) MarshalTo

func (m *ChainParametersResponse) MarshalTo(dAtA []byte) (int, error)

func (*ChainParametersResponse) MarshalToSizedBuffer

func (m *ChainParametersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChainParametersResponse) ProtoMessage

func (*ChainParametersResponse) ProtoMessage()

func (*ChainParametersResponse) Reset

func (m *ChainParametersResponse) Reset()

func (*ChainParametersResponse) Size

func (m *ChainParametersResponse) Size() (n int)

func (*ChainParametersResponse) String

func (m *ChainParametersResponse) String() string

func (*ChainParametersResponse) Unmarshal

func (m *ChainParametersResponse) Unmarshal(dAtA []byte) error

func (*ChainParametersResponse) XXX_DiscardUnknown

func (m *ChainParametersResponse) XXX_DiscardUnknown()

func (*ChainParametersResponse) XXX_Marshal

func (m *ChainParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainParametersResponse) XXX_Merge

func (m *ChainParametersResponse) XXX_Merge(src proto.Message)

func (*ChainParametersResponse) XXX_Size

func (m *ChainParametersResponse) XXX_Size() int

func (*ChainParametersResponse) XXX_Unmarshal

func (m *ChainParametersResponse) XXX_Unmarshal(b []byte) error

type CompactBlockRangeRequest

type CompactBlockRangeRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// The start height of the range.
	StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"`
	// The end height of the range, defaults to the latest block height.
	EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"`
	// If set, keeps the connection alive past `end_height`,
	// streaming new compact blocks as they are created.
	KeepAlive bool `protobuf:"varint,4,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"`
}

Requests a range of compact block data.

func (*CompactBlockRangeRequest) Descriptor

func (*CompactBlockRangeRequest) Descriptor() ([]byte, []int)

func (*CompactBlockRangeRequest) GetChainId

func (m *CompactBlockRangeRequest) GetChainId() string

func (*CompactBlockRangeRequest) GetEndHeight

func (m *CompactBlockRangeRequest) GetEndHeight() uint64

func (*CompactBlockRangeRequest) GetKeepAlive

func (m *CompactBlockRangeRequest) GetKeepAlive() bool

func (*CompactBlockRangeRequest) GetStartHeight

func (m *CompactBlockRangeRequest) GetStartHeight() uint64

func (*CompactBlockRangeRequest) Marshal

func (m *CompactBlockRangeRequest) Marshal() (dAtA []byte, err error)

func (*CompactBlockRangeRequest) MarshalTo

func (m *CompactBlockRangeRequest) MarshalTo(dAtA []byte) (int, error)

func (*CompactBlockRangeRequest) MarshalToSizedBuffer

func (m *CompactBlockRangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CompactBlockRangeRequest) ProtoMessage

func (*CompactBlockRangeRequest) ProtoMessage()

func (*CompactBlockRangeRequest) Reset

func (m *CompactBlockRangeRequest) Reset()

func (*CompactBlockRangeRequest) Size

func (m *CompactBlockRangeRequest) Size() (n int)

func (*CompactBlockRangeRequest) String

func (m *CompactBlockRangeRequest) String() string

func (*CompactBlockRangeRequest) Unmarshal

func (m *CompactBlockRangeRequest) Unmarshal(dAtA []byte) error

func (*CompactBlockRangeRequest) XXX_DiscardUnknown

func (m *CompactBlockRangeRequest) XXX_DiscardUnknown()

func (*CompactBlockRangeRequest) XXX_Marshal

func (m *CompactBlockRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CompactBlockRangeRequest) XXX_Merge

func (m *CompactBlockRangeRequest) XXX_Merge(src proto.Message)

func (*CompactBlockRangeRequest) XXX_Size

func (m *CompactBlockRangeRequest) XXX_Size() int

func (*CompactBlockRangeRequest) XXX_Unmarshal

func (m *CompactBlockRangeRequest) XXX_Unmarshal(b []byte) error

type CompactBlockRangeResponse

type CompactBlockRangeResponse struct {
	CompactBlock *v1alpha1.CompactBlock `protobuf:"bytes,1,opt,name=compact_block,json=compactBlock,proto3" json:"compact_block,omitempty"`
}

func (*CompactBlockRangeResponse) Descriptor

func (*CompactBlockRangeResponse) Descriptor() ([]byte, []int)

func (*CompactBlockRangeResponse) GetCompactBlock

func (m *CompactBlockRangeResponse) GetCompactBlock() *v1alpha1.CompactBlock

func (*CompactBlockRangeResponse) Marshal

func (m *CompactBlockRangeResponse) Marshal() (dAtA []byte, err error)

func (*CompactBlockRangeResponse) MarshalTo

func (m *CompactBlockRangeResponse) MarshalTo(dAtA []byte) (int, error)

func (*CompactBlockRangeResponse) MarshalToSizedBuffer

func (m *CompactBlockRangeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CompactBlockRangeResponse) ProtoMessage

func (*CompactBlockRangeResponse) ProtoMessage()

func (*CompactBlockRangeResponse) Reset

func (m *CompactBlockRangeResponse) Reset()

func (*CompactBlockRangeResponse) Size

func (m *CompactBlockRangeResponse) Size() (n int)

func (*CompactBlockRangeResponse) String

func (m *CompactBlockRangeResponse) String() string

func (*CompactBlockRangeResponse) Unmarshal

func (m *CompactBlockRangeResponse) Unmarshal(dAtA []byte) error

func (*CompactBlockRangeResponse) XXX_DiscardUnknown

func (m *CompactBlockRangeResponse) XXX_DiscardUnknown()

func (*CompactBlockRangeResponse) XXX_Marshal

func (m *CompactBlockRangeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CompactBlockRangeResponse) XXX_Merge

func (m *CompactBlockRangeResponse) XXX_Merge(src proto.Message)

func (*CompactBlockRangeResponse) XXX_Size

func (m *CompactBlockRangeResponse) XXX_Size() int

func (*CompactBlockRangeResponse) XXX_Unmarshal

func (m *CompactBlockRangeResponse) XXX_Unmarshal(b []byte) error

type CurrentValidatorRateRequest

type CurrentValidatorRateRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId     string                 `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	IdentityKey *v1alpha12.IdentityKey `protobuf:"bytes,2,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
}

func (*CurrentValidatorRateRequest) Descriptor

func (*CurrentValidatorRateRequest) Descriptor() ([]byte, []int)

func (*CurrentValidatorRateRequest) GetChainId

func (m *CurrentValidatorRateRequest) GetChainId() string

func (*CurrentValidatorRateRequest) GetIdentityKey

func (m *CurrentValidatorRateRequest) GetIdentityKey() *v1alpha12.IdentityKey

func (*CurrentValidatorRateRequest) Marshal

func (m *CurrentValidatorRateRequest) Marshal() (dAtA []byte, err error)

func (*CurrentValidatorRateRequest) MarshalTo

func (m *CurrentValidatorRateRequest) MarshalTo(dAtA []byte) (int, error)

func (*CurrentValidatorRateRequest) MarshalToSizedBuffer

func (m *CurrentValidatorRateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CurrentValidatorRateRequest) ProtoMessage

func (*CurrentValidatorRateRequest) ProtoMessage()

func (*CurrentValidatorRateRequest) Reset

func (m *CurrentValidatorRateRequest) Reset()

func (*CurrentValidatorRateRequest) Size

func (m *CurrentValidatorRateRequest) Size() (n int)

func (*CurrentValidatorRateRequest) String

func (m *CurrentValidatorRateRequest) String() string

func (*CurrentValidatorRateRequest) Unmarshal

func (m *CurrentValidatorRateRequest) Unmarshal(dAtA []byte) error

func (*CurrentValidatorRateRequest) XXX_DiscardUnknown

func (m *CurrentValidatorRateRequest) XXX_DiscardUnknown()

func (*CurrentValidatorRateRequest) XXX_Marshal

func (m *CurrentValidatorRateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CurrentValidatorRateRequest) XXX_Merge

func (m *CurrentValidatorRateRequest) XXX_Merge(src proto.Message)

func (*CurrentValidatorRateRequest) XXX_Size

func (m *CurrentValidatorRateRequest) XXX_Size() int

func (*CurrentValidatorRateRequest) XXX_Unmarshal

func (m *CurrentValidatorRateRequest) XXX_Unmarshal(b []byte) error

type CurrentValidatorRateResponse

type CurrentValidatorRateResponse struct {
	Data *v1alpha11.RateData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*CurrentValidatorRateResponse) Descriptor

func (*CurrentValidatorRateResponse) Descriptor() ([]byte, []int)

func (*CurrentValidatorRateResponse) GetData

func (*CurrentValidatorRateResponse) Marshal

func (m *CurrentValidatorRateResponse) Marshal() (dAtA []byte, err error)

func (*CurrentValidatorRateResponse) MarshalTo

func (m *CurrentValidatorRateResponse) MarshalTo(dAtA []byte) (int, error)

func (*CurrentValidatorRateResponse) MarshalToSizedBuffer

func (m *CurrentValidatorRateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CurrentValidatorRateResponse) ProtoMessage

func (*CurrentValidatorRateResponse) ProtoMessage()

func (*CurrentValidatorRateResponse) Reset

func (m *CurrentValidatorRateResponse) Reset()

func (*CurrentValidatorRateResponse) Size

func (m *CurrentValidatorRateResponse) Size() (n int)

func (*CurrentValidatorRateResponse) String

func (*CurrentValidatorRateResponse) Unmarshal

func (m *CurrentValidatorRateResponse) Unmarshal(dAtA []byte) error

func (*CurrentValidatorRateResponse) XXX_DiscardUnknown

func (m *CurrentValidatorRateResponse) XXX_DiscardUnknown()

func (*CurrentValidatorRateResponse) XXX_Marshal

func (m *CurrentValidatorRateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CurrentValidatorRateResponse) XXX_Merge

func (m *CurrentValidatorRateResponse) XXX_Merge(src proto.Message)

func (*CurrentValidatorRateResponse) XXX_Size

func (m *CurrentValidatorRateResponse) XXX_Size() int

func (*CurrentValidatorRateResponse) XXX_Unmarshal

func (m *CurrentValidatorRateResponse) XXX_Unmarshal(b []byte) error

type DenomMetadataByIdRequest

type DenomMetadataByIdRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// The asset id to request information on.
	AssetId *v1alpha12.AssetId `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
}

Requests information on an asset by asset id

func (*DenomMetadataByIdRequest) Descriptor

func (*DenomMetadataByIdRequest) Descriptor() ([]byte, []int)

func (*DenomMetadataByIdRequest) GetAssetId

func (m *DenomMetadataByIdRequest) GetAssetId() *v1alpha12.AssetId

func (*DenomMetadataByIdRequest) GetChainId

func (m *DenomMetadataByIdRequest) GetChainId() string

func (*DenomMetadataByIdRequest) Marshal

func (m *DenomMetadataByIdRequest) Marshal() (dAtA []byte, err error)

func (*DenomMetadataByIdRequest) MarshalTo

func (m *DenomMetadataByIdRequest) MarshalTo(dAtA []byte) (int, error)

func (*DenomMetadataByIdRequest) MarshalToSizedBuffer

func (m *DenomMetadataByIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DenomMetadataByIdRequest) ProtoMessage

func (*DenomMetadataByIdRequest) ProtoMessage()

func (*DenomMetadataByIdRequest) Reset

func (m *DenomMetadataByIdRequest) Reset()

func (*DenomMetadataByIdRequest) Size

func (m *DenomMetadataByIdRequest) Size() (n int)

func (*DenomMetadataByIdRequest) String

func (m *DenomMetadataByIdRequest) String() string

func (*DenomMetadataByIdRequest) Unmarshal

func (m *DenomMetadataByIdRequest) Unmarshal(dAtA []byte) error

func (*DenomMetadataByIdRequest) XXX_DiscardUnknown

func (m *DenomMetadataByIdRequest) XXX_DiscardUnknown()

func (*DenomMetadataByIdRequest) XXX_Marshal

func (m *DenomMetadataByIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DenomMetadataByIdRequest) XXX_Merge

func (m *DenomMetadataByIdRequest) XXX_Merge(src proto.Message)

func (*DenomMetadataByIdRequest) XXX_Size

func (m *DenomMetadataByIdRequest) XXX_Size() int

func (*DenomMetadataByIdRequest) XXX_Unmarshal

func (m *DenomMetadataByIdRequest) XXX_Unmarshal(b []byte) error

type DenomMetadataByIdResponse

type DenomMetadataByIdResponse struct {
	// If present, information on the requested asset.
	//
	// If the requested asset was unknown, this field will not be present.
	DenomMetadata *v1alpha12.DenomMetadata `protobuf:"bytes,1,opt,name=denom_metadata,json=denomMetadata,proto3" json:"denom_metadata,omitempty"`
}

func (*DenomMetadataByIdResponse) Descriptor

func (*DenomMetadataByIdResponse) Descriptor() ([]byte, []int)

func (*DenomMetadataByIdResponse) GetDenomMetadata

func (m *DenomMetadataByIdResponse) GetDenomMetadata() *v1alpha12.DenomMetadata

func (*DenomMetadataByIdResponse) Marshal

func (m *DenomMetadataByIdResponse) Marshal() (dAtA []byte, err error)

func (*DenomMetadataByIdResponse) MarshalTo

func (m *DenomMetadataByIdResponse) MarshalTo(dAtA []byte) (int, error)

func (*DenomMetadataByIdResponse) MarshalToSizedBuffer

func (m *DenomMetadataByIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DenomMetadataByIdResponse) ProtoMessage

func (*DenomMetadataByIdResponse) ProtoMessage()

func (*DenomMetadataByIdResponse) Reset

func (m *DenomMetadataByIdResponse) Reset()

func (*DenomMetadataByIdResponse) Size

func (m *DenomMetadataByIdResponse) Size() (n int)

func (*DenomMetadataByIdResponse) String

func (m *DenomMetadataByIdResponse) String() string

func (*DenomMetadataByIdResponse) Unmarshal

func (m *DenomMetadataByIdResponse) Unmarshal(dAtA []byte) error

func (*DenomMetadataByIdResponse) XXX_DiscardUnknown

func (m *DenomMetadataByIdResponse) XXX_DiscardUnknown()

func (*DenomMetadataByIdResponse) XXX_Marshal

func (m *DenomMetadataByIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DenomMetadataByIdResponse) XXX_Merge

func (m *DenomMetadataByIdResponse) XXX_Merge(src proto.Message)

func (*DenomMetadataByIdResponse) XXX_Size

func (m *DenomMetadataByIdResponse) XXX_Size() int

func (*DenomMetadataByIdResponse) XXX_Unmarshal

func (m *DenomMetadataByIdResponse) XXX_Unmarshal(b []byte) error

type EpochByHeightRequest

type EpochByHeightRequest struct {
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
}

func (*EpochByHeightRequest) Descriptor

func (*EpochByHeightRequest) Descriptor() ([]byte, []int)

func (*EpochByHeightRequest) GetHeight

func (m *EpochByHeightRequest) GetHeight() uint64

func (*EpochByHeightRequest) Marshal

func (m *EpochByHeightRequest) Marshal() (dAtA []byte, err error)

func (*EpochByHeightRequest) MarshalTo

func (m *EpochByHeightRequest) MarshalTo(dAtA []byte) (int, error)

func (*EpochByHeightRequest) MarshalToSizedBuffer

func (m *EpochByHeightRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EpochByHeightRequest) ProtoMessage

func (*EpochByHeightRequest) ProtoMessage()

func (*EpochByHeightRequest) Reset

func (m *EpochByHeightRequest) Reset()

func (*EpochByHeightRequest) Size

func (m *EpochByHeightRequest) Size() (n int)

func (*EpochByHeightRequest) String

func (m *EpochByHeightRequest) String() string

func (*EpochByHeightRequest) Unmarshal

func (m *EpochByHeightRequest) Unmarshal(dAtA []byte) error

func (*EpochByHeightRequest) XXX_DiscardUnknown

func (m *EpochByHeightRequest) XXX_DiscardUnknown()

func (*EpochByHeightRequest) XXX_Marshal

func (m *EpochByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EpochByHeightRequest) XXX_Merge

func (m *EpochByHeightRequest) XXX_Merge(src proto.Message)

func (*EpochByHeightRequest) XXX_Size

func (m *EpochByHeightRequest) XXX_Size() int

func (*EpochByHeightRequest) XXX_Unmarshal

func (m *EpochByHeightRequest) XXX_Unmarshal(b []byte) error

type EpochByHeightResponse

type EpochByHeightResponse struct {
	Epoch *v1alpha1.Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
}

func (*EpochByHeightResponse) Descriptor

func (*EpochByHeightResponse) Descriptor() ([]byte, []int)

func (*EpochByHeightResponse) GetEpoch

func (m *EpochByHeightResponse) GetEpoch() *v1alpha1.Epoch

func (*EpochByHeightResponse) Marshal

func (m *EpochByHeightResponse) Marshal() (dAtA []byte, err error)

func (*EpochByHeightResponse) MarshalTo

func (m *EpochByHeightResponse) MarshalTo(dAtA []byte) (int, error)

func (*EpochByHeightResponse) MarshalToSizedBuffer

func (m *EpochByHeightResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EpochByHeightResponse) ProtoMessage

func (*EpochByHeightResponse) ProtoMessage()

func (*EpochByHeightResponse) Reset

func (m *EpochByHeightResponse) Reset()

func (*EpochByHeightResponse) Size

func (m *EpochByHeightResponse) Size() (n int)

func (*EpochByHeightResponse) String

func (m *EpochByHeightResponse) String() string

func (*EpochByHeightResponse) Unmarshal

func (m *EpochByHeightResponse) Unmarshal(dAtA []byte) error

func (*EpochByHeightResponse) XXX_DiscardUnknown

func (m *EpochByHeightResponse) XXX_DiscardUnknown()

func (*EpochByHeightResponse) XXX_Marshal

func (m *EpochByHeightResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EpochByHeightResponse) XXX_Merge

func (m *EpochByHeightResponse) XXX_Merge(src proto.Message)

func (*EpochByHeightResponse) XXX_Size

func (m *EpochByHeightResponse) XXX_Size() int

func (*EpochByHeightResponse) XXX_Unmarshal

func (m *EpochByHeightResponse) XXX_Unmarshal(b []byte) error

type GetBlockByHeightRequest

type GetBlockByHeightRequest struct {
	Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
}

GetBlockByHeightRequest is the request type for the Query/GetBlockByHeight RPC method.

func (*GetBlockByHeightRequest) Descriptor

func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int)

func (*GetBlockByHeightRequest) GetHeight

func (m *GetBlockByHeightRequest) GetHeight() int64

func (*GetBlockByHeightRequest) Marshal

func (m *GetBlockByHeightRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockByHeightRequest) MarshalTo

func (m *GetBlockByHeightRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockByHeightRequest) MarshalToSizedBuffer

func (m *GetBlockByHeightRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockByHeightRequest) ProtoMessage

func (*GetBlockByHeightRequest) ProtoMessage()

func (*GetBlockByHeightRequest) Reset

func (m *GetBlockByHeightRequest) Reset()

func (*GetBlockByHeightRequest) Size

func (m *GetBlockByHeightRequest) Size() (n int)

func (*GetBlockByHeightRequest) String

func (m *GetBlockByHeightRequest) String() string

func (*GetBlockByHeightRequest) Unmarshal

func (m *GetBlockByHeightRequest) Unmarshal(dAtA []byte) error

func (*GetBlockByHeightRequest) XXX_DiscardUnknown

func (m *GetBlockByHeightRequest) XXX_DiscardUnknown()

func (*GetBlockByHeightRequest) XXX_Marshal

func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockByHeightRequest) XXX_Merge

func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message)

func (*GetBlockByHeightRequest) XXX_Size

func (m *GetBlockByHeightRequest) XXX_Size() int

func (*GetBlockByHeightRequest) XXX_Unmarshal

func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error

type GetBlockByHeightResponse

type GetBlockByHeightResponse struct {
	BlockId *types1.BlockID `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	Block   *types1.Block   `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
}

GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method.

func (*GetBlockByHeightResponse) Descriptor

func (*GetBlockByHeightResponse) Descriptor() ([]byte, []int)

func (*GetBlockByHeightResponse) GetBlock

func (m *GetBlockByHeightResponse) GetBlock() *types1.Block

func (*GetBlockByHeightResponse) GetBlockId

func (m *GetBlockByHeightResponse) GetBlockId() *types1.BlockID

func (*GetBlockByHeightResponse) Marshal

func (m *GetBlockByHeightResponse) Marshal() (dAtA []byte, err error)

func (*GetBlockByHeightResponse) MarshalTo

func (m *GetBlockByHeightResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockByHeightResponse) MarshalToSizedBuffer

func (m *GetBlockByHeightResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockByHeightResponse) ProtoMessage

func (*GetBlockByHeightResponse) ProtoMessage()

func (*GetBlockByHeightResponse) Reset

func (m *GetBlockByHeightResponse) Reset()

func (*GetBlockByHeightResponse) Size

func (m *GetBlockByHeightResponse) Size() (n int)

func (*GetBlockByHeightResponse) String

func (m *GetBlockByHeightResponse) String() string

func (*GetBlockByHeightResponse) Unmarshal

func (m *GetBlockByHeightResponse) Unmarshal(dAtA []byte) error

func (*GetBlockByHeightResponse) XXX_DiscardUnknown

func (m *GetBlockByHeightResponse) XXX_DiscardUnknown()

func (*GetBlockByHeightResponse) XXX_Marshal

func (m *GetBlockByHeightResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockByHeightResponse) XXX_Merge

func (m *GetBlockByHeightResponse) XXX_Merge(src proto.Message)

func (*GetBlockByHeightResponse) XXX_Size

func (m *GetBlockByHeightResponse) XXX_Size() int

func (*GetBlockByHeightResponse) XXX_Unmarshal

func (m *GetBlockByHeightResponse) XXX_Unmarshal(b []byte) error

type GetStatusRequest

type GetStatusRequest struct {
}

GetStatusRequest is the request type for the Query/GetStatus RPC method.

func (*GetStatusRequest) Descriptor

func (*GetStatusRequest) Descriptor() ([]byte, []int)

func (*GetStatusRequest) Marshal

func (m *GetStatusRequest) Marshal() (dAtA []byte, err error)

func (*GetStatusRequest) MarshalTo

func (m *GetStatusRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetStatusRequest) MarshalToSizedBuffer

func (m *GetStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetStatusRequest) ProtoMessage

func (*GetStatusRequest) ProtoMessage()

func (*GetStatusRequest) Reset

func (m *GetStatusRequest) Reset()

func (*GetStatusRequest) Size

func (m *GetStatusRequest) Size() (n int)

func (*GetStatusRequest) String

func (m *GetStatusRequest) String() string

func (*GetStatusRequest) Unmarshal

func (m *GetStatusRequest) Unmarshal(dAtA []byte) error

func (*GetStatusRequest) XXX_DiscardUnknown

func (m *GetStatusRequest) XXX_DiscardUnknown()

func (*GetStatusRequest) XXX_Marshal

func (m *GetStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStatusRequest) XXX_Merge

func (m *GetStatusRequest) XXX_Merge(src proto.Message)

func (*GetStatusRequest) XXX_Size

func (m *GetStatusRequest) XXX_Size() int

func (*GetStatusRequest) XXX_Unmarshal

func (m *GetStatusRequest) XXX_Unmarshal(b []byte) error

type GetStatusResponse

type GetStatusResponse struct {
	NodeInfo      *p2p.DefaultNodeInfo `protobuf:"bytes,1,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"`
	SyncInfo      *SyncInfo            `protobuf:"bytes,2,opt,name=sync_info,json=syncInfo,proto3" json:"sync_info,omitempty"`
	ValidatorInfo *types1.Validator    `protobuf:"bytes,3,opt,name=validator_info,json=validatorInfo,proto3" json:"validator_info,omitempty"`
}

GetStatusResponse is the response type for the Query/GetStatus RPC method.

func (*GetStatusResponse) Descriptor

func (*GetStatusResponse) Descriptor() ([]byte, []int)

func (*GetStatusResponse) GetNodeInfo

func (m *GetStatusResponse) GetNodeInfo() *p2p.DefaultNodeInfo

func (*GetStatusResponse) GetSyncInfo

func (m *GetStatusResponse) GetSyncInfo() *SyncInfo

func (*GetStatusResponse) GetValidatorInfo

func (m *GetStatusResponse) GetValidatorInfo() *types1.Validator

func (*GetStatusResponse) Marshal

func (m *GetStatusResponse) Marshal() (dAtA []byte, err error)

func (*GetStatusResponse) MarshalTo

func (m *GetStatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetStatusResponse) MarshalToSizedBuffer

func (m *GetStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetStatusResponse) ProtoMessage

func (*GetStatusResponse) ProtoMessage()

func (*GetStatusResponse) Reset

func (m *GetStatusResponse) Reset()

func (*GetStatusResponse) Size

func (m *GetStatusResponse) Size() (n int)

func (*GetStatusResponse) String

func (m *GetStatusResponse) String() string

func (*GetStatusResponse) Unmarshal

func (m *GetStatusResponse) Unmarshal(dAtA []byte) error

func (*GetStatusResponse) XXX_DiscardUnknown

func (m *GetStatusResponse) XXX_DiscardUnknown()

func (*GetStatusResponse) XXX_Marshal

func (m *GetStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStatusResponse) XXX_Merge

func (m *GetStatusResponse) XXX_Merge(src proto.Message)

func (*GetStatusResponse) XXX_Size

func (m *GetStatusResponse) XXX_Size() int

func (*GetStatusResponse) XXX_Unmarshal

func (m *GetStatusResponse) XXX_Unmarshal(b []byte) error

type GetTxRequest

type GetTxRequest struct {
	// Hash of transaction to retrieve
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// Include proofs of the transaction's inclusion in the block
	Prove bool `protobuf:"varint,2,opt,name=prove,proto3" json:"prove,omitempty"`
}

GetTxRequest is the request type for the GetTx RPC method.

func (*GetTxRequest) Descriptor

func (*GetTxRequest) Descriptor() ([]byte, []int)

func (*GetTxRequest) GetHash

func (m *GetTxRequest) GetHash() []byte

func (*GetTxRequest) GetProve

func (m *GetTxRequest) GetProve() bool

func (*GetTxRequest) Marshal

func (m *GetTxRequest) Marshal() (dAtA []byte, err error)

func (*GetTxRequest) MarshalTo

func (m *GetTxRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTxRequest) MarshalToSizedBuffer

func (m *GetTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTxRequest) ProtoMessage

func (*GetTxRequest) ProtoMessage()

func (*GetTxRequest) Reset

func (m *GetTxRequest) Reset()

func (*GetTxRequest) Size

func (m *GetTxRequest) Size() (n int)

func (*GetTxRequest) String

func (m *GetTxRequest) String() string

func (*GetTxRequest) Unmarshal

func (m *GetTxRequest) Unmarshal(dAtA []byte) error

func (*GetTxRequest) XXX_DiscardUnknown

func (m *GetTxRequest) XXX_DiscardUnknown()

func (*GetTxRequest) XXX_Marshal

func (m *GetTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxRequest) XXX_Merge

func (m *GetTxRequest) XXX_Merge(src proto.Message)

func (*GetTxRequest) XXX_Size

func (m *GetTxRequest) XXX_Size() int

func (*GetTxRequest) XXX_Unmarshal

func (m *GetTxRequest) XXX_Unmarshal(b []byte) error

type GetTxResponse

type GetTxResponse struct {
	// Hash of transaction
	Hash     []byte    `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Height   uint64    `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Index    uint64    `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	TxResult *TxResult `protobuf:"bytes,4,opt,name=tx_result,json=txResult,proto3" json:"tx_result,omitempty"`
	Tx       []byte    `protobuf:"bytes,5,opt,name=tx,proto3" json:"tx,omitempty"`
}

GetTxResponse is the response type for the GetTx RPC method.

func (*GetTxResponse) Descriptor

func (*GetTxResponse) Descriptor() ([]byte, []int)

func (*GetTxResponse) GetHash

func (m *GetTxResponse) GetHash() []byte

func (*GetTxResponse) GetHeight

func (m *GetTxResponse) GetHeight() uint64

func (*GetTxResponse) GetIndex

func (m *GetTxResponse) GetIndex() uint64

func (*GetTxResponse) GetTx

func (m *GetTxResponse) GetTx() []byte

func (*GetTxResponse) GetTxResult

func (m *GetTxResponse) GetTxResult() *TxResult

func (*GetTxResponse) Marshal

func (m *GetTxResponse) Marshal() (dAtA []byte, err error)

func (*GetTxResponse) MarshalTo

func (m *GetTxResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetTxResponse) MarshalToSizedBuffer

func (m *GetTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTxResponse) ProtoMessage

func (*GetTxResponse) ProtoMessage()

func (*GetTxResponse) Reset

func (m *GetTxResponse) Reset()

func (*GetTxResponse) Size

func (m *GetTxResponse) Size() (n int)

func (*GetTxResponse) String

func (m *GetTxResponse) String() string

func (*GetTxResponse) Unmarshal

func (m *GetTxResponse) Unmarshal(dAtA []byte) error

func (*GetTxResponse) XXX_DiscardUnknown

func (m *GetTxResponse) XXX_DiscardUnknown()

func (*GetTxResponse) XXX_Marshal

func (m *GetTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTxResponse) XXX_Merge

func (m *GetTxResponse) XXX_Merge(src proto.Message)

func (*GetTxResponse) XXX_Size

func (m *GetTxResponse) XXX_Size() int

func (*GetTxResponse) XXX_Unmarshal

func (m *GetTxResponse) XXX_Unmarshal(b []byte) error

type InfoRequest

type InfoRequest struct {
	// The Tendermint software semantic version.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// The Tendermint block protocol version.
	BlockVersion uint64 `protobuf:"varint,2,opt,name=block_version,json=blockVersion,proto3" json:"block_version,omitempty"`
	// The Tendermint p2p protocol version.
	P2PVersion uint64 `protobuf:"varint,3,opt,name=p2p_version,json=p2pVersion,proto3" json:"p2p_version,omitempty"`
	/// The ABCI spec semantic version.
	AbciVersion string `protobuf:"bytes,4,opt,name=abci_version,json=abciVersion,proto3" json:"abci_version,omitempty"`
}

Requests information about the chain state as known by the node.

func (*InfoRequest) Descriptor

func (*InfoRequest) Descriptor() ([]byte, []int)

func (*InfoRequest) GetAbciVersion

func (m *InfoRequest) GetAbciVersion() string

func (*InfoRequest) GetBlockVersion

func (m *InfoRequest) GetBlockVersion() uint64

func (*InfoRequest) GetP2PVersion

func (m *InfoRequest) GetP2PVersion() uint64

func (*InfoRequest) GetVersion

func (m *InfoRequest) GetVersion() string

func (*InfoRequest) Marshal

func (m *InfoRequest) Marshal() (dAtA []byte, err error)

func (*InfoRequest) MarshalTo

func (m *InfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*InfoRequest) MarshalToSizedBuffer

func (m *InfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InfoRequest) ProtoMessage

func (*InfoRequest) ProtoMessage()

func (*InfoRequest) Reset

func (m *InfoRequest) Reset()

func (*InfoRequest) Size

func (m *InfoRequest) Size() (n int)

func (*InfoRequest) String

func (m *InfoRequest) String() string

func (*InfoRequest) Unmarshal

func (m *InfoRequest) Unmarshal(dAtA []byte) error

func (*InfoRequest) XXX_DiscardUnknown

func (m *InfoRequest) XXX_DiscardUnknown()

func (*InfoRequest) XXX_Marshal

func (m *InfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InfoRequest) XXX_Merge

func (m *InfoRequest) XXX_Merge(src proto.Message)

func (*InfoRequest) XXX_Size

func (m *InfoRequest) XXX_Size() int

func (*InfoRequest) XXX_Unmarshal

func (m *InfoRequest) XXX_Unmarshal(b []byte) error

type InfoResponse

type InfoResponse struct {
	// Some arbitrary information.
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// The application software semantic version.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// The application protocol version.
	AppVersion uint64 `protobuf:"varint,3,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	// The latest block for which the app has called [`Commit`](super::super::Request::Commit).
	LastBlockHeight uint64 `protobuf:"varint,4,opt,name=last_block_height,json=lastBlockHeight,proto3" json:"last_block_height,omitempty"`
	// The latest result of [`Commit`](super::super::Request::Commit).
	LastBlockAppHash []byte `protobuf:"bytes,5,opt,name=last_block_app_hash,json=lastBlockAppHash,proto3" json:"last_block_app_hash,omitempty"`
}

Contains information about the chain state as known by the node.

func (*InfoResponse) Descriptor

func (*InfoResponse) Descriptor() ([]byte, []int)

func (*InfoResponse) GetAppVersion

func (m *InfoResponse) GetAppVersion() uint64

func (*InfoResponse) GetData

func (m *InfoResponse) GetData() []byte

func (*InfoResponse) GetLastBlockAppHash

func (m *InfoResponse) GetLastBlockAppHash() []byte

func (*InfoResponse) GetLastBlockHeight

func (m *InfoResponse) GetLastBlockHeight() uint64

func (*InfoResponse) GetVersion

func (m *InfoResponse) GetVersion() string

func (*InfoResponse) Marshal

func (m *InfoResponse) Marshal() (dAtA []byte, err error)

func (*InfoResponse) MarshalTo

func (m *InfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*InfoResponse) MarshalToSizedBuffer

func (m *InfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InfoResponse) ProtoMessage

func (*InfoResponse) ProtoMessage()

func (*InfoResponse) Reset

func (m *InfoResponse) Reset()

func (*InfoResponse) Size

func (m *InfoResponse) Size() (n int)

func (*InfoResponse) String

func (m *InfoResponse) String() string

func (*InfoResponse) Unmarshal

func (m *InfoResponse) Unmarshal(dAtA []byte) error

func (*InfoResponse) XXX_DiscardUnknown

func (m *InfoResponse) XXX_DiscardUnknown()

func (*InfoResponse) XXX_Marshal

func (m *InfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InfoResponse) XXX_Merge

func (m *InfoResponse) XXX_Merge(src proto.Message)

func (*InfoResponse) XXX_Size

func (m *InfoResponse) XXX_Size() int

func (*InfoResponse) XXX_Unmarshal

func (m *InfoResponse) XXX_Unmarshal(b []byte) error

type KeyValueRequest

type KeyValueRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// If set, the key to fetch from storage.
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// whether to return a proof
	Proof bool `protobuf:"varint,3,opt,name=proof,proto3" json:"proof,omitempty"`
}

Performs a key-value query, either by key or by key hash.

Proofs are only supported by key.

func (*KeyValueRequest) Descriptor

func (*KeyValueRequest) Descriptor() ([]byte, []int)

func (*KeyValueRequest) GetChainId

func (m *KeyValueRequest) GetChainId() string

func (*KeyValueRequest) GetKey

func (m *KeyValueRequest) GetKey() string

func (*KeyValueRequest) GetProof

func (m *KeyValueRequest) GetProof() bool

func (*KeyValueRequest) Marshal

func (m *KeyValueRequest) Marshal() (dAtA []byte, err error)

func (*KeyValueRequest) MarshalTo

func (m *KeyValueRequest) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueRequest) MarshalToSizedBuffer

func (m *KeyValueRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueRequest) ProtoMessage

func (*KeyValueRequest) ProtoMessage()

func (*KeyValueRequest) Reset

func (m *KeyValueRequest) Reset()

func (*KeyValueRequest) Size

func (m *KeyValueRequest) Size() (n int)

func (*KeyValueRequest) String

func (m *KeyValueRequest) String() string

func (*KeyValueRequest) Unmarshal

func (m *KeyValueRequest) Unmarshal(dAtA []byte) error

func (*KeyValueRequest) XXX_DiscardUnknown

func (m *KeyValueRequest) XXX_DiscardUnknown()

func (*KeyValueRequest) XXX_Marshal

func (m *KeyValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyValueRequest) XXX_Merge

func (m *KeyValueRequest) XXX_Merge(src proto.Message)

func (*KeyValueRequest) XXX_Size

func (m *KeyValueRequest) XXX_Size() int

func (*KeyValueRequest) XXX_Unmarshal

func (m *KeyValueRequest) XXX_Unmarshal(b []byte) error

type KeyValueResponse

type KeyValueResponse struct {
	// The value corresponding to the specified key, if it was found.
	Value *KeyValueResponse_Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// A proof of existence or non-existence.
	Proof *types.MerkleProof `protobuf:"bytes,2,opt,name=proof,proto3" json:"proof,omitempty"`
}

func (*KeyValueResponse) Descriptor

func (*KeyValueResponse) Descriptor() ([]byte, []int)

func (*KeyValueResponse) GetProof

func (m *KeyValueResponse) GetProof() *types.MerkleProof

func (*KeyValueResponse) GetValue

func (*KeyValueResponse) Marshal

func (m *KeyValueResponse) Marshal() (dAtA []byte, err error)

func (*KeyValueResponse) MarshalTo

func (m *KeyValueResponse) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueResponse) MarshalToSizedBuffer

func (m *KeyValueResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueResponse) ProtoMessage

func (*KeyValueResponse) ProtoMessage()

func (*KeyValueResponse) Reset

func (m *KeyValueResponse) Reset()

func (*KeyValueResponse) Size

func (m *KeyValueResponse) Size() (n int)

func (*KeyValueResponse) String

func (m *KeyValueResponse) String() string

func (*KeyValueResponse) Unmarshal

func (m *KeyValueResponse) Unmarshal(dAtA []byte) error

func (*KeyValueResponse) XXX_DiscardUnknown

func (m *KeyValueResponse) XXX_DiscardUnknown()

func (*KeyValueResponse) XXX_Marshal

func (m *KeyValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyValueResponse) XXX_Merge

func (m *KeyValueResponse) XXX_Merge(src proto.Message)

func (*KeyValueResponse) XXX_Size

func (m *KeyValueResponse) XXX_Size() int

func (*KeyValueResponse) XXX_Unmarshal

func (m *KeyValueResponse) XXX_Unmarshal(b []byte) error

type KeyValueResponse_Value

type KeyValueResponse_Value struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}

func (*KeyValueResponse_Value) Descriptor

func (*KeyValueResponse_Value) Descriptor() ([]byte, []int)

func (*KeyValueResponse_Value) GetValue

func (m *KeyValueResponse_Value) GetValue() []byte

func (*KeyValueResponse_Value) Marshal

func (m *KeyValueResponse_Value) Marshal() (dAtA []byte, err error)

func (*KeyValueResponse_Value) MarshalTo

func (m *KeyValueResponse_Value) MarshalTo(dAtA []byte) (int, error)

func (*KeyValueResponse_Value) MarshalToSizedBuffer

func (m *KeyValueResponse_Value) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KeyValueResponse_Value) ProtoMessage

func (*KeyValueResponse_Value) ProtoMessage()

func (*KeyValueResponse_Value) Reset

func (m *KeyValueResponse_Value) Reset()

func (*KeyValueResponse_Value) Size

func (m *KeyValueResponse_Value) Size() (n int)

func (*KeyValueResponse_Value) String

func (m *KeyValueResponse_Value) String() string

func (*KeyValueResponse_Value) Unmarshal

func (m *KeyValueResponse_Value) Unmarshal(dAtA []byte) error

func (*KeyValueResponse_Value) XXX_DiscardUnknown

func (m *KeyValueResponse_Value) XXX_DiscardUnknown()

func (*KeyValueResponse_Value) XXX_Marshal

func (m *KeyValueResponse_Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyValueResponse_Value) XXX_Merge

func (m *KeyValueResponse_Value) XXX_Merge(src proto.Message)

func (*KeyValueResponse_Value) XXX_Size

func (m *KeyValueResponse_Value) XXX_Size() int

func (*KeyValueResponse_Value) XXX_Unmarshal

func (m *KeyValueResponse_Value) XXX_Unmarshal(b []byte) error

type LiquidityPositionByIdRequest

type LiquidityPositionByIdRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId    string                `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	PositionId *v1alpha13.PositionId `protobuf:"bytes,2,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"`
}

Requests specific liquidity position data from the view service.

func (*LiquidityPositionByIdRequest) Descriptor

func (*LiquidityPositionByIdRequest) Descriptor() ([]byte, []int)

func (*LiquidityPositionByIdRequest) GetChainId

func (m *LiquidityPositionByIdRequest) GetChainId() string

func (*LiquidityPositionByIdRequest) GetPositionId

func (*LiquidityPositionByIdRequest) Marshal

func (m *LiquidityPositionByIdRequest) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionByIdRequest) MarshalTo

func (m *LiquidityPositionByIdRequest) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionByIdRequest) MarshalToSizedBuffer

func (m *LiquidityPositionByIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionByIdRequest) ProtoMessage

func (*LiquidityPositionByIdRequest) ProtoMessage()

func (*LiquidityPositionByIdRequest) Reset

func (m *LiquidityPositionByIdRequest) Reset()

func (*LiquidityPositionByIdRequest) Size

func (m *LiquidityPositionByIdRequest) Size() (n int)

func (*LiquidityPositionByIdRequest) String

func (*LiquidityPositionByIdRequest) Unmarshal

func (m *LiquidityPositionByIdRequest) Unmarshal(dAtA []byte) error

func (*LiquidityPositionByIdRequest) XXX_DiscardUnknown

func (m *LiquidityPositionByIdRequest) XXX_DiscardUnknown()

func (*LiquidityPositionByIdRequest) XXX_Marshal

func (m *LiquidityPositionByIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionByIdRequest) XXX_Merge

func (m *LiquidityPositionByIdRequest) XXX_Merge(src proto.Message)

func (*LiquidityPositionByIdRequest) XXX_Size

func (m *LiquidityPositionByIdRequest) XXX_Size() int

func (*LiquidityPositionByIdRequest) XXX_Unmarshal

func (m *LiquidityPositionByIdRequest) XXX_Unmarshal(b []byte) error

type LiquidityPositionByIdResponse

type LiquidityPositionByIdResponse struct {
	Data *v1alpha13.Position `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*LiquidityPositionByIdResponse) Descriptor

func (*LiquidityPositionByIdResponse) Descriptor() ([]byte, []int)

func (*LiquidityPositionByIdResponse) GetData

func (*LiquidityPositionByIdResponse) Marshal

func (m *LiquidityPositionByIdResponse) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionByIdResponse) MarshalTo

func (m *LiquidityPositionByIdResponse) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionByIdResponse) MarshalToSizedBuffer

func (m *LiquidityPositionByIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionByIdResponse) ProtoMessage

func (*LiquidityPositionByIdResponse) ProtoMessage()

func (*LiquidityPositionByIdResponse) Reset

func (m *LiquidityPositionByIdResponse) Reset()

func (*LiquidityPositionByIdResponse) Size

func (m *LiquidityPositionByIdResponse) Size() (n int)

func (*LiquidityPositionByIdResponse) String

func (*LiquidityPositionByIdResponse) Unmarshal

func (m *LiquidityPositionByIdResponse) Unmarshal(dAtA []byte) error

func (*LiquidityPositionByIdResponse) XXX_DiscardUnknown

func (m *LiquidityPositionByIdResponse) XXX_DiscardUnknown()

func (*LiquidityPositionByIdResponse) XXX_Marshal

func (m *LiquidityPositionByIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionByIdResponse) XXX_Merge

func (m *LiquidityPositionByIdResponse) XXX_Merge(src proto.Message)

func (*LiquidityPositionByIdResponse) XXX_Size

func (m *LiquidityPositionByIdResponse) XXX_Size() int

func (*LiquidityPositionByIdResponse) XXX_Unmarshal

func (m *LiquidityPositionByIdResponse) XXX_Unmarshal(b []byte) error

type LiquidityPositionsByIdRequest

type LiquidityPositionsByIdRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId    string                  `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	PositionId []*v1alpha13.PositionId `protobuf:"bytes,2,rep,name=position_id,json=positionId,proto3" json:"position_id,omitempty"`
}

func (*LiquidityPositionsByIdRequest) Descriptor

func (*LiquidityPositionsByIdRequest) Descriptor() ([]byte, []int)

func (*LiquidityPositionsByIdRequest) GetChainId

func (m *LiquidityPositionsByIdRequest) GetChainId() string

func (*LiquidityPositionsByIdRequest) GetPositionId

func (m *LiquidityPositionsByIdRequest) GetPositionId() []*v1alpha13.PositionId

func (*LiquidityPositionsByIdRequest) Marshal

func (m *LiquidityPositionsByIdRequest) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionsByIdRequest) MarshalTo

func (m *LiquidityPositionsByIdRequest) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionsByIdRequest) MarshalToSizedBuffer

func (m *LiquidityPositionsByIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionsByIdRequest) ProtoMessage

func (*LiquidityPositionsByIdRequest) ProtoMessage()

func (*LiquidityPositionsByIdRequest) Reset

func (m *LiquidityPositionsByIdRequest) Reset()

func (*LiquidityPositionsByIdRequest) Size

func (m *LiquidityPositionsByIdRequest) Size() (n int)

func (*LiquidityPositionsByIdRequest) String

func (*LiquidityPositionsByIdRequest) Unmarshal

func (m *LiquidityPositionsByIdRequest) Unmarshal(dAtA []byte) error

func (*LiquidityPositionsByIdRequest) XXX_DiscardUnknown

func (m *LiquidityPositionsByIdRequest) XXX_DiscardUnknown()

func (*LiquidityPositionsByIdRequest) XXX_Marshal

func (m *LiquidityPositionsByIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionsByIdRequest) XXX_Merge

func (m *LiquidityPositionsByIdRequest) XXX_Merge(src proto.Message)

func (*LiquidityPositionsByIdRequest) XXX_Size

func (m *LiquidityPositionsByIdRequest) XXX_Size() int

func (*LiquidityPositionsByIdRequest) XXX_Unmarshal

func (m *LiquidityPositionsByIdRequest) XXX_Unmarshal(b []byte) error

type LiquidityPositionsByIdResponse

type LiquidityPositionsByIdResponse struct {
	Data *v1alpha13.Position `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*LiquidityPositionsByIdResponse) Descriptor

func (*LiquidityPositionsByIdResponse) Descriptor() ([]byte, []int)

func (*LiquidityPositionsByIdResponse) GetData

func (*LiquidityPositionsByIdResponse) Marshal

func (m *LiquidityPositionsByIdResponse) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionsByIdResponse) MarshalTo

func (m *LiquidityPositionsByIdResponse) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionsByIdResponse) MarshalToSizedBuffer

func (m *LiquidityPositionsByIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionsByIdResponse) ProtoMessage

func (*LiquidityPositionsByIdResponse) ProtoMessage()

func (*LiquidityPositionsByIdResponse) Reset

func (m *LiquidityPositionsByIdResponse) Reset()

func (*LiquidityPositionsByIdResponse) Size

func (m *LiquidityPositionsByIdResponse) Size() (n int)

func (*LiquidityPositionsByIdResponse) String

func (*LiquidityPositionsByIdResponse) Unmarshal

func (m *LiquidityPositionsByIdResponse) Unmarshal(dAtA []byte) error

func (*LiquidityPositionsByIdResponse) XXX_DiscardUnknown

func (m *LiquidityPositionsByIdResponse) XXX_DiscardUnknown()

func (*LiquidityPositionsByIdResponse) XXX_Marshal

func (m *LiquidityPositionsByIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionsByIdResponse) XXX_Merge

func (m *LiquidityPositionsByIdResponse) XXX_Merge(src proto.Message)

func (*LiquidityPositionsByIdResponse) XXX_Size

func (m *LiquidityPositionsByIdResponse) XXX_Size() int

func (*LiquidityPositionsByIdResponse) XXX_Unmarshal

func (m *LiquidityPositionsByIdResponse) XXX_Unmarshal(b []byte) error

type LiquidityPositionsByPriceRequest

type LiquidityPositionsByPriceRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// The directed trading pair to request positions for
	TradingPair *v1alpha13.DirectedTradingPair `protobuf:"bytes,2,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
	// The maximum number of positions to return.
	Limit uint64 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
}

Requests liquidity positions for ordered by effective price.

func (*LiquidityPositionsByPriceRequest) Descriptor

func (*LiquidityPositionsByPriceRequest) Descriptor() ([]byte, []int)

func (*LiquidityPositionsByPriceRequest) GetChainId

func (m *LiquidityPositionsByPriceRequest) GetChainId() string

func (*LiquidityPositionsByPriceRequest) GetLimit

func (*LiquidityPositionsByPriceRequest) GetTradingPair

func (*LiquidityPositionsByPriceRequest) Marshal

func (m *LiquidityPositionsByPriceRequest) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionsByPriceRequest) MarshalTo

func (m *LiquidityPositionsByPriceRequest) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionsByPriceRequest) MarshalToSizedBuffer

func (m *LiquidityPositionsByPriceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionsByPriceRequest) ProtoMessage

func (*LiquidityPositionsByPriceRequest) ProtoMessage()

func (*LiquidityPositionsByPriceRequest) Reset

func (*LiquidityPositionsByPriceRequest) Size

func (m *LiquidityPositionsByPriceRequest) Size() (n int)

func (*LiquidityPositionsByPriceRequest) String

func (*LiquidityPositionsByPriceRequest) Unmarshal

func (m *LiquidityPositionsByPriceRequest) Unmarshal(dAtA []byte) error

func (*LiquidityPositionsByPriceRequest) XXX_DiscardUnknown

func (m *LiquidityPositionsByPriceRequest) XXX_DiscardUnknown()

func (*LiquidityPositionsByPriceRequest) XXX_Marshal

func (m *LiquidityPositionsByPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionsByPriceRequest) XXX_Merge

func (*LiquidityPositionsByPriceRequest) XXX_Size

func (m *LiquidityPositionsByPriceRequest) XXX_Size() int

func (*LiquidityPositionsByPriceRequest) XXX_Unmarshal

func (m *LiquidityPositionsByPriceRequest) XXX_Unmarshal(b []byte) error

type LiquidityPositionsByPriceResponse

type LiquidityPositionsByPriceResponse struct {
	Data *v1alpha13.Position `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*LiquidityPositionsByPriceResponse) Descriptor

func (*LiquidityPositionsByPriceResponse) Descriptor() ([]byte, []int)

func (*LiquidityPositionsByPriceResponse) GetData

func (*LiquidityPositionsByPriceResponse) Marshal

func (m *LiquidityPositionsByPriceResponse) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionsByPriceResponse) MarshalTo

func (m *LiquidityPositionsByPriceResponse) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionsByPriceResponse) MarshalToSizedBuffer

func (m *LiquidityPositionsByPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionsByPriceResponse) ProtoMessage

func (*LiquidityPositionsByPriceResponse) ProtoMessage()

func (*LiquidityPositionsByPriceResponse) Reset

func (*LiquidityPositionsByPriceResponse) Size

func (m *LiquidityPositionsByPriceResponse) Size() (n int)

func (*LiquidityPositionsByPriceResponse) String

func (*LiquidityPositionsByPriceResponse) Unmarshal

func (m *LiquidityPositionsByPriceResponse) Unmarshal(dAtA []byte) error

func (*LiquidityPositionsByPriceResponse) XXX_DiscardUnknown

func (m *LiquidityPositionsByPriceResponse) XXX_DiscardUnknown()

func (*LiquidityPositionsByPriceResponse) XXX_Marshal

func (m *LiquidityPositionsByPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionsByPriceResponse) XXX_Merge

func (*LiquidityPositionsByPriceResponse) XXX_Size

func (m *LiquidityPositionsByPriceResponse) XXX_Size() int

func (*LiquidityPositionsByPriceResponse) XXX_Unmarshal

func (m *LiquidityPositionsByPriceResponse) XXX_Unmarshal(b []byte) error

type LiquidityPositionsRequest

type LiquidityPositionsRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// If true, include closed and withdrawn positions.
	IncludeClosed bool `protobuf:"varint,4,opt,name=include_closed,json=includeClosed,proto3" json:"include_closed,omitempty"`
}

Requests all liquidity position data from the view service.

func (*LiquidityPositionsRequest) Descriptor

func (*LiquidityPositionsRequest) Descriptor() ([]byte, []int)

func (*LiquidityPositionsRequest) GetChainId

func (m *LiquidityPositionsRequest) GetChainId() string

func (*LiquidityPositionsRequest) GetIncludeClosed

func (m *LiquidityPositionsRequest) GetIncludeClosed() bool

func (*LiquidityPositionsRequest) Marshal

func (m *LiquidityPositionsRequest) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionsRequest) MarshalTo

func (m *LiquidityPositionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionsRequest) MarshalToSizedBuffer

func (m *LiquidityPositionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionsRequest) ProtoMessage

func (*LiquidityPositionsRequest) ProtoMessage()

func (*LiquidityPositionsRequest) Reset

func (m *LiquidityPositionsRequest) Reset()

func (*LiquidityPositionsRequest) Size

func (m *LiquidityPositionsRequest) Size() (n int)

func (*LiquidityPositionsRequest) String

func (m *LiquidityPositionsRequest) String() string

func (*LiquidityPositionsRequest) Unmarshal

func (m *LiquidityPositionsRequest) Unmarshal(dAtA []byte) error

func (*LiquidityPositionsRequest) XXX_DiscardUnknown

func (m *LiquidityPositionsRequest) XXX_DiscardUnknown()

func (*LiquidityPositionsRequest) XXX_Marshal

func (m *LiquidityPositionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionsRequest) XXX_Merge

func (m *LiquidityPositionsRequest) XXX_Merge(src proto.Message)

func (*LiquidityPositionsRequest) XXX_Size

func (m *LiquidityPositionsRequest) XXX_Size() int

func (*LiquidityPositionsRequest) XXX_Unmarshal

func (m *LiquidityPositionsRequest) XXX_Unmarshal(b []byte) error

type LiquidityPositionsResponse

type LiquidityPositionsResponse struct {
	Data *v1alpha13.Position `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*LiquidityPositionsResponse) Descriptor

func (*LiquidityPositionsResponse) Descriptor() ([]byte, []int)

func (*LiquidityPositionsResponse) GetData

func (*LiquidityPositionsResponse) Marshal

func (m *LiquidityPositionsResponse) Marshal() (dAtA []byte, err error)

func (*LiquidityPositionsResponse) MarshalTo

func (m *LiquidityPositionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*LiquidityPositionsResponse) MarshalToSizedBuffer

func (m *LiquidityPositionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiquidityPositionsResponse) ProtoMessage

func (*LiquidityPositionsResponse) ProtoMessage()

func (*LiquidityPositionsResponse) Reset

func (m *LiquidityPositionsResponse) Reset()

func (*LiquidityPositionsResponse) Size

func (m *LiquidityPositionsResponse) Size() (n int)

func (*LiquidityPositionsResponse) String

func (m *LiquidityPositionsResponse) String() string

func (*LiquidityPositionsResponse) Unmarshal

func (m *LiquidityPositionsResponse) Unmarshal(dAtA []byte) error

func (*LiquidityPositionsResponse) XXX_DiscardUnknown

func (m *LiquidityPositionsResponse) XXX_DiscardUnknown()

func (*LiquidityPositionsResponse) XXX_Marshal

func (m *LiquidityPositionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquidityPositionsResponse) XXX_Merge

func (m *LiquidityPositionsResponse) XXX_Merge(src proto.Message)

func (*LiquidityPositionsResponse) XXX_Size

func (m *LiquidityPositionsResponse) XXX_Size() int

func (*LiquidityPositionsResponse) XXX_Unmarshal

func (m *LiquidityPositionsResponse) XXX_Unmarshal(b []byte) error

type NextValidatorRateRequest

type NextValidatorRateRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId     string                 `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	IdentityKey *v1alpha12.IdentityKey `protobuf:"bytes,2,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
}

func (*NextValidatorRateRequest) Descriptor

func (*NextValidatorRateRequest) Descriptor() ([]byte, []int)

func (*NextValidatorRateRequest) GetChainId

func (m *NextValidatorRateRequest) GetChainId() string

func (*NextValidatorRateRequest) GetIdentityKey

func (m *NextValidatorRateRequest) GetIdentityKey() *v1alpha12.IdentityKey

func (*NextValidatorRateRequest) Marshal

func (m *NextValidatorRateRequest) Marshal() (dAtA []byte, err error)

func (*NextValidatorRateRequest) MarshalTo

func (m *NextValidatorRateRequest) MarshalTo(dAtA []byte) (int, error)

func (*NextValidatorRateRequest) MarshalToSizedBuffer

func (m *NextValidatorRateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NextValidatorRateRequest) ProtoMessage

func (*NextValidatorRateRequest) ProtoMessage()

func (*NextValidatorRateRequest) Reset

func (m *NextValidatorRateRequest) Reset()

func (*NextValidatorRateRequest) Size

func (m *NextValidatorRateRequest) Size() (n int)

func (*NextValidatorRateRequest) String

func (m *NextValidatorRateRequest) String() string

func (*NextValidatorRateRequest) Unmarshal

func (m *NextValidatorRateRequest) Unmarshal(dAtA []byte) error

func (*NextValidatorRateRequest) XXX_DiscardUnknown

func (m *NextValidatorRateRequest) XXX_DiscardUnknown()

func (*NextValidatorRateRequest) XXX_Marshal

func (m *NextValidatorRateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NextValidatorRateRequest) XXX_Merge

func (m *NextValidatorRateRequest) XXX_Merge(src proto.Message)

func (*NextValidatorRateRequest) XXX_Size

func (m *NextValidatorRateRequest) XXX_Size() int

func (*NextValidatorRateRequest) XXX_Unmarshal

func (m *NextValidatorRateRequest) XXX_Unmarshal(b []byte) error

type NextValidatorRateResponse

type NextValidatorRateResponse struct {
	Data *v1alpha11.RateData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*NextValidatorRateResponse) Descriptor

func (*NextValidatorRateResponse) Descriptor() ([]byte, []int)

func (*NextValidatorRateResponse) GetData

func (*NextValidatorRateResponse) Marshal

func (m *NextValidatorRateResponse) Marshal() (dAtA []byte, err error)

func (*NextValidatorRateResponse) MarshalTo

func (m *NextValidatorRateResponse) MarshalTo(dAtA []byte) (int, error)

func (*NextValidatorRateResponse) MarshalToSizedBuffer

func (m *NextValidatorRateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NextValidatorRateResponse) ProtoMessage

func (*NextValidatorRateResponse) ProtoMessage()

func (*NextValidatorRateResponse) Reset

func (m *NextValidatorRateResponse) Reset()

func (*NextValidatorRateResponse) Size

func (m *NextValidatorRateResponse) Size() (n int)

func (*NextValidatorRateResponse) String

func (m *NextValidatorRateResponse) String() string

func (*NextValidatorRateResponse) Unmarshal

func (m *NextValidatorRateResponse) Unmarshal(dAtA []byte) error

func (*NextValidatorRateResponse) XXX_DiscardUnknown

func (m *NextValidatorRateResponse) XXX_DiscardUnknown()

func (*NextValidatorRateResponse) XXX_Marshal

func (m *NextValidatorRateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NextValidatorRateResponse) XXX_Merge

func (m *NextValidatorRateResponse) XXX_Merge(src proto.Message)

func (*NextValidatorRateResponse) XXX_Size

func (m *NextValidatorRateResponse) XXX_Size() int

func (*NextValidatorRateResponse) XXX_Unmarshal

func (m *NextValidatorRateResponse) XXX_Unmarshal(b []byte) error

type ObliviousQueryServiceClient

type ObliviousQueryServiceClient interface {
	// Returns a stream of `CompactBlockRangeResponse`s.
	CompactBlockRange(ctx context.Context, in *CompactBlockRangeRequest, opts ...grpc.CallOption) (ObliviousQueryService_CompactBlockRangeClient, error)
	ChainParameters(ctx context.Context, in *ChainParametersRequest, opts ...grpc.CallOption) (*ChainParametersResponse, error)
	EpochByHeight(ctx context.Context, in *EpochByHeightRequest, opts ...grpc.CallOption) (*EpochByHeightResponse, error)
	// Returns a stream of `ValidatorInfoResponse`s.
	ValidatorInfo(ctx context.Context, in *ValidatorInfoRequest, opts ...grpc.CallOption) (ObliviousQueryService_ValidatorInfoClient, error)
	Info(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*InfoResponse, error)
}

ObliviousQueryServiceClient is the client API for ObliviousQueryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewObliviousQueryServiceClient

func NewObliviousQueryServiceClient(cc grpc1.ClientConn) ObliviousQueryServiceClient

type ObliviousQueryServiceServer

type ObliviousQueryServiceServer interface {
	// Returns a stream of `CompactBlockRangeResponse`s.
	CompactBlockRange(*CompactBlockRangeRequest, ObliviousQueryService_CompactBlockRangeServer) error
	ChainParameters(context.Context, *ChainParametersRequest) (*ChainParametersResponse, error)
	EpochByHeight(context.Context, *EpochByHeightRequest) (*EpochByHeightResponse, error)
	// Returns a stream of `ValidatorInfoResponse`s.
	ValidatorInfo(*ValidatorInfoRequest, ObliviousQueryService_ValidatorInfoServer) error
	Info(context.Context, *InfoRequest) (*InfoResponse, error)
}

ObliviousQueryServiceServer is the server API for ObliviousQueryService service.

type ObliviousQueryService_CompactBlockRangeClient

type ObliviousQueryService_CompactBlockRangeClient interface {
	Recv() (*CompactBlockRangeResponse, error)
	grpc.ClientStream
}

type ObliviousQueryService_CompactBlockRangeServer

type ObliviousQueryService_CompactBlockRangeServer interface {
	Send(*CompactBlockRangeResponse) error
	grpc.ServerStream
}

type ObliviousQueryService_ValidatorInfoClient

type ObliviousQueryService_ValidatorInfoClient interface {
	Recv() (*ValidatorInfoResponse, error)
	grpc.ClientStream
}

type ObliviousQueryService_ValidatorInfoServer

type ObliviousQueryService_ValidatorInfoServer interface {
	Send(*ValidatorInfoResponse) error
	grpc.ServerStream
}

type PrefixValueRequest

type PrefixValueRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// The prefix to fetch subkeys from storage.
	Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
}

Performs a prefixed key-value query, by string prefix.

func (*PrefixValueRequest) Descriptor

func (*PrefixValueRequest) Descriptor() ([]byte, []int)

func (*PrefixValueRequest) GetChainId

func (m *PrefixValueRequest) GetChainId() string

func (*PrefixValueRequest) GetPrefix

func (m *PrefixValueRequest) GetPrefix() string

func (*PrefixValueRequest) Marshal

func (m *PrefixValueRequest) Marshal() (dAtA []byte, err error)

func (*PrefixValueRequest) MarshalTo

func (m *PrefixValueRequest) MarshalTo(dAtA []byte) (int, error)

func (*PrefixValueRequest) MarshalToSizedBuffer

func (m *PrefixValueRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PrefixValueRequest) ProtoMessage

func (*PrefixValueRequest) ProtoMessage()

func (*PrefixValueRequest) Reset

func (m *PrefixValueRequest) Reset()

func (*PrefixValueRequest) Size

func (m *PrefixValueRequest) Size() (n int)

func (*PrefixValueRequest) String

func (m *PrefixValueRequest) String() string

func (*PrefixValueRequest) Unmarshal

func (m *PrefixValueRequest) Unmarshal(dAtA []byte) error

func (*PrefixValueRequest) XXX_DiscardUnknown

func (m *PrefixValueRequest) XXX_DiscardUnknown()

func (*PrefixValueRequest) XXX_Marshal

func (m *PrefixValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PrefixValueRequest) XXX_Merge

func (m *PrefixValueRequest) XXX_Merge(src proto.Message)

func (*PrefixValueRequest) XXX_Size

func (m *PrefixValueRequest) XXX_Size() int

func (*PrefixValueRequest) XXX_Unmarshal

func (m *PrefixValueRequest) XXX_Unmarshal(b []byte) error

type PrefixValueResponse

type PrefixValueResponse struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*PrefixValueResponse) Descriptor

func (*PrefixValueResponse) Descriptor() ([]byte, []int)

func (*PrefixValueResponse) GetKey

func (m *PrefixValueResponse) GetKey() string

func (*PrefixValueResponse) GetValue

func (m *PrefixValueResponse) GetValue() []byte

func (*PrefixValueResponse) Marshal

func (m *PrefixValueResponse) Marshal() (dAtA []byte, err error)

func (*PrefixValueResponse) MarshalTo

func (m *PrefixValueResponse) MarshalTo(dAtA []byte) (int, error)

func (*PrefixValueResponse) MarshalToSizedBuffer

func (m *PrefixValueResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PrefixValueResponse) ProtoMessage

func (*PrefixValueResponse) ProtoMessage()

func (*PrefixValueResponse) Reset

func (m *PrefixValueResponse) Reset()

func (*PrefixValueResponse) Size

func (m *PrefixValueResponse) Size() (n int)

func (*PrefixValueResponse) String

func (m *PrefixValueResponse) String() string

func (*PrefixValueResponse) Unmarshal

func (m *PrefixValueResponse) Unmarshal(dAtA []byte) error

func (*PrefixValueResponse) XXX_DiscardUnknown

func (m *PrefixValueResponse) XXX_DiscardUnknown()

func (*PrefixValueResponse) XXX_Marshal

func (m *PrefixValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PrefixValueResponse) XXX_Merge

func (m *PrefixValueResponse) XXX_Merge(src proto.Message)

func (*PrefixValueResponse) XXX_Size

func (m *PrefixValueResponse) XXX_Size() int

func (*PrefixValueResponse) XXX_Unmarshal

func (m *PrefixValueResponse) XXX_Unmarshal(b []byte) error

type ProposalInfoRequest

type ProposalInfoRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// The proposal id to request information on.
	ProposalId uint64 `protobuf:"varint,2,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"`
}

func (*ProposalInfoRequest) Descriptor

func (*ProposalInfoRequest) Descriptor() ([]byte, []int)

func (*ProposalInfoRequest) GetChainId

func (m *ProposalInfoRequest) GetChainId() string

func (*ProposalInfoRequest) GetProposalId

func (m *ProposalInfoRequest) GetProposalId() uint64

func (*ProposalInfoRequest) Marshal

func (m *ProposalInfoRequest) Marshal() (dAtA []byte, err error)

func (*ProposalInfoRequest) MarshalTo

func (m *ProposalInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*ProposalInfoRequest) MarshalToSizedBuffer

func (m *ProposalInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProposalInfoRequest) ProtoMessage

func (*ProposalInfoRequest) ProtoMessage()

func (*ProposalInfoRequest) Reset

func (m *ProposalInfoRequest) Reset()

func (*ProposalInfoRequest) Size

func (m *ProposalInfoRequest) Size() (n int)

func (*ProposalInfoRequest) String

func (m *ProposalInfoRequest) String() string

func (*ProposalInfoRequest) Unmarshal

func (m *ProposalInfoRequest) Unmarshal(dAtA []byte) error

func (*ProposalInfoRequest) XXX_DiscardUnknown

func (m *ProposalInfoRequest) XXX_DiscardUnknown()

func (*ProposalInfoRequest) XXX_Marshal

func (m *ProposalInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposalInfoRequest) XXX_Merge

func (m *ProposalInfoRequest) XXX_Merge(src proto.Message)

func (*ProposalInfoRequest) XXX_Size

func (m *ProposalInfoRequest) XXX_Size() int

func (*ProposalInfoRequest) XXX_Unmarshal

func (m *ProposalInfoRequest) XXX_Unmarshal(b []byte) error

type ProposalInfoResponse

type ProposalInfoResponse struct {
	// The block height at which the proposal started voting.
	StartBlockHeight uint64 `protobuf:"varint,1,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	// The position of the state commitment tree at which the proposal is considered to have started voting.
	StartPosition uint64 `protobuf:"varint,2,opt,name=start_position,json=startPosition,proto3" json:"start_position,omitempty"`
}

func (*ProposalInfoResponse) Descriptor

func (*ProposalInfoResponse) Descriptor() ([]byte, []int)

func (*ProposalInfoResponse) GetStartBlockHeight

func (m *ProposalInfoResponse) GetStartBlockHeight() uint64

func (*ProposalInfoResponse) GetStartPosition

func (m *ProposalInfoResponse) GetStartPosition() uint64

func (*ProposalInfoResponse) Marshal

func (m *ProposalInfoResponse) Marshal() (dAtA []byte, err error)

func (*ProposalInfoResponse) MarshalTo

func (m *ProposalInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ProposalInfoResponse) MarshalToSizedBuffer

func (m *ProposalInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProposalInfoResponse) ProtoMessage

func (*ProposalInfoResponse) ProtoMessage()

func (*ProposalInfoResponse) Reset

func (m *ProposalInfoResponse) Reset()

func (*ProposalInfoResponse) Size

func (m *ProposalInfoResponse) Size() (n int)

func (*ProposalInfoResponse) String

func (m *ProposalInfoResponse) String() string

func (*ProposalInfoResponse) Unmarshal

func (m *ProposalInfoResponse) Unmarshal(dAtA []byte) error

func (*ProposalInfoResponse) XXX_DiscardUnknown

func (m *ProposalInfoResponse) XXX_DiscardUnknown()

func (*ProposalInfoResponse) XXX_Marshal

func (m *ProposalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposalInfoResponse) XXX_Merge

func (m *ProposalInfoResponse) XXX_Merge(src proto.Message)

func (*ProposalInfoResponse) XXX_Size

func (m *ProposalInfoResponse) XXX_Size() int

func (*ProposalInfoResponse) XXX_Unmarshal

func (m *ProposalInfoResponse) XXX_Unmarshal(b []byte) error

type ProposalRateDataRequest

type ProposalRateDataRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// The proposal id to request information on.
	ProposalId uint64 `protobuf:"varint,2,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"`
}

Requests the validator rate data for a proposal.

func (*ProposalRateDataRequest) Descriptor

func (*ProposalRateDataRequest) Descriptor() ([]byte, []int)

func (*ProposalRateDataRequest) GetChainId

func (m *ProposalRateDataRequest) GetChainId() string

func (*ProposalRateDataRequest) GetProposalId

func (m *ProposalRateDataRequest) GetProposalId() uint64

func (*ProposalRateDataRequest) Marshal

func (m *ProposalRateDataRequest) Marshal() (dAtA []byte, err error)

func (*ProposalRateDataRequest) MarshalTo

func (m *ProposalRateDataRequest) MarshalTo(dAtA []byte) (int, error)

func (*ProposalRateDataRequest) MarshalToSizedBuffer

func (m *ProposalRateDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProposalRateDataRequest) ProtoMessage

func (*ProposalRateDataRequest) ProtoMessage()

func (*ProposalRateDataRequest) Reset

func (m *ProposalRateDataRequest) Reset()

func (*ProposalRateDataRequest) Size

func (m *ProposalRateDataRequest) Size() (n int)

func (*ProposalRateDataRequest) String

func (m *ProposalRateDataRequest) String() string

func (*ProposalRateDataRequest) Unmarshal

func (m *ProposalRateDataRequest) Unmarshal(dAtA []byte) error

func (*ProposalRateDataRequest) XXX_DiscardUnknown

func (m *ProposalRateDataRequest) XXX_DiscardUnknown()

func (*ProposalRateDataRequest) XXX_Marshal

func (m *ProposalRateDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposalRateDataRequest) XXX_Merge

func (m *ProposalRateDataRequest) XXX_Merge(src proto.Message)

func (*ProposalRateDataRequest) XXX_Size

func (m *ProposalRateDataRequest) XXX_Size() int

func (*ProposalRateDataRequest) XXX_Unmarshal

func (m *ProposalRateDataRequest) XXX_Unmarshal(b []byte) error

type ProposalRateDataResponse

type ProposalRateDataResponse struct {
	RateData *v1alpha11.RateData `protobuf:"bytes,1,opt,name=rate_data,json=rateData,proto3" json:"rate_data,omitempty"`
}

The rate data for a single validator.

func (*ProposalRateDataResponse) Descriptor

func (*ProposalRateDataResponse) Descriptor() ([]byte, []int)

func (*ProposalRateDataResponse) GetRateData

func (m *ProposalRateDataResponse) GetRateData() *v1alpha11.RateData

func (*ProposalRateDataResponse) Marshal

func (m *ProposalRateDataResponse) Marshal() (dAtA []byte, err error)

func (*ProposalRateDataResponse) MarshalTo

func (m *ProposalRateDataResponse) MarshalTo(dAtA []byte) (int, error)

func (*ProposalRateDataResponse) MarshalToSizedBuffer

func (m *ProposalRateDataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProposalRateDataResponse) ProtoMessage

func (*ProposalRateDataResponse) ProtoMessage()

func (*ProposalRateDataResponse) Reset

func (m *ProposalRateDataResponse) Reset()

func (*ProposalRateDataResponse) Size

func (m *ProposalRateDataResponse) Size() (n int)

func (*ProposalRateDataResponse) String

func (m *ProposalRateDataResponse) String() string

func (*ProposalRateDataResponse) Unmarshal

func (m *ProposalRateDataResponse) Unmarshal(dAtA []byte) error

func (*ProposalRateDataResponse) XXX_DiscardUnknown

func (m *ProposalRateDataResponse) XXX_DiscardUnknown()

func (*ProposalRateDataResponse) XXX_Marshal

func (m *ProposalRateDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposalRateDataResponse) XXX_Merge

func (m *ProposalRateDataResponse) XXX_Merge(src proto.Message)

func (*ProposalRateDataResponse) XXX_Size

func (m *ProposalRateDataResponse) XXX_Size() int

func (*ProposalRateDataResponse) XXX_Unmarshal

func (m *ProposalRateDataResponse) XXX_Unmarshal(b []byte) error

type SimulateTradeRequest

type SimulateTradeRequest struct {
	Input   *v1alpha12.Value              `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	Output  *v1alpha12.AssetId            `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	Routing *SimulateTradeRequest_Routing `protobuf:"bytes,3,opt,name=routing,proto3" json:"routing,omitempty"`
}

func (*SimulateTradeRequest) Descriptor

func (*SimulateTradeRequest) Descriptor() ([]byte, []int)

func (*SimulateTradeRequest) GetInput

func (m *SimulateTradeRequest) GetInput() *v1alpha12.Value

func (*SimulateTradeRequest) GetOutput

func (m *SimulateTradeRequest) GetOutput() *v1alpha12.AssetId

func (*SimulateTradeRequest) GetRouting

func (*SimulateTradeRequest) Marshal

func (m *SimulateTradeRequest) Marshal() (dAtA []byte, err error)

func (*SimulateTradeRequest) MarshalTo

func (m *SimulateTradeRequest) MarshalTo(dAtA []byte) (int, error)

func (*SimulateTradeRequest) MarshalToSizedBuffer

func (m *SimulateTradeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SimulateTradeRequest) ProtoMessage

func (*SimulateTradeRequest) ProtoMessage()

func (*SimulateTradeRequest) Reset

func (m *SimulateTradeRequest) Reset()

func (*SimulateTradeRequest) Size

func (m *SimulateTradeRequest) Size() (n int)

func (*SimulateTradeRequest) String

func (m *SimulateTradeRequest) String() string

func (*SimulateTradeRequest) Unmarshal

func (m *SimulateTradeRequest) Unmarshal(dAtA []byte) error

func (*SimulateTradeRequest) XXX_DiscardUnknown

func (m *SimulateTradeRequest) XXX_DiscardUnknown()

func (*SimulateTradeRequest) XXX_Marshal

func (m *SimulateTradeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SimulateTradeRequest) XXX_Merge

func (m *SimulateTradeRequest) XXX_Merge(src proto.Message)

func (*SimulateTradeRequest) XXX_Size

func (m *SimulateTradeRequest) XXX_Size() int

func (*SimulateTradeRequest) XXX_Unmarshal

func (m *SimulateTradeRequest) XXX_Unmarshal(b []byte) error

type SimulateTradeRequest_Routing

type SimulateTradeRequest_Routing struct {
	// Types that are valid to be assigned to Setting:
	//
	//	*SimulateTradeRequest_Routing_Default_
	//	*SimulateTradeRequest_Routing_SingleHop_
	Setting isSimulateTradeRequest_Routing_Setting `protobuf_oneof:"setting"`
}

func (*SimulateTradeRequest_Routing) Descriptor

func (*SimulateTradeRequest_Routing) Descriptor() ([]byte, []int)

func (*SimulateTradeRequest_Routing) GetDefault

func (*SimulateTradeRequest_Routing) GetSetting

func (m *SimulateTradeRequest_Routing) GetSetting() isSimulateTradeRequest_Routing_Setting

func (*SimulateTradeRequest_Routing) GetSingleHop

func (*SimulateTradeRequest_Routing) Marshal

func (m *SimulateTradeRequest_Routing) Marshal() (dAtA []byte, err error)

func (*SimulateTradeRequest_Routing) MarshalTo

func (m *SimulateTradeRequest_Routing) MarshalTo(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing) MarshalToSizedBuffer

func (m *SimulateTradeRequest_Routing) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing) ProtoMessage

func (*SimulateTradeRequest_Routing) ProtoMessage()

func (*SimulateTradeRequest_Routing) Reset

func (m *SimulateTradeRequest_Routing) Reset()

func (*SimulateTradeRequest_Routing) Size

func (m *SimulateTradeRequest_Routing) Size() (n int)

func (*SimulateTradeRequest_Routing) String

func (*SimulateTradeRequest_Routing) Unmarshal

func (m *SimulateTradeRequest_Routing) Unmarshal(dAtA []byte) error

func (*SimulateTradeRequest_Routing) XXX_DiscardUnknown

func (m *SimulateTradeRequest_Routing) XXX_DiscardUnknown()

func (*SimulateTradeRequest_Routing) XXX_Marshal

func (m *SimulateTradeRequest_Routing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SimulateTradeRequest_Routing) XXX_Merge

func (m *SimulateTradeRequest_Routing) XXX_Merge(src proto.Message)

func (*SimulateTradeRequest_Routing) XXX_OneofWrappers

func (*SimulateTradeRequest_Routing) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*SimulateTradeRequest_Routing) XXX_Size

func (m *SimulateTradeRequest_Routing) XXX_Size() int

func (*SimulateTradeRequest_Routing) XXX_Unmarshal

func (m *SimulateTradeRequest_Routing) XXX_Unmarshal(b []byte) error

type SimulateTradeRequest_Routing_Default

type SimulateTradeRequest_Routing_Default struct {
}

func (*SimulateTradeRequest_Routing_Default) Descriptor

func (*SimulateTradeRequest_Routing_Default) Descriptor() ([]byte, []int)

func (*SimulateTradeRequest_Routing_Default) Marshal

func (m *SimulateTradeRequest_Routing_Default) Marshal() (dAtA []byte, err error)

func (*SimulateTradeRequest_Routing_Default) MarshalTo

func (m *SimulateTradeRequest_Routing_Default) MarshalTo(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_Default) MarshalToSizedBuffer

func (m *SimulateTradeRequest_Routing_Default) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_Default) ProtoMessage

func (*SimulateTradeRequest_Routing_Default) ProtoMessage()

func (*SimulateTradeRequest_Routing_Default) Reset

func (*SimulateTradeRequest_Routing_Default) Size

func (*SimulateTradeRequest_Routing_Default) String

func (*SimulateTradeRequest_Routing_Default) Unmarshal

func (m *SimulateTradeRequest_Routing_Default) Unmarshal(dAtA []byte) error

func (*SimulateTradeRequest_Routing_Default) XXX_DiscardUnknown

func (m *SimulateTradeRequest_Routing_Default) XXX_DiscardUnknown()

func (*SimulateTradeRequest_Routing_Default) XXX_Marshal

func (m *SimulateTradeRequest_Routing_Default) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SimulateTradeRequest_Routing_Default) XXX_Merge

func (*SimulateTradeRequest_Routing_Default) XXX_Size

func (*SimulateTradeRequest_Routing_Default) XXX_Unmarshal

func (m *SimulateTradeRequest_Routing_Default) XXX_Unmarshal(b []byte) error

type SimulateTradeRequest_Routing_Default_

type SimulateTradeRequest_Routing_Default_ struct {
	Default *SimulateTradeRequest_Routing_Default `protobuf:"bytes,1,opt,name=default,proto3,oneof" json:"default,omitempty"`
}

func (*SimulateTradeRequest_Routing_Default_) MarshalTo

func (m *SimulateTradeRequest_Routing_Default_) MarshalTo(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_Default_) MarshalToSizedBuffer

func (m *SimulateTradeRequest_Routing_Default_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_Default_) Size

type SimulateTradeRequest_Routing_SingleHop

type SimulateTradeRequest_Routing_SingleHop struct {
}

func (*SimulateTradeRequest_Routing_SingleHop) Descriptor

func (*SimulateTradeRequest_Routing_SingleHop) Descriptor() ([]byte, []int)

func (*SimulateTradeRequest_Routing_SingleHop) Marshal

func (m *SimulateTradeRequest_Routing_SingleHop) Marshal() (dAtA []byte, err error)

func (*SimulateTradeRequest_Routing_SingleHop) MarshalTo

func (m *SimulateTradeRequest_Routing_SingleHop) MarshalTo(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_SingleHop) MarshalToSizedBuffer

func (m *SimulateTradeRequest_Routing_SingleHop) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_SingleHop) ProtoMessage

func (*SimulateTradeRequest_Routing_SingleHop) Reset

func (*SimulateTradeRequest_Routing_SingleHop) Size

func (*SimulateTradeRequest_Routing_SingleHop) String

func (*SimulateTradeRequest_Routing_SingleHop) Unmarshal

func (m *SimulateTradeRequest_Routing_SingleHop) Unmarshal(dAtA []byte) error

func (*SimulateTradeRequest_Routing_SingleHop) XXX_DiscardUnknown

func (m *SimulateTradeRequest_Routing_SingleHop) XXX_DiscardUnknown()

func (*SimulateTradeRequest_Routing_SingleHop) XXX_Marshal

func (m *SimulateTradeRequest_Routing_SingleHop) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SimulateTradeRequest_Routing_SingleHop) XXX_Merge

func (*SimulateTradeRequest_Routing_SingleHop) XXX_Size

func (*SimulateTradeRequest_Routing_SingleHop) XXX_Unmarshal

func (m *SimulateTradeRequest_Routing_SingleHop) XXX_Unmarshal(b []byte) error

type SimulateTradeRequest_Routing_SingleHop_

type SimulateTradeRequest_Routing_SingleHop_ struct {
	SingleHop *SimulateTradeRequest_Routing_SingleHop `protobuf:"bytes,2,opt,name=single_hop,json=singleHop,proto3,oneof" json:"single_hop,omitempty"`
}

func (*SimulateTradeRequest_Routing_SingleHop_) MarshalTo

func (m *SimulateTradeRequest_Routing_SingleHop_) MarshalTo(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_SingleHop_) MarshalToSizedBuffer

func (m *SimulateTradeRequest_Routing_SingleHop_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SimulateTradeRequest_Routing_SingleHop_) Size

type SimulateTradeResponse

type SimulateTradeResponse struct {
	Output *v1alpha13.SwapExecution `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}

func (*SimulateTradeResponse) Descriptor

func (*SimulateTradeResponse) Descriptor() ([]byte, []int)

func (*SimulateTradeResponse) GetOutput

func (*SimulateTradeResponse) Marshal

func (m *SimulateTradeResponse) Marshal() (dAtA []byte, err error)

func (*SimulateTradeResponse) MarshalTo

func (m *SimulateTradeResponse) MarshalTo(dAtA []byte) (int, error)

func (*SimulateTradeResponse) MarshalToSizedBuffer

func (m *SimulateTradeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SimulateTradeResponse) ProtoMessage

func (*SimulateTradeResponse) ProtoMessage()

func (*SimulateTradeResponse) Reset

func (m *SimulateTradeResponse) Reset()

func (*SimulateTradeResponse) Size

func (m *SimulateTradeResponse) Size() (n int)

func (*SimulateTradeResponse) String

func (m *SimulateTradeResponse) String() string

func (*SimulateTradeResponse) Unmarshal

func (m *SimulateTradeResponse) Unmarshal(dAtA []byte) error

func (*SimulateTradeResponse) XXX_DiscardUnknown

func (m *SimulateTradeResponse) XXX_DiscardUnknown()

func (*SimulateTradeResponse) XXX_Marshal

func (m *SimulateTradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SimulateTradeResponse) XXX_Merge

func (m *SimulateTradeResponse) XXX_Merge(src proto.Message)

func (*SimulateTradeResponse) XXX_Size

func (m *SimulateTradeResponse) XXX_Size() int

func (*SimulateTradeResponse) XXX_Unmarshal

func (m *SimulateTradeResponse) XXX_Unmarshal(b []byte) error

type SpecificQueryServiceClient

type SpecificQueryServiceClient interface {
	TransactionByNote(ctx context.Context, in *TransactionByNoteRequest, opts ...grpc.CallOption) (*TransactionByNoteResponse, error)
	ValidatorStatus(ctx context.Context, in *ValidatorStatusRequest, opts ...grpc.CallOption) (*ValidatorStatusResponse, error)
	ValidatorPenalty(ctx context.Context, in *ValidatorPenaltyRequest, opts ...grpc.CallOption) (*ValidatorPenaltyResponse, error)
	NextValidatorRate(ctx context.Context, in *NextValidatorRateRequest, opts ...grpc.CallOption) (*NextValidatorRateResponse, error)
	CurrentValidatorRate(ctx context.Context, in *CurrentValidatorRateRequest, opts ...grpc.CallOption) (*CurrentValidatorRateResponse, error)
	BatchSwapOutputData(ctx context.Context, in *BatchSwapOutputDataRequest, opts ...grpc.CallOption) (*BatchSwapOutputDataResponse, error)
	SwapExecution(ctx context.Context, in *SwapExecutionRequest, opts ...grpc.CallOption) (*SwapExecutionResponse, error)
	ArbExecution(ctx context.Context, in *ArbExecutionRequest, opts ...grpc.CallOption) (*ArbExecutionResponse, error)
	// Returns a stream of `SwapExecutionsResponses`.
	SwapExecutions(ctx context.Context, in *SwapExecutionsRequest, opts ...grpc.CallOption) (SpecificQueryService_SwapExecutionsClient, error)
	// Returns a stream of `ArbExecutionsResponses`.
	ArbExecutions(ctx context.Context, in *ArbExecutionsRequest, opts ...grpc.CallOption) (SpecificQueryService_ArbExecutionsClient, error)
	// Returns a stream of `LiquidityPositionsResponse`s.
	LiquidityPositions(ctx context.Context, in *LiquidityPositionsRequest, opts ...grpc.CallOption) (SpecificQueryService_LiquidityPositionsClient, error)
	LiquidityPositionById(ctx context.Context, in *LiquidityPositionByIdRequest, opts ...grpc.CallOption) (*LiquidityPositionByIdResponse, error)
	// Returns a stream of `LiquidityPositionsByIdResponse`s.
	LiquidityPositionsById(ctx context.Context, in *LiquidityPositionsByIdRequest, opts ...grpc.CallOption) (SpecificQueryService_LiquidityPositionsByIdClient, error)
	// Returns a stream of `LiquidityPositionsByPriceResponse`s.
	LiquidityPositionsByPrice(ctx context.Context, in *LiquidityPositionsByPriceRequest, opts ...grpc.CallOption) (SpecificQueryService_LiquidityPositionsByPriceClient, error)
	Spread(ctx context.Context, in *SpreadRequest, opts ...grpc.CallOption) (*SpreadResponse, error)
	DenomMetadataById(ctx context.Context, in *DenomMetadataByIdRequest, opts ...grpc.CallOption) (*DenomMetadataByIdResponse, error)
	ProposalInfo(ctx context.Context, in *ProposalInfoRequest, opts ...grpc.CallOption) (*ProposalInfoResponse, error)
	ProposalRateData(ctx context.Context, in *ProposalRateDataRequest, opts ...grpc.CallOption) (SpecificQueryService_ProposalRateDataClient, error)
	// Simulate routing and trade execution.
	SimulateTrade(ctx context.Context, in *SimulateTradeRequest, opts ...grpc.CallOption) (*SimulateTradeResponse, error)
	// General-purpose key-value state query API, that can be used to query
	// arbitrary keys in the JMT storage.
	KeyValue(ctx context.Context, in *KeyValueRequest, opts ...grpc.CallOption) (*KeyValueResponse, error)
	// General-purpose prefixed key-value state query API, that can be used to query
	// arbitrary prefixes in the JMT storage.
	// Returns a stream of `PrefixValueResponse`s.
	PrefixValue(ctx context.Context, in *PrefixValueRequest, opts ...grpc.CallOption) (SpecificQueryService_PrefixValueClient, error)
}

SpecificQueryServiceClient is the client API for SpecificQueryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSpecificQueryServiceClient

func NewSpecificQueryServiceClient(cc grpc1.ClientConn) SpecificQueryServiceClient

type SpecificQueryServiceServer

type SpecificQueryServiceServer interface {
	TransactionByNote(context.Context, *TransactionByNoteRequest) (*TransactionByNoteResponse, error)
	ValidatorStatus(context.Context, *ValidatorStatusRequest) (*ValidatorStatusResponse, error)
	ValidatorPenalty(context.Context, *ValidatorPenaltyRequest) (*ValidatorPenaltyResponse, error)
	NextValidatorRate(context.Context, *NextValidatorRateRequest) (*NextValidatorRateResponse, error)
	CurrentValidatorRate(context.Context, *CurrentValidatorRateRequest) (*CurrentValidatorRateResponse, error)
	BatchSwapOutputData(context.Context, *BatchSwapOutputDataRequest) (*BatchSwapOutputDataResponse, error)
	SwapExecution(context.Context, *SwapExecutionRequest) (*SwapExecutionResponse, error)
	ArbExecution(context.Context, *ArbExecutionRequest) (*ArbExecutionResponse, error)
	// Returns a stream of `SwapExecutionsResponses`.
	SwapExecutions(*SwapExecutionsRequest, SpecificQueryService_SwapExecutionsServer) error
	// Returns a stream of `ArbExecutionsResponses`.
	ArbExecutions(*ArbExecutionsRequest, SpecificQueryService_ArbExecutionsServer) error
	// Returns a stream of `LiquidityPositionsResponse`s.
	LiquidityPositions(*LiquidityPositionsRequest, SpecificQueryService_LiquidityPositionsServer) error
	LiquidityPositionById(context.Context, *LiquidityPositionByIdRequest) (*LiquidityPositionByIdResponse, error)
	// Returns a stream of `LiquidityPositionsByIdResponse`s.
	LiquidityPositionsById(*LiquidityPositionsByIdRequest, SpecificQueryService_LiquidityPositionsByIdServer) error
	// Returns a stream of `LiquidityPositionsByPriceResponse`s.
	LiquidityPositionsByPrice(*LiquidityPositionsByPriceRequest, SpecificQueryService_LiquidityPositionsByPriceServer) error
	Spread(context.Context, *SpreadRequest) (*SpreadResponse, error)
	DenomMetadataById(context.Context, *DenomMetadataByIdRequest) (*DenomMetadataByIdResponse, error)
	ProposalInfo(context.Context, *ProposalInfoRequest) (*ProposalInfoResponse, error)
	ProposalRateData(*ProposalRateDataRequest, SpecificQueryService_ProposalRateDataServer) error
	// Simulate routing and trade execution.
	SimulateTrade(context.Context, *SimulateTradeRequest) (*SimulateTradeResponse, error)
	// General-purpose key-value state query API, that can be used to query
	// arbitrary keys in the JMT storage.
	KeyValue(context.Context, *KeyValueRequest) (*KeyValueResponse, error)
	// General-purpose prefixed key-value state query API, that can be used to query
	// arbitrary prefixes in the JMT storage.
	// Returns a stream of `PrefixValueResponse`s.
	PrefixValue(*PrefixValueRequest, SpecificQueryService_PrefixValueServer) error
}

SpecificQueryServiceServer is the server API for SpecificQueryService service.

type SpecificQueryService_ArbExecutionsClient

type SpecificQueryService_ArbExecutionsClient interface {
	Recv() (*ArbExecutionsResponse, error)
	grpc.ClientStream
}

type SpecificQueryService_ArbExecutionsServer

type SpecificQueryService_ArbExecutionsServer interface {
	Send(*ArbExecutionsResponse) error
	grpc.ServerStream
}

type SpecificQueryService_LiquidityPositionsByIdClient

type SpecificQueryService_LiquidityPositionsByIdClient interface {
	Recv() (*LiquidityPositionsByIdResponse, error)
	grpc.ClientStream
}

type SpecificQueryService_LiquidityPositionsByIdServer

type SpecificQueryService_LiquidityPositionsByIdServer interface {
	Send(*LiquidityPositionsByIdResponse) error
	grpc.ServerStream
}

type SpecificQueryService_LiquidityPositionsByPriceClient

type SpecificQueryService_LiquidityPositionsByPriceClient interface {
	Recv() (*LiquidityPositionsByPriceResponse, error)
	grpc.ClientStream
}

type SpecificQueryService_LiquidityPositionsByPriceServer

type SpecificQueryService_LiquidityPositionsByPriceServer interface {
	Send(*LiquidityPositionsByPriceResponse) error
	grpc.ServerStream
}

type SpecificQueryService_LiquidityPositionsClient

type SpecificQueryService_LiquidityPositionsClient interface {
	Recv() (*LiquidityPositionsResponse, error)
	grpc.ClientStream
}

type SpecificQueryService_LiquidityPositionsServer

type SpecificQueryService_LiquidityPositionsServer interface {
	Send(*LiquidityPositionsResponse) error
	grpc.ServerStream
}

type SpecificQueryService_PrefixValueClient

type SpecificQueryService_PrefixValueClient interface {
	Recv() (*PrefixValueResponse, error)
	grpc.ClientStream
}

type SpecificQueryService_PrefixValueServer

type SpecificQueryService_PrefixValueServer interface {
	Send(*PrefixValueResponse) error
	grpc.ServerStream
}

type SpecificQueryService_ProposalRateDataClient

type SpecificQueryService_ProposalRateDataClient interface {
	Recv() (*ProposalRateDataResponse, error)
	grpc.ClientStream
}

type SpecificQueryService_ProposalRateDataServer

type SpecificQueryService_ProposalRateDataServer interface {
	Send(*ProposalRateDataResponse) error
	grpc.ServerStream
}

type SpecificQueryService_SwapExecutionsClient

type SpecificQueryService_SwapExecutionsClient interface {
	Recv() (*SwapExecutionsResponse, error)
	grpc.ClientStream
}

type SpecificQueryService_SwapExecutionsServer

type SpecificQueryService_SwapExecutionsServer interface {
	Send(*SwapExecutionsResponse) error
	grpc.ServerStream
}

type SpreadRequest

type SpreadRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId     string                 `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	TradingPair *v1alpha13.TradingPair `protobuf:"bytes,2,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
}

func (*SpreadRequest) Descriptor

func (*SpreadRequest) Descriptor() ([]byte, []int)

func (*SpreadRequest) GetChainId

func (m *SpreadRequest) GetChainId() string

func (*SpreadRequest) GetTradingPair

func (m *SpreadRequest) GetTradingPair() *v1alpha13.TradingPair

func (*SpreadRequest) Marshal

func (m *SpreadRequest) Marshal() (dAtA []byte, err error)

func (*SpreadRequest) MarshalTo

func (m *SpreadRequest) MarshalTo(dAtA []byte) (int, error)

func (*SpreadRequest) MarshalToSizedBuffer

func (m *SpreadRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadRequest) ProtoMessage

func (*SpreadRequest) ProtoMessage()

func (*SpreadRequest) Reset

func (m *SpreadRequest) Reset()

func (*SpreadRequest) Size

func (m *SpreadRequest) Size() (n int)

func (*SpreadRequest) String

func (m *SpreadRequest) String() string

func (*SpreadRequest) Unmarshal

func (m *SpreadRequest) Unmarshal(dAtA []byte) error

func (*SpreadRequest) XXX_DiscardUnknown

func (m *SpreadRequest) XXX_DiscardUnknown()

func (*SpreadRequest) XXX_Marshal

func (m *SpreadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpreadRequest) XXX_Merge

func (m *SpreadRequest) XXX_Merge(src proto.Message)

func (*SpreadRequest) XXX_Size

func (m *SpreadRequest) XXX_Size() int

func (*SpreadRequest) XXX_Unmarshal

func (m *SpreadRequest) XXX_Unmarshal(b []byte) error

type SpreadResponse

type SpreadResponse struct {
	// The best position when trading 1 => 2.
	Best_1To_2Position *v1alpha13.Position `protobuf:"bytes,1,opt,name=best_1_to_2_position,json=best1To2Position,proto3" json:"best_1_to_2_position,omitempty"`
	// The best position when trading 2 => 1.
	Best_2To_1Position *v1alpha13.Position `protobuf:"bytes,2,opt,name=best_2_to_1_position,json=best2To1Position,proto3" json:"best_2_to_1_position,omitempty"`
	// An approximation of the effective price when trading 1 => 2.
	ApproxEffectivePrice_1To_2 float64 `` /* 143-byte string literal not displayed */
	// An approximation of the effective price when trading 2 => 1.
	ApproxEffectivePrice_2To_1 float64 `` /* 143-byte string literal not displayed */
}

func (*SpreadResponse) Descriptor

func (*SpreadResponse) Descriptor() ([]byte, []int)

func (*SpreadResponse) GetApproxEffectivePrice_1To_2

func (m *SpreadResponse) GetApproxEffectivePrice_1To_2() float64

func (*SpreadResponse) GetApproxEffectivePrice_2To_1

func (m *SpreadResponse) GetApproxEffectivePrice_2To_1() float64

func (*SpreadResponse) GetBest_1To_2Position

func (m *SpreadResponse) GetBest_1To_2Position() *v1alpha13.Position

func (*SpreadResponse) GetBest_2To_1Position

func (m *SpreadResponse) GetBest_2To_1Position() *v1alpha13.Position

func (*SpreadResponse) Marshal

func (m *SpreadResponse) Marshal() (dAtA []byte, err error)

func (*SpreadResponse) MarshalTo

func (m *SpreadResponse) MarshalTo(dAtA []byte) (int, error)

func (*SpreadResponse) MarshalToSizedBuffer

func (m *SpreadResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpreadResponse) ProtoMessage

func (*SpreadResponse) ProtoMessage()

func (*SpreadResponse) Reset

func (m *SpreadResponse) Reset()

func (*SpreadResponse) Size

func (m *SpreadResponse) Size() (n int)

func (*SpreadResponse) String

func (m *SpreadResponse) String() string

func (*SpreadResponse) Unmarshal

func (m *SpreadResponse) Unmarshal(dAtA []byte) error

func (*SpreadResponse) XXX_DiscardUnknown

func (m *SpreadResponse) XXX_DiscardUnknown()

func (*SpreadResponse) XXX_Marshal

func (m *SpreadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpreadResponse) XXX_Merge

func (m *SpreadResponse) XXX_Merge(src proto.Message)

func (*SpreadResponse) XXX_Size

func (m *SpreadResponse) XXX_Size() int

func (*SpreadResponse) XXX_Unmarshal

func (m *SpreadResponse) XXX_Unmarshal(b []byte) error

type SwapExecutionRequest

type SwapExecutionRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId     string                         `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Height      uint64                         `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	TradingPair *v1alpha13.DirectedTradingPair `protobuf:"bytes,3,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
}

func (*SwapExecutionRequest) Descriptor

func (*SwapExecutionRequest) Descriptor() ([]byte, []int)

func (*SwapExecutionRequest) GetChainId

func (m *SwapExecutionRequest) GetChainId() string

func (*SwapExecutionRequest) GetHeight

func (m *SwapExecutionRequest) GetHeight() uint64

func (*SwapExecutionRequest) GetTradingPair

func (m *SwapExecutionRequest) GetTradingPair() *v1alpha13.DirectedTradingPair

func (*SwapExecutionRequest) Marshal

func (m *SwapExecutionRequest) Marshal() (dAtA []byte, err error)

func (*SwapExecutionRequest) MarshalTo

func (m *SwapExecutionRequest) MarshalTo(dAtA []byte) (int, error)

func (*SwapExecutionRequest) MarshalToSizedBuffer

func (m *SwapExecutionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SwapExecutionRequest) ProtoMessage

func (*SwapExecutionRequest) ProtoMessage()

func (*SwapExecutionRequest) Reset

func (m *SwapExecutionRequest) Reset()

func (*SwapExecutionRequest) Size

func (m *SwapExecutionRequest) Size() (n int)

func (*SwapExecutionRequest) String

func (m *SwapExecutionRequest) String() string

func (*SwapExecutionRequest) Unmarshal

func (m *SwapExecutionRequest) Unmarshal(dAtA []byte) error

func (*SwapExecutionRequest) XXX_DiscardUnknown

func (m *SwapExecutionRequest) XXX_DiscardUnknown()

func (*SwapExecutionRequest) XXX_Marshal

func (m *SwapExecutionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SwapExecutionRequest) XXX_Merge

func (m *SwapExecutionRequest) XXX_Merge(src proto.Message)

func (*SwapExecutionRequest) XXX_Size

func (m *SwapExecutionRequest) XXX_Size() int

func (*SwapExecutionRequest) XXX_Unmarshal

func (m *SwapExecutionRequest) XXX_Unmarshal(b []byte) error

type SwapExecutionResponse

type SwapExecutionResponse struct {
	SwapExecution *v1alpha13.SwapExecution `protobuf:"bytes,1,opt,name=swap_execution,json=swapExecution,proto3" json:"swap_execution,omitempty"`
}

func (*SwapExecutionResponse) Descriptor

func (*SwapExecutionResponse) Descriptor() ([]byte, []int)

func (*SwapExecutionResponse) GetSwapExecution

func (m *SwapExecutionResponse) GetSwapExecution() *v1alpha13.SwapExecution

func (*SwapExecutionResponse) Marshal

func (m *SwapExecutionResponse) Marshal() (dAtA []byte, err error)

func (*SwapExecutionResponse) MarshalTo

func (m *SwapExecutionResponse) MarshalTo(dAtA []byte) (int, error)

func (*SwapExecutionResponse) MarshalToSizedBuffer

func (m *SwapExecutionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SwapExecutionResponse) ProtoMessage

func (*SwapExecutionResponse) ProtoMessage()

func (*SwapExecutionResponse) Reset

func (m *SwapExecutionResponse) Reset()

func (*SwapExecutionResponse) Size

func (m *SwapExecutionResponse) Size() (n int)

func (*SwapExecutionResponse) String

func (m *SwapExecutionResponse) String() string

func (*SwapExecutionResponse) Unmarshal

func (m *SwapExecutionResponse) Unmarshal(dAtA []byte) error

func (*SwapExecutionResponse) XXX_DiscardUnknown

func (m *SwapExecutionResponse) XXX_DiscardUnknown()

func (*SwapExecutionResponse) XXX_Marshal

func (m *SwapExecutionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SwapExecutionResponse) XXX_Merge

func (m *SwapExecutionResponse) XXX_Merge(src proto.Message)

func (*SwapExecutionResponse) XXX_Size

func (m *SwapExecutionResponse) XXX_Size() int

func (*SwapExecutionResponse) XXX_Unmarshal

func (m *SwapExecutionResponse) XXX_Unmarshal(b []byte) error

type SwapExecutionsRequest

type SwapExecutionsRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// If present, only return swap executions occurring after the given height.
	StartHeight uint64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"`
	// If present, only return swap executions occurring before the given height.
	EndHeight uint64 `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"`
	// If present, filter swap executions by the given trading pair.
	TradingPair *v1alpha13.DirectedTradingPair `protobuf:"bytes,4,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
}

func (*SwapExecutionsRequest) Descriptor

func (*SwapExecutionsRequest) Descriptor() ([]byte, []int)

func (*SwapExecutionsRequest) GetChainId

func (m *SwapExecutionsRequest) GetChainId() string

func (*SwapExecutionsRequest) GetEndHeight

func (m *SwapExecutionsRequest) GetEndHeight() uint64

func (*SwapExecutionsRequest) GetStartHeight

func (m *SwapExecutionsRequest) GetStartHeight() uint64

func (*SwapExecutionsRequest) GetTradingPair

func (*SwapExecutionsRequest) Marshal

func (m *SwapExecutionsRequest) Marshal() (dAtA []byte, err error)

func (*SwapExecutionsRequest) MarshalTo

func (m *SwapExecutionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*SwapExecutionsRequest) MarshalToSizedBuffer

func (m *SwapExecutionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SwapExecutionsRequest) ProtoMessage

func (*SwapExecutionsRequest) ProtoMessage()

func (*SwapExecutionsRequest) Reset

func (m *SwapExecutionsRequest) Reset()

func (*SwapExecutionsRequest) Size

func (m *SwapExecutionsRequest) Size() (n int)

func (*SwapExecutionsRequest) String

func (m *SwapExecutionsRequest) String() string

func (*SwapExecutionsRequest) Unmarshal

func (m *SwapExecutionsRequest) Unmarshal(dAtA []byte) error

func (*SwapExecutionsRequest) XXX_DiscardUnknown

func (m *SwapExecutionsRequest) XXX_DiscardUnknown()

func (*SwapExecutionsRequest) XXX_Marshal

func (m *SwapExecutionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SwapExecutionsRequest) XXX_Merge

func (m *SwapExecutionsRequest) XXX_Merge(src proto.Message)

func (*SwapExecutionsRequest) XXX_Size

func (m *SwapExecutionsRequest) XXX_Size() int

func (*SwapExecutionsRequest) XXX_Unmarshal

func (m *SwapExecutionsRequest) XXX_Unmarshal(b []byte) error

type SwapExecutionsResponse

type SwapExecutionsResponse struct {
	SwapExecution *v1alpha13.SwapExecution       `protobuf:"bytes,1,opt,name=swap_execution,json=swapExecution,proto3" json:"swap_execution,omitempty"`
	Height        uint64                         `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	TradingPair   *v1alpha13.DirectedTradingPair `protobuf:"bytes,3,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
}

func (*SwapExecutionsResponse) Descriptor

func (*SwapExecutionsResponse) Descriptor() ([]byte, []int)

func (*SwapExecutionsResponse) GetHeight

func (m *SwapExecutionsResponse) GetHeight() uint64

func (*SwapExecutionsResponse) GetSwapExecution

func (m *SwapExecutionsResponse) GetSwapExecution() *v1alpha13.SwapExecution

func (*SwapExecutionsResponse) GetTradingPair

func (*SwapExecutionsResponse) Marshal

func (m *SwapExecutionsResponse) Marshal() (dAtA []byte, err error)

func (*SwapExecutionsResponse) MarshalTo

func (m *SwapExecutionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*SwapExecutionsResponse) MarshalToSizedBuffer

func (m *SwapExecutionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SwapExecutionsResponse) ProtoMessage

func (*SwapExecutionsResponse) ProtoMessage()

func (*SwapExecutionsResponse) Reset

func (m *SwapExecutionsResponse) Reset()

func (*SwapExecutionsResponse) Size

func (m *SwapExecutionsResponse) Size() (n int)

func (*SwapExecutionsResponse) String

func (m *SwapExecutionsResponse) String() string

func (*SwapExecutionsResponse) Unmarshal

func (m *SwapExecutionsResponse) Unmarshal(dAtA []byte) error

func (*SwapExecutionsResponse) XXX_DiscardUnknown

func (m *SwapExecutionsResponse) XXX_DiscardUnknown()

func (*SwapExecutionsResponse) XXX_Marshal

func (m *SwapExecutionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SwapExecutionsResponse) XXX_Merge

func (m *SwapExecutionsResponse) XXX_Merge(src proto.Message)

func (*SwapExecutionsResponse) XXX_Size

func (m *SwapExecutionsResponse) XXX_Size() int

func (*SwapExecutionsResponse) XXX_Unmarshal

func (m *SwapExecutionsResponse) XXX_Unmarshal(b []byte) error

type SyncInfo

type SyncInfo struct {
	LatestBlockHash   []byte            `protobuf:"bytes,1,opt,name=latest_block_hash,json=latestBlockHash,proto3" json:"latest_block_hash,omitempty"`
	LatestAppHash     []byte            `protobuf:"bytes,2,opt,name=latest_app_hash,json=latestAppHash,proto3" json:"latest_app_hash,omitempty"`
	LatestBlockHeight uint64            `protobuf:"varint,3,opt,name=latest_block_height,json=latestBlockHeight,proto3" json:"latest_block_height,omitempty"`
	LatestBlockTime   *types2.Timestamp `protobuf:"bytes,4,opt,name=latest_block_time,json=latestBlockTime,proto3" json:"latest_block_time,omitempty"`
	// These are implemented in tendermint, but not
	// in tendermint-rpc.
	// bytes earliest_block_hash = 5;
	// bytes earliest_app_hash = 6;
	// uint64 earliest_block_height = 7;
	// google.protobuf.Timestamp earliest_block_time = 8;
	CatchingUp bool `protobuf:"varint,9,opt,name=catching_up,json=catchingUp,proto3" json:"catching_up,omitempty"`
}

func (*SyncInfo) Descriptor

func (*SyncInfo) Descriptor() ([]byte, []int)

func (*SyncInfo) GetCatchingUp

func (m *SyncInfo) GetCatchingUp() bool

func (*SyncInfo) GetLatestAppHash

func (m *SyncInfo) GetLatestAppHash() []byte

func (*SyncInfo) GetLatestBlockHash

func (m *SyncInfo) GetLatestBlockHash() []byte

func (*SyncInfo) GetLatestBlockHeight

func (m *SyncInfo) GetLatestBlockHeight() uint64

func (*SyncInfo) GetLatestBlockTime

func (m *SyncInfo) GetLatestBlockTime() *types2.Timestamp

func (*SyncInfo) Marshal

func (m *SyncInfo) Marshal() (dAtA []byte, err error)

func (*SyncInfo) MarshalTo

func (m *SyncInfo) MarshalTo(dAtA []byte) (int, error)

func (*SyncInfo) MarshalToSizedBuffer

func (m *SyncInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyncInfo) ProtoMessage

func (*SyncInfo) ProtoMessage()

func (*SyncInfo) Reset

func (m *SyncInfo) Reset()

func (*SyncInfo) Size

func (m *SyncInfo) Size() (n int)

func (*SyncInfo) String

func (m *SyncInfo) String() string

func (*SyncInfo) Unmarshal

func (m *SyncInfo) Unmarshal(dAtA []byte) error

func (*SyncInfo) XXX_DiscardUnknown

func (m *SyncInfo) XXX_DiscardUnknown()

func (*SyncInfo) XXX_Marshal

func (m *SyncInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncInfo) XXX_Merge

func (m *SyncInfo) XXX_Merge(src proto.Message)

func (*SyncInfo) XXX_Size

func (m *SyncInfo) XXX_Size() int

func (*SyncInfo) XXX_Unmarshal

func (m *SyncInfo) XXX_Unmarshal(b []byte) error

type Tag

type Tag struct {
	Key   []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Index bool   `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
}

func (*Tag) Descriptor

func (*Tag) Descriptor() ([]byte, []int)

func (*Tag) GetIndex

func (m *Tag) GetIndex() bool

func (*Tag) GetKey

func (m *Tag) GetKey() []byte

func (*Tag) GetValue

func (m *Tag) GetValue() []byte

func (*Tag) Marshal

func (m *Tag) Marshal() (dAtA []byte, err error)

func (*Tag) MarshalTo

func (m *Tag) MarshalTo(dAtA []byte) (int, error)

func (*Tag) MarshalToSizedBuffer

func (m *Tag) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) Reset

func (m *Tag) Reset()

func (*Tag) Size

func (m *Tag) Size() (n int)

func (*Tag) String

func (m *Tag) String() string

func (*Tag) Unmarshal

func (m *Tag) Unmarshal(dAtA []byte) error

func (*Tag) XXX_DiscardUnknown

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal

func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Tag) XXX_Merge

func (m *Tag) XXX_Merge(src proto.Message)

func (*Tag) XXX_Size

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal

func (m *Tag) XXX_Unmarshal(b []byte) error

type TendermintProxyServiceClient

type TendermintProxyServiceClient interface {
	// Status queries the current status.
	GetStatus(ctx context.Context, in *GetStatusRequest, opts ...grpc.CallOption) (*GetStatusResponse, error)
	// Broadcast a transaction asynchronously.
	BroadcastTxAsync(ctx context.Context, in *BroadcastTxAsyncRequest, opts ...grpc.CallOption) (*BroadcastTxAsyncResponse, error)
	// Broadcast a transaction synchronously.
	BroadcastTxSync(ctx context.Context, in *BroadcastTxSyncRequest, opts ...grpc.CallOption) (*BroadcastTxSyncResponse, error)
	// Fetch a transaction by hash.
	GetTx(ctx context.Context, in *GetTxRequest, opts ...grpc.CallOption) (*GetTxResponse, error)
	// ABCIQuery defines a query handler that supports ABCI queries directly to the
	// application, bypassing Tendermint completely. The ABCI query must contain
	// a valid and supported path, including app, custom, p2p, and store.
	ABCIQuery(ctx context.Context, in *ABCIQueryRequest, opts ...grpc.CallOption) (*ABCIQueryResponse, error)
	// GetBlockByHeight queries block for given height.
	GetBlockByHeight(ctx context.Context, in *GetBlockByHeightRequest, opts ...grpc.CallOption) (*GetBlockByHeightResponse, error)
}

TendermintProxyServiceClient is the client API for TendermintProxyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTendermintProxyServiceClient

func NewTendermintProxyServiceClient(cc grpc1.ClientConn) TendermintProxyServiceClient

type TendermintProxyServiceServer

type TendermintProxyServiceServer interface {
	// Status queries the current status.
	GetStatus(context.Context, *GetStatusRequest) (*GetStatusResponse, error)
	// Broadcast a transaction asynchronously.
	BroadcastTxAsync(context.Context, *BroadcastTxAsyncRequest) (*BroadcastTxAsyncResponse, error)
	// Broadcast a transaction synchronously.
	BroadcastTxSync(context.Context, *BroadcastTxSyncRequest) (*BroadcastTxSyncResponse, error)
	// Fetch a transaction by hash.
	GetTx(context.Context, *GetTxRequest) (*GetTxResponse, error)
	// ABCIQuery defines a query handler that supports ABCI queries directly to the
	// application, bypassing Tendermint completely. The ABCI query must contain
	// a valid and supported path, including app, custom, p2p, and store.
	ABCIQuery(context.Context, *ABCIQueryRequest) (*ABCIQueryResponse, error)
	// GetBlockByHeight queries block for given height.
	GetBlockByHeight(context.Context, *GetBlockByHeightRequest) (*GetBlockByHeightResponse, error)
}

TendermintProxyServiceServer is the server API for TendermintProxyService service.

type TransactionByNoteRequest

type TransactionByNoteRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId        string                     `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	NoteCommitment *v1alpha12.StateCommitment `protobuf:"bytes,2,opt,name=note_commitment,json=noteCommitment,proto3" json:"note_commitment,omitempty"`
}

func (*TransactionByNoteRequest) Descriptor

func (*TransactionByNoteRequest) Descriptor() ([]byte, []int)

func (*TransactionByNoteRequest) GetChainId

func (m *TransactionByNoteRequest) GetChainId() string

func (*TransactionByNoteRequest) GetNoteCommitment

func (m *TransactionByNoteRequest) GetNoteCommitment() *v1alpha12.StateCommitment

func (*TransactionByNoteRequest) Marshal

func (m *TransactionByNoteRequest) Marshal() (dAtA []byte, err error)

func (*TransactionByNoteRequest) MarshalTo

func (m *TransactionByNoteRequest) MarshalTo(dAtA []byte) (int, error)

func (*TransactionByNoteRequest) MarshalToSizedBuffer

func (m *TransactionByNoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionByNoteRequest) ProtoMessage

func (*TransactionByNoteRequest) ProtoMessage()

func (*TransactionByNoteRequest) Reset

func (m *TransactionByNoteRequest) Reset()

func (*TransactionByNoteRequest) Size

func (m *TransactionByNoteRequest) Size() (n int)

func (*TransactionByNoteRequest) String

func (m *TransactionByNoteRequest) String() string

func (*TransactionByNoteRequest) Unmarshal

func (m *TransactionByNoteRequest) Unmarshal(dAtA []byte) error

func (*TransactionByNoteRequest) XXX_DiscardUnknown

func (m *TransactionByNoteRequest) XXX_DiscardUnknown()

func (*TransactionByNoteRequest) XXX_Marshal

func (m *TransactionByNoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionByNoteRequest) XXX_Merge

func (m *TransactionByNoteRequest) XXX_Merge(src proto.Message)

func (*TransactionByNoteRequest) XXX_Size

func (m *TransactionByNoteRequest) XXX_Size() int

func (*TransactionByNoteRequest) XXX_Unmarshal

func (m *TransactionByNoteRequest) XXX_Unmarshal(b []byte) error

type TransactionByNoteResponse

type TransactionByNoteResponse struct {
	NoteSource *v1alpha1.NoteSource `protobuf:"bytes,1,opt,name=note_source,json=noteSource,proto3" json:"note_source,omitempty"`
}

func (*TransactionByNoteResponse) Descriptor

func (*TransactionByNoteResponse) Descriptor() ([]byte, []int)

func (*TransactionByNoteResponse) GetNoteSource

func (m *TransactionByNoteResponse) GetNoteSource() *v1alpha1.NoteSource

func (*TransactionByNoteResponse) Marshal

func (m *TransactionByNoteResponse) Marshal() (dAtA []byte, err error)

func (*TransactionByNoteResponse) MarshalTo

func (m *TransactionByNoteResponse) MarshalTo(dAtA []byte) (int, error)

func (*TransactionByNoteResponse) MarshalToSizedBuffer

func (m *TransactionByNoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionByNoteResponse) ProtoMessage

func (*TransactionByNoteResponse) ProtoMessage()

func (*TransactionByNoteResponse) Reset

func (m *TransactionByNoteResponse) Reset()

func (*TransactionByNoteResponse) Size

func (m *TransactionByNoteResponse) Size() (n int)

func (*TransactionByNoteResponse) String

func (m *TransactionByNoteResponse) String() string

func (*TransactionByNoteResponse) Unmarshal

func (m *TransactionByNoteResponse) Unmarshal(dAtA []byte) error

func (*TransactionByNoteResponse) XXX_DiscardUnknown

func (m *TransactionByNoteResponse) XXX_DiscardUnknown()

func (*TransactionByNoteResponse) XXX_Marshal

func (m *TransactionByNoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionByNoteResponse) XXX_Merge

func (m *TransactionByNoteResponse) XXX_Merge(src proto.Message)

func (*TransactionByNoteResponse) XXX_Size

func (m *TransactionByNoteResponse) XXX_Size() int

func (*TransactionByNoteResponse) XXX_Unmarshal

func (m *TransactionByNoteResponse) XXX_Unmarshal(b []byte) error

type TxResult

type TxResult struct {
	Log       string `protobuf:"bytes,1,opt,name=log,proto3" json:"log,omitempty"`
	GasWanted uint64 `protobuf:"varint,2,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"`
	GasUsed   uint64 `protobuf:"varint,3,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	Tags      []*Tag `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
}

func (*TxResult) Descriptor

func (*TxResult) Descriptor() ([]byte, []int)

func (*TxResult) GetGasUsed

func (m *TxResult) GetGasUsed() uint64

func (*TxResult) GetGasWanted

func (m *TxResult) GetGasWanted() uint64

func (*TxResult) GetLog

func (m *TxResult) GetLog() string

func (*TxResult) GetTags

func (m *TxResult) GetTags() []*Tag

func (*TxResult) Marshal

func (m *TxResult) Marshal() (dAtA []byte, err error)

func (*TxResult) MarshalTo

func (m *TxResult) MarshalTo(dAtA []byte) (int, error)

func (*TxResult) MarshalToSizedBuffer

func (m *TxResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TxResult) ProtoMessage

func (*TxResult) ProtoMessage()

func (*TxResult) Reset

func (m *TxResult) Reset()

func (*TxResult) Size

func (m *TxResult) Size() (n int)

func (*TxResult) String

func (m *TxResult) String() string

func (*TxResult) Unmarshal

func (m *TxResult) Unmarshal(dAtA []byte) error

func (*TxResult) XXX_DiscardUnknown

func (m *TxResult) XXX_DiscardUnknown()

func (*TxResult) XXX_Marshal

func (m *TxResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxResult) XXX_Merge

func (m *TxResult) XXX_Merge(src proto.Message)

func (*TxResult) XXX_Size

func (m *TxResult) XXX_Size() int

func (*TxResult) XXX_Unmarshal

func (m *TxResult) XXX_Unmarshal(b []byte) error

type UnimplementedObliviousQueryServiceServer

type UnimplementedObliviousQueryServiceServer struct {
}

UnimplementedObliviousQueryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedObliviousQueryServiceServer) ChainParameters

func (*UnimplementedObliviousQueryServiceServer) CompactBlockRange

func (*UnimplementedObliviousQueryServiceServer) EpochByHeight

func (*UnimplementedObliviousQueryServiceServer) Info

func (*UnimplementedObliviousQueryServiceServer) ValidatorInfo

type UnimplementedSpecificQueryServiceServer

type UnimplementedSpecificQueryServiceServer struct {
}

UnimplementedSpecificQueryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSpecificQueryServiceServer) ArbExecution

func (*UnimplementedSpecificQueryServiceServer) ArbExecutions

func (*UnimplementedSpecificQueryServiceServer) BatchSwapOutputData

func (*UnimplementedSpecificQueryServiceServer) CurrentValidatorRate

func (*UnimplementedSpecificQueryServiceServer) DenomMetadataById

func (*UnimplementedSpecificQueryServiceServer) KeyValue

func (*UnimplementedSpecificQueryServiceServer) LiquidityPositionById

func (*UnimplementedSpecificQueryServiceServer) LiquidityPositions

func (*UnimplementedSpecificQueryServiceServer) NextValidatorRate

func (*UnimplementedSpecificQueryServiceServer) PrefixValue

func (*UnimplementedSpecificQueryServiceServer) ProposalInfo

func (*UnimplementedSpecificQueryServiceServer) ProposalRateData

func (*UnimplementedSpecificQueryServiceServer) SimulateTrade

func (*UnimplementedSpecificQueryServiceServer) Spread

func (*UnimplementedSpecificQueryServiceServer) SwapExecution

func (*UnimplementedSpecificQueryServiceServer) SwapExecutions

func (*UnimplementedSpecificQueryServiceServer) TransactionByNote

func (*UnimplementedSpecificQueryServiceServer) ValidatorPenalty

func (*UnimplementedSpecificQueryServiceServer) ValidatorStatus

type UnimplementedTendermintProxyServiceServer

type UnimplementedTendermintProxyServiceServer struct {
}

UnimplementedTendermintProxyServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedTendermintProxyServiceServer) ABCIQuery

func (*UnimplementedTendermintProxyServiceServer) BroadcastTxAsync

func (*UnimplementedTendermintProxyServiceServer) BroadcastTxSync

func (*UnimplementedTendermintProxyServiceServer) GetBlockByHeight

func (*UnimplementedTendermintProxyServiceServer) GetStatus

func (*UnimplementedTendermintProxyServiceServer) GetTx

type ValidatorInfoRequest

type ValidatorInfoRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// Whether or not to return inactive validators
	ShowInactive bool `protobuf:"varint,2,opt,name=show_inactive,json=showInactive,proto3" json:"show_inactive,omitempty"`
}

Requests information on the chain's validators.

func (*ValidatorInfoRequest) Descriptor

func (*ValidatorInfoRequest) Descriptor() ([]byte, []int)

func (*ValidatorInfoRequest) GetChainId

func (m *ValidatorInfoRequest) GetChainId() string

func (*ValidatorInfoRequest) GetShowInactive

func (m *ValidatorInfoRequest) GetShowInactive() bool

func (*ValidatorInfoRequest) Marshal

func (m *ValidatorInfoRequest) Marshal() (dAtA []byte, err error)

func (*ValidatorInfoRequest) MarshalTo

func (m *ValidatorInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorInfoRequest) MarshalToSizedBuffer

func (m *ValidatorInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidatorInfoRequest) ProtoMessage

func (*ValidatorInfoRequest) ProtoMessage()

func (*ValidatorInfoRequest) Reset

func (m *ValidatorInfoRequest) Reset()

func (*ValidatorInfoRequest) Size

func (m *ValidatorInfoRequest) Size() (n int)

func (*ValidatorInfoRequest) String

func (m *ValidatorInfoRequest) String() string

func (*ValidatorInfoRequest) Unmarshal

func (m *ValidatorInfoRequest) Unmarshal(dAtA []byte) error

func (*ValidatorInfoRequest) XXX_DiscardUnknown

func (m *ValidatorInfoRequest) XXX_DiscardUnknown()

func (*ValidatorInfoRequest) XXX_Marshal

func (m *ValidatorInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorInfoRequest) XXX_Merge

func (m *ValidatorInfoRequest) XXX_Merge(src proto.Message)

func (*ValidatorInfoRequest) XXX_Size

func (m *ValidatorInfoRequest) XXX_Size() int

func (*ValidatorInfoRequest) XXX_Unmarshal

func (m *ValidatorInfoRequest) XXX_Unmarshal(b []byte) error

type ValidatorInfoResponse

type ValidatorInfoResponse struct {
	ValidatorInfo *v1alpha11.ValidatorInfo `protobuf:"bytes,1,opt,name=validator_info,json=validatorInfo,proto3" json:"validator_info,omitempty"`
}

func (*ValidatorInfoResponse) Descriptor

func (*ValidatorInfoResponse) Descriptor() ([]byte, []int)

func (*ValidatorInfoResponse) GetValidatorInfo

func (m *ValidatorInfoResponse) GetValidatorInfo() *v1alpha11.ValidatorInfo

func (*ValidatorInfoResponse) Marshal

func (m *ValidatorInfoResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorInfoResponse) MarshalTo

func (m *ValidatorInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorInfoResponse) MarshalToSizedBuffer

func (m *ValidatorInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidatorInfoResponse) ProtoMessage

func (*ValidatorInfoResponse) ProtoMessage()

func (*ValidatorInfoResponse) Reset

func (m *ValidatorInfoResponse) Reset()

func (*ValidatorInfoResponse) Size

func (m *ValidatorInfoResponse) Size() (n int)

func (*ValidatorInfoResponse) String

func (m *ValidatorInfoResponse) String() string

func (*ValidatorInfoResponse) Unmarshal

func (m *ValidatorInfoResponse) Unmarshal(dAtA []byte) error

func (*ValidatorInfoResponse) XXX_DiscardUnknown

func (m *ValidatorInfoResponse) XXX_DiscardUnknown()

func (*ValidatorInfoResponse) XXX_Marshal

func (m *ValidatorInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorInfoResponse) XXX_Merge

func (m *ValidatorInfoResponse) XXX_Merge(src proto.Message)

func (*ValidatorInfoResponse) XXX_Size

func (m *ValidatorInfoResponse) XXX_Size() int

func (*ValidatorInfoResponse) XXX_Unmarshal

func (m *ValidatorInfoResponse) XXX_Unmarshal(b []byte) error

type ValidatorPenaltyRequest

type ValidatorPenaltyRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId         string                 `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	IdentityKey     *v1alpha12.IdentityKey `protobuf:"bytes,2,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
	StartEpochIndex uint64                 `protobuf:"varint,3,opt,name=start_epoch_index,json=startEpochIndex,proto3" json:"start_epoch_index,omitempty"`
	EndEpochIndex   uint64                 `protobuf:"varint,4,opt,name=end_epoch_index,json=endEpochIndex,proto3" json:"end_epoch_index,omitempty"`
}

Requests the compounded penalty for a validator over a range of epochs.

func (*ValidatorPenaltyRequest) Descriptor

func (*ValidatorPenaltyRequest) Descriptor() ([]byte, []int)

func (*ValidatorPenaltyRequest) GetChainId

func (m *ValidatorPenaltyRequest) GetChainId() string

func (*ValidatorPenaltyRequest) GetEndEpochIndex

func (m *ValidatorPenaltyRequest) GetEndEpochIndex() uint64

func (*ValidatorPenaltyRequest) GetIdentityKey

func (m *ValidatorPenaltyRequest) GetIdentityKey() *v1alpha12.IdentityKey

func (*ValidatorPenaltyRequest) GetStartEpochIndex

func (m *ValidatorPenaltyRequest) GetStartEpochIndex() uint64

func (*ValidatorPenaltyRequest) Marshal

func (m *ValidatorPenaltyRequest) Marshal() (dAtA []byte, err error)

func (*ValidatorPenaltyRequest) MarshalTo

func (m *ValidatorPenaltyRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorPenaltyRequest) MarshalToSizedBuffer

func (m *ValidatorPenaltyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidatorPenaltyRequest) ProtoMessage

func (*ValidatorPenaltyRequest) ProtoMessage()

func (*ValidatorPenaltyRequest) Reset

func (m *ValidatorPenaltyRequest) Reset()

func (*ValidatorPenaltyRequest) Size

func (m *ValidatorPenaltyRequest) Size() (n int)

func (*ValidatorPenaltyRequest) String

func (m *ValidatorPenaltyRequest) String() string

func (*ValidatorPenaltyRequest) Unmarshal

func (m *ValidatorPenaltyRequest) Unmarshal(dAtA []byte) error

func (*ValidatorPenaltyRequest) XXX_DiscardUnknown

func (m *ValidatorPenaltyRequest) XXX_DiscardUnknown()

func (*ValidatorPenaltyRequest) XXX_Marshal

func (m *ValidatorPenaltyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorPenaltyRequest) XXX_Merge

func (m *ValidatorPenaltyRequest) XXX_Merge(src proto.Message)

func (*ValidatorPenaltyRequest) XXX_Size

func (m *ValidatorPenaltyRequest) XXX_Size() int

func (*ValidatorPenaltyRequest) XXX_Unmarshal

func (m *ValidatorPenaltyRequest) XXX_Unmarshal(b []byte) error

type ValidatorPenaltyResponse

type ValidatorPenaltyResponse struct {
	Penalty *v1alpha11.Penalty `protobuf:"bytes,1,opt,name=penalty,proto3" json:"penalty,omitempty"`
}

func (*ValidatorPenaltyResponse) Descriptor

func (*ValidatorPenaltyResponse) Descriptor() ([]byte, []int)

func (*ValidatorPenaltyResponse) GetPenalty

func (m *ValidatorPenaltyResponse) GetPenalty() *v1alpha11.Penalty

func (*ValidatorPenaltyResponse) Marshal

func (m *ValidatorPenaltyResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorPenaltyResponse) MarshalTo

func (m *ValidatorPenaltyResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorPenaltyResponse) MarshalToSizedBuffer

func (m *ValidatorPenaltyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidatorPenaltyResponse) ProtoMessage

func (*ValidatorPenaltyResponse) ProtoMessage()

func (*ValidatorPenaltyResponse) Reset

func (m *ValidatorPenaltyResponse) Reset()

func (*ValidatorPenaltyResponse) Size

func (m *ValidatorPenaltyResponse) Size() (n int)

func (*ValidatorPenaltyResponse) String

func (m *ValidatorPenaltyResponse) String() string

func (*ValidatorPenaltyResponse) Unmarshal

func (m *ValidatorPenaltyResponse) Unmarshal(dAtA []byte) error

func (*ValidatorPenaltyResponse) XXX_DiscardUnknown

func (m *ValidatorPenaltyResponse) XXX_DiscardUnknown()

func (*ValidatorPenaltyResponse) XXX_Marshal

func (m *ValidatorPenaltyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorPenaltyResponse) XXX_Merge

func (m *ValidatorPenaltyResponse) XXX_Merge(src proto.Message)

func (*ValidatorPenaltyResponse) XXX_Size

func (m *ValidatorPenaltyResponse) XXX_Size() int

func (*ValidatorPenaltyResponse) XXX_Unmarshal

func (m *ValidatorPenaltyResponse) XXX_Unmarshal(b []byte) error

type ValidatorStatusRequest

type ValidatorStatusRequest struct {
	// The expected chain id (empty string if no expectation).
	ChainId     string                 `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	IdentityKey *v1alpha12.IdentityKey `protobuf:"bytes,2,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
}

func (*ValidatorStatusRequest) Descriptor

func (*ValidatorStatusRequest) Descriptor() ([]byte, []int)

func (*ValidatorStatusRequest) GetChainId

func (m *ValidatorStatusRequest) GetChainId() string

func (*ValidatorStatusRequest) GetIdentityKey

func (m *ValidatorStatusRequest) GetIdentityKey() *v1alpha12.IdentityKey

func (*ValidatorStatusRequest) Marshal

func (m *ValidatorStatusRequest) Marshal() (dAtA []byte, err error)

func (*ValidatorStatusRequest) MarshalTo

func (m *ValidatorStatusRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorStatusRequest) MarshalToSizedBuffer

func (m *ValidatorStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidatorStatusRequest) ProtoMessage

func (*ValidatorStatusRequest) ProtoMessage()

func (*ValidatorStatusRequest) Reset

func (m *ValidatorStatusRequest) Reset()

func (*ValidatorStatusRequest) Size

func (m *ValidatorStatusRequest) Size() (n int)

func (*ValidatorStatusRequest) String

func (m *ValidatorStatusRequest) String() string

func (*ValidatorStatusRequest) Unmarshal

func (m *ValidatorStatusRequest) Unmarshal(dAtA []byte) error

func (*ValidatorStatusRequest) XXX_DiscardUnknown

func (m *ValidatorStatusRequest) XXX_DiscardUnknown()

func (*ValidatorStatusRequest) XXX_Marshal

func (m *ValidatorStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorStatusRequest) XXX_Merge

func (m *ValidatorStatusRequest) XXX_Merge(src proto.Message)

func (*ValidatorStatusRequest) XXX_Size

func (m *ValidatorStatusRequest) XXX_Size() int

func (*ValidatorStatusRequest) XXX_Unmarshal

func (m *ValidatorStatusRequest) XXX_Unmarshal(b []byte) error

type ValidatorStatusResponse

type ValidatorStatusResponse struct {
	Status *v1alpha11.ValidatorStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
}

func (*ValidatorStatusResponse) Descriptor

func (*ValidatorStatusResponse) Descriptor() ([]byte, []int)

func (*ValidatorStatusResponse) GetStatus

func (*ValidatorStatusResponse) Marshal

func (m *ValidatorStatusResponse) Marshal() (dAtA []byte, err error)

func (*ValidatorStatusResponse) MarshalTo

func (m *ValidatorStatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidatorStatusResponse) MarshalToSizedBuffer

func (m *ValidatorStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidatorStatusResponse) ProtoMessage

func (*ValidatorStatusResponse) ProtoMessage()

func (*ValidatorStatusResponse) Reset

func (m *ValidatorStatusResponse) Reset()

func (*ValidatorStatusResponse) Size

func (m *ValidatorStatusResponse) Size() (n int)

func (*ValidatorStatusResponse) String

func (m *ValidatorStatusResponse) String() string

func (*ValidatorStatusResponse) Unmarshal

func (m *ValidatorStatusResponse) Unmarshal(dAtA []byte) error

func (*ValidatorStatusResponse) XXX_DiscardUnknown

func (m *ValidatorStatusResponse) XXX_DiscardUnknown()

func (*ValidatorStatusResponse) XXX_Marshal

func (m *ValidatorStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorStatusResponse) XXX_Merge

func (m *ValidatorStatusResponse) XXX_Merge(src proto.Message)

func (*ValidatorStatusResponse) XXX_Size

func (m *ValidatorStatusResponse) XXX_Size() int

func (*ValidatorStatusResponse) XXX_Unmarshal

func (m *ValidatorStatusResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL