Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2023 Changes in this version + const MaxGasWanted + var BroadcastMode_name = map[int32]string + var BroadcastMode_value = map[string]int32 + var ErrIntOverflowService = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthService = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupService = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var OrderBy_name = map[int32]string + var OrderBy_value = map[string]int32 + func GetMsgs(anys []*types.Any, name string) ([]sdk.Msg, error) + func RegisterInterfaces(registry codectypes.InterfaceRegistry) + func RegisterServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceClient) error + func RegisterServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceServer) error + func RegisterServiceServer(s grpc1.Server, srv ServiceServer) + func SetMsgs(msgs []sdk.Msg) ([]*types.Any, error) + func UnpackInterfaces(unpacker types.AnyUnpacker, anys []*types.Any) error + type AuthInfo struct + Fee *Fee + SignerInfos []*SignerInfo + Tip *Tip + func (*AuthInfo) Descriptor() ([]byte, []int) + func (*AuthInfo) ProtoMessage() + func (m *AuthInfo) GetFee() *Fee + func (m *AuthInfo) GetSignerInfos() []*SignerInfo + func (m *AuthInfo) GetTip() *Tip + func (m *AuthInfo) Marshal() (dAtA []byte, err error) + func (m *AuthInfo) MarshalTo(dAtA []byte) (int, error) + func (m *AuthInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuthInfo) Reset() + func (m *AuthInfo) Size() (n int) + func (m *AuthInfo) String() string + func (m *AuthInfo) Unmarshal(dAtA []byte) error + func (m *AuthInfo) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (m *AuthInfo) XXX_DiscardUnknown() + func (m *AuthInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuthInfo) XXX_Merge(src proto.Message) + func (m *AuthInfo) XXX_Size() int + func (m *AuthInfo) XXX_Unmarshal(b []byte) error + type AuxSignerData struct + Address string + Mode signing.SignMode + Sig []byte + SignDoc *SignDocDirectAux + func (*AuxSignerData) Descriptor() ([]byte, []int) + func (*AuxSignerData) ProtoMessage() + func (a *AuxSignerData) GetSignatureV2() (signing.SignatureV2, error) + func (a *AuxSignerData) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (a *AuxSignerData) ValidateBasic() error + func (m *AuxSignerData) GetAddress() string + func (m *AuxSignerData) GetMode() signing.SignMode + func (m *AuxSignerData) GetSig() []byte + func (m *AuxSignerData) GetSignDoc() *SignDocDirectAux + func (m *AuxSignerData) Marshal() (dAtA []byte, err error) + func (m *AuxSignerData) MarshalTo(dAtA []byte) (int, error) + func (m *AuxSignerData) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuxSignerData) Reset() + func (m *AuxSignerData) Size() (n int) + func (m *AuxSignerData) String() string + func (m *AuxSignerData) Unmarshal(dAtA []byte) error + func (m *AuxSignerData) XXX_DiscardUnknown() + func (m *AuxSignerData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuxSignerData) XXX_Merge(src proto.Message) + func (m *AuxSignerData) XXX_Size() int + func (m *AuxSignerData) XXX_Unmarshal(b []byte) error + type BroadcastMode int32 + const BroadcastMode_BROADCAST_MODE_ASYNC + const BroadcastMode_BROADCAST_MODE_BLOCK + const BroadcastMode_BROADCAST_MODE_SYNC + const BroadcastMode_BROADCAST_MODE_UNSPECIFIED + func (BroadcastMode) EnumDescriptor() ([]byte, []int) + func (x BroadcastMode) String() string + type BroadcastTxRequest struct + Mode BroadcastMode + TxBytes []byte + func (*BroadcastTxRequest) Descriptor() ([]byte, []int) + func (*BroadcastTxRequest) ProtoMessage() + func (m *BroadcastTxRequest) GetMode() BroadcastMode + func (m *BroadcastTxRequest) GetTxBytes() []byte + func (m *BroadcastTxRequest) Marshal() (dAtA []byte, err error) + func (m *BroadcastTxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *BroadcastTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BroadcastTxRequest) Reset() + func (m *BroadcastTxRequest) Size() (n int) + func (m *BroadcastTxRequest) String() string + func (m *BroadcastTxRequest) Unmarshal(dAtA []byte) error + func (m *BroadcastTxRequest) XXX_DiscardUnknown() + func (m *BroadcastTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BroadcastTxRequest) XXX_Merge(src proto.Message) + func (m *BroadcastTxRequest) XXX_Size() int + func (m *BroadcastTxRequest) XXX_Unmarshal(b []byte) error + type BroadcastTxResponse struct + TxResponse *types.TxResponse + func (*BroadcastTxResponse) Descriptor() ([]byte, []int) + func (*BroadcastTxResponse) ProtoMessage() + func (m *BroadcastTxResponse) GetTxResponse() *types.TxResponse + func (m *BroadcastTxResponse) Marshal() (dAtA []byte, err error) + func (m *BroadcastTxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *BroadcastTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BroadcastTxResponse) Reset() + func (m *BroadcastTxResponse) Size() (n int) + func (m *BroadcastTxResponse) String() string + func (m *BroadcastTxResponse) Unmarshal(dAtA []byte) error + func (m *BroadcastTxResponse) XXX_DiscardUnknown() + func (m *BroadcastTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BroadcastTxResponse) XXX_Merge(src proto.Message) + func (m *BroadcastTxResponse) XXX_Size() int + func (m *BroadcastTxResponse) XXX_Unmarshal(b []byte) error + type Fee struct + Amount github_com_cosmos_cosmos_sdk_types.Coins + GasLimit uint64 + Granter string + Payer string + func (*Fee) Descriptor() ([]byte, []int) + func (*Fee) ProtoMessage() + func (m *Fee) GetAmount() github_com_cosmos_cosmos_sdk_types.Coins + func (m *Fee) GetGasLimit() uint64 + func (m *Fee) GetGranter() string + func (m *Fee) GetPayer() string + func (m *Fee) Marshal() (dAtA []byte, err error) + func (m *Fee) MarshalTo(dAtA []byte) (int, error) + func (m *Fee) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Fee) Reset() + func (m *Fee) Size() (n int) + func (m *Fee) String() string + func (m *Fee) Unmarshal(dAtA []byte) error + func (m *Fee) XXX_DiscardUnknown() + func (m *Fee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Fee) XXX_Merge(src proto.Message) + func (m *Fee) XXX_Size() int + func (m *Fee) XXX_Unmarshal(b []byte) error + type GetBlockWithTxsRequest struct + Height int64 + Pagination *query.PageRequest + func (*GetBlockWithTxsRequest) Descriptor() ([]byte, []int) + func (*GetBlockWithTxsRequest) ProtoMessage() + func (m *GetBlockWithTxsRequest) GetHeight() int64 + func (m *GetBlockWithTxsRequest) GetPagination() *query.PageRequest + func (m *GetBlockWithTxsRequest) Marshal() (dAtA []byte, err error) + func (m *GetBlockWithTxsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetBlockWithTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetBlockWithTxsRequest) Reset() + func (m *GetBlockWithTxsRequest) Size() (n int) + func (m *GetBlockWithTxsRequest) String() string + func (m *GetBlockWithTxsRequest) Unmarshal(dAtA []byte) error + func (m *GetBlockWithTxsRequest) XXX_DiscardUnknown() + func (m *GetBlockWithTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetBlockWithTxsRequest) XXX_Merge(src proto.Message) + func (m *GetBlockWithTxsRequest) XXX_Size() int + func (m *GetBlockWithTxsRequest) XXX_Unmarshal(b []byte) error + type GetBlockWithTxsResponse struct + Block *types1.Block + BlockId *types1.BlockID + Pagination *query.PageResponse + Txs []*Tx + func (*GetBlockWithTxsResponse) Descriptor() ([]byte, []int) + func (*GetBlockWithTxsResponse) ProtoMessage() + func (m *GetBlockWithTxsResponse) GetBlock() *types1.Block + func (m *GetBlockWithTxsResponse) GetBlockId() *types1.BlockID + func (m *GetBlockWithTxsResponse) GetPagination() *query.PageResponse + func (m *GetBlockWithTxsResponse) GetTxs() []*Tx + func (m *GetBlockWithTxsResponse) Marshal() (dAtA []byte, err error) + func (m *GetBlockWithTxsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetBlockWithTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetBlockWithTxsResponse) Reset() + func (m *GetBlockWithTxsResponse) Size() (n int) + func (m *GetBlockWithTxsResponse) String() string + func (m *GetBlockWithTxsResponse) Unmarshal(dAtA []byte) error + func (m *GetBlockWithTxsResponse) XXX_DiscardUnknown() + func (m *GetBlockWithTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetBlockWithTxsResponse) XXX_Merge(src proto.Message) + func (m *GetBlockWithTxsResponse) XXX_Size() int + func (m *GetBlockWithTxsResponse) XXX_Unmarshal(b []byte) error + type GetTxRequest struct + Hash string + func (*GetTxRequest) Descriptor() ([]byte, []int) + func (*GetTxRequest) ProtoMessage() + func (m *GetTxRequest) GetHash() string + func (m *GetTxRequest) Marshal() (dAtA []byte, err error) + func (m *GetTxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTxRequest) Reset() + func (m *GetTxRequest) Size() (n int) + func (m *GetTxRequest) String() string + func (m *GetTxRequest) Unmarshal(dAtA []byte) error + func (m *GetTxRequest) XXX_DiscardUnknown() + func (m *GetTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTxRequest) XXX_Merge(src proto.Message) + func (m *GetTxRequest) XXX_Size() int + func (m *GetTxRequest) XXX_Unmarshal(b []byte) error + type GetTxResponse struct + Tx *Tx + TxResponse *types.TxResponse + func (*GetTxResponse) Descriptor() ([]byte, []int) + func (*GetTxResponse) ProtoMessage() + func (m *GetTxResponse) GetTx() *Tx + func (m *GetTxResponse) GetTxResponse() *types.TxResponse + func (m *GetTxResponse) Marshal() (dAtA []byte, err error) + func (m *GetTxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTxResponse) Reset() + func (m *GetTxResponse) Size() (n int) + func (m *GetTxResponse) String() string + func (m *GetTxResponse) Unmarshal(dAtA []byte) error + func (m *GetTxResponse) XXX_DiscardUnknown() + func (m *GetTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTxResponse) XXX_Merge(src proto.Message) + func (m *GetTxResponse) XXX_Size() int + func (m *GetTxResponse) XXX_Unmarshal(b []byte) error + type GetTxsEventRequest struct + Events []string + Limit uint64 + OrderBy OrderBy + Page uint64 + Pagination *query.PageRequest + func (*GetTxsEventRequest) Descriptor() ([]byte, []int) + func (*GetTxsEventRequest) ProtoMessage() + func (m *GetTxsEventRequest) GetEvents() []string + func (m *GetTxsEventRequest) GetLimit() uint64 + func (m *GetTxsEventRequest) GetOrderBy() OrderBy + func (m *GetTxsEventRequest) GetPage() uint64 + func (m *GetTxsEventRequest) GetPagination() *query.PageRequest + func (m *GetTxsEventRequest) Marshal() (dAtA []byte, err error) + func (m *GetTxsEventRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetTxsEventRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTxsEventRequest) Reset() + func (m *GetTxsEventRequest) Size() (n int) + func (m *GetTxsEventRequest) String() string + func (m *GetTxsEventRequest) Unmarshal(dAtA []byte) error + func (m *GetTxsEventRequest) XXX_DiscardUnknown() + func (m *GetTxsEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTxsEventRequest) XXX_Merge(src proto.Message) + func (m *GetTxsEventRequest) XXX_Size() int + func (m *GetTxsEventRequest) XXX_Unmarshal(b []byte) error + type GetTxsEventResponse struct + Pagination *query.PageResponse + Total uint64 + TxResponses []*types.TxResponse + Txs []*Tx + func (*GetTxsEventResponse) Descriptor() ([]byte, []int) + func (*GetTxsEventResponse) ProtoMessage() + func (m *GetTxsEventResponse) GetPagination() *query.PageResponse + func (m *GetTxsEventResponse) GetTotal() uint64 + func (m *GetTxsEventResponse) GetTxResponses() []*types.TxResponse + func (m *GetTxsEventResponse) GetTxs() []*Tx + func (m *GetTxsEventResponse) Marshal() (dAtA []byte, err error) + func (m *GetTxsEventResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetTxsEventResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTxsEventResponse) Reset() + func (m *GetTxsEventResponse) Size() (n int) + func (m *GetTxsEventResponse) String() string + func (m *GetTxsEventResponse) Unmarshal(dAtA []byte) error + func (m *GetTxsEventResponse) XXX_DiscardUnknown() + func (m *GetTxsEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTxsEventResponse) XXX_Merge(src proto.Message) + func (m *GetTxsEventResponse) XXX_Size() int + func (m *GetTxsEventResponse) XXX_Unmarshal(b []byte) error + type ModeInfo struct + Sum isModeInfo_Sum + func (*ModeInfo) Descriptor() ([]byte, []int) + func (*ModeInfo) ProtoMessage() + func (*ModeInfo) XXX_OneofWrappers() []interface{} + func (m *ModeInfo) GetMulti() *ModeInfo_Multi + func (m *ModeInfo) GetSingle() *ModeInfo_Single + func (m *ModeInfo) GetSum() isModeInfo_Sum + func (m *ModeInfo) Marshal() (dAtA []byte, err error) + func (m *ModeInfo) MarshalTo(dAtA []byte) (int, error) + func (m *ModeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ModeInfo) Reset() + func (m *ModeInfo) Size() (n int) + func (m *ModeInfo) String() string + func (m *ModeInfo) Unmarshal(dAtA []byte) error + func (m *ModeInfo) XXX_DiscardUnknown() + func (m *ModeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModeInfo) XXX_Merge(src proto.Message) + func (m *ModeInfo) XXX_Size() int + func (m *ModeInfo) XXX_Unmarshal(b []byte) error + type ModeInfo_Multi struct + Bitarray *types1.CompactBitArray + ModeInfos []*ModeInfo + func (*ModeInfo_Multi) Descriptor() ([]byte, []int) + func (*ModeInfo_Multi) ProtoMessage() + func (m *ModeInfo_Multi) GetBitarray() *types1.CompactBitArray + func (m *ModeInfo_Multi) GetModeInfos() []*ModeInfo + func (m *ModeInfo_Multi) Marshal() (dAtA []byte, err error) + func (m *ModeInfo_Multi) MarshalTo(dAtA []byte) (int, error) + func (m *ModeInfo_Multi) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ModeInfo_Multi) Reset() + func (m *ModeInfo_Multi) Size() (n int) + func (m *ModeInfo_Multi) String() string + func (m *ModeInfo_Multi) Unmarshal(dAtA []byte) error + func (m *ModeInfo_Multi) XXX_DiscardUnknown() + func (m *ModeInfo_Multi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModeInfo_Multi) XXX_Merge(src proto.Message) + func (m *ModeInfo_Multi) XXX_Size() int + func (m *ModeInfo_Multi) XXX_Unmarshal(b []byte) error + type ModeInfo_Multi_ struct + Multi *ModeInfo_Multi + func (m *ModeInfo_Multi_) MarshalTo(dAtA []byte) (int, error) + func (m *ModeInfo_Multi_) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ModeInfo_Multi_) Size() (n int) + type ModeInfo_Single struct + Mode signing.SignMode + func (*ModeInfo_Single) Descriptor() ([]byte, []int) + func (*ModeInfo_Single) ProtoMessage() + func (m *ModeInfo_Single) GetMode() signing.SignMode + func (m *ModeInfo_Single) Marshal() (dAtA []byte, err error) + func (m *ModeInfo_Single) MarshalTo(dAtA []byte) (int, error) + func (m *ModeInfo_Single) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ModeInfo_Single) Reset() + func (m *ModeInfo_Single) Size() (n int) + func (m *ModeInfo_Single) String() string + func (m *ModeInfo_Single) Unmarshal(dAtA []byte) error + func (m *ModeInfo_Single) XXX_DiscardUnknown() + func (m *ModeInfo_Single) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModeInfo_Single) XXX_Merge(src proto.Message) + func (m *ModeInfo_Single) XXX_Size() int + func (m *ModeInfo_Single) XXX_Unmarshal(b []byte) error + type ModeInfo_Single_ struct + Single *ModeInfo_Single + func (m *ModeInfo_Single_) MarshalTo(dAtA []byte) (int, error) + func (m *ModeInfo_Single_) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ModeInfo_Single_) Size() (n int) + type MsgResponse interface + type OrderBy int32 + const OrderBy_ORDER_BY_ASC + const OrderBy_ORDER_BY_DESC + const OrderBy_ORDER_BY_UNSPECIFIED + func (OrderBy) EnumDescriptor() ([]byte, []int) + func (x OrderBy) String() string + type ServiceClient interface + BroadcastTx func(ctx context.Context, in *BroadcastTxRequest, opts ...grpc.CallOption) (*BroadcastTxResponse, error) + GetBlockWithTxs func(ctx context.Context, in *GetBlockWithTxsRequest, opts ...grpc.CallOption) (*GetBlockWithTxsResponse, error) + GetTx func(ctx context.Context, in *GetTxRequest, opts ...grpc.CallOption) (*GetTxResponse, error) + GetTxsEvent func(ctx context.Context, in *GetTxsEventRequest, opts ...grpc.CallOption) (*GetTxsEventResponse, error) + Simulate func(ctx context.Context, in *SimulateRequest, opts ...grpc.CallOption) (*SimulateResponse, error) + func NewServiceClient(cc grpc1.ClientConn) ServiceClient + type ServiceServer interface + BroadcastTx func(context.Context, *BroadcastTxRequest) (*BroadcastTxResponse, error) + GetBlockWithTxs func(context.Context, *GetBlockWithTxsRequest) (*GetBlockWithTxsResponse, error) + GetTx func(context.Context, *GetTxRequest) (*GetTxResponse, error) + GetTxsEvent func(context.Context, *GetTxsEventRequest) (*GetTxsEventResponse, error) + Simulate func(context.Context, *SimulateRequest) (*SimulateResponse, error) + type SignDoc struct + AccountNumber uint64 + AuthInfoBytes []byte + BodyBytes []byte + ChainId string + func (*SignDoc) Descriptor() ([]byte, []int) + func (*SignDoc) ProtoMessage() + func (m *SignDoc) GetAccountNumber() uint64 + func (m *SignDoc) GetAuthInfoBytes() []byte + func (m *SignDoc) GetBodyBytes() []byte + func (m *SignDoc) GetChainId() string + func (m *SignDoc) Marshal() (dAtA []byte, err error) + func (m *SignDoc) MarshalTo(dAtA []byte) (int, error) + func (m *SignDoc) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignDoc) Reset() + func (m *SignDoc) Size() (n int) + func (m *SignDoc) String() string + func (m *SignDoc) Unmarshal(dAtA []byte) error + func (m *SignDoc) XXX_DiscardUnknown() + func (m *SignDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignDoc) XXX_Merge(src proto.Message) + func (m *SignDoc) XXX_Size() int + func (m *SignDoc) XXX_Unmarshal(b []byte) error + type SignDocDirectAux struct + AccountNumber uint64 + BodyBytes []byte + ChainId string + PublicKey *types.Any + Sequence uint64 + Tip *Tip + func (*SignDocDirectAux) Descriptor() ([]byte, []int) + func (*SignDocDirectAux) ProtoMessage() + func (m *SignDocDirectAux) GetAccountNumber() uint64 + func (m *SignDocDirectAux) GetBodyBytes() []byte + func (m *SignDocDirectAux) GetChainId() string + func (m *SignDocDirectAux) GetPublicKey() *types.Any + func (m *SignDocDirectAux) GetSequence() uint64 + func (m *SignDocDirectAux) GetTip() *Tip + func (m *SignDocDirectAux) Marshal() (dAtA []byte, err error) + func (m *SignDocDirectAux) MarshalTo(dAtA []byte) (int, error) + func (m *SignDocDirectAux) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignDocDirectAux) Reset() + func (m *SignDocDirectAux) Size() (n int) + func (m *SignDocDirectAux) String() string + func (m *SignDocDirectAux) Unmarshal(dAtA []byte) error + func (m *SignDocDirectAux) XXX_DiscardUnknown() + func (m *SignDocDirectAux) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignDocDirectAux) XXX_Merge(src proto.Message) + func (m *SignDocDirectAux) XXX_Size() int + func (m *SignDocDirectAux) XXX_Unmarshal(b []byte) error + func (s *SignDocDirectAux) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (s *SignDocDirectAux) ValidateBasic() error + type SignerInfo struct + ModeInfo *ModeInfo + PublicKey *types.Any + Sequence uint64 + func (*SignerInfo) Descriptor() ([]byte, []int) + func (*SignerInfo) ProtoMessage() + func (m *SignerInfo) GetModeInfo() *ModeInfo + func (m *SignerInfo) GetPublicKey() *types.Any + func (m *SignerInfo) GetSequence() uint64 + func (m *SignerInfo) Marshal() (dAtA []byte, err error) + func (m *SignerInfo) MarshalTo(dAtA []byte) (int, error) + func (m *SignerInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignerInfo) Reset() + func (m *SignerInfo) Size() (n int) + func (m *SignerInfo) String() string + func (m *SignerInfo) Unmarshal(dAtA []byte) error + func (m *SignerInfo) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (m *SignerInfo) XXX_DiscardUnknown() + func (m *SignerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignerInfo) XXX_Merge(src proto.Message) + func (m *SignerInfo) XXX_Size() int + func (m *SignerInfo) XXX_Unmarshal(b []byte) error + type SimulateRequest struct + Tx *Tx + TxBytes []byte + func (*SimulateRequest) Descriptor() ([]byte, []int) + func (*SimulateRequest) ProtoMessage() + func (m *SimulateRequest) GetTx() *Tx + func (m *SimulateRequest) GetTxBytes() []byte + func (m *SimulateRequest) Marshal() (dAtA []byte, err error) + func (m *SimulateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SimulateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SimulateRequest) Reset() + func (m *SimulateRequest) Size() (n int) + func (m *SimulateRequest) String() string + func (m *SimulateRequest) Unmarshal(dAtA []byte) error + func (m *SimulateRequest) XXX_DiscardUnknown() + func (m *SimulateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SimulateRequest) XXX_Merge(src proto.Message) + func (m *SimulateRequest) XXX_Size() int + func (m *SimulateRequest) XXX_Unmarshal(b []byte) error + type SimulateResponse struct + GasInfo *types.GasInfo + Result *types.Result + func (*SimulateResponse) Descriptor() ([]byte, []int) + func (*SimulateResponse) ProtoMessage() + func (m *SimulateResponse) GetGasInfo() *types.GasInfo + func (m *SimulateResponse) GetResult() *types.Result + func (m *SimulateResponse) Marshal() (dAtA []byte, err error) + func (m *SimulateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SimulateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SimulateResponse) Reset() + func (m *SimulateResponse) Size() (n int) + func (m *SimulateResponse) String() string + func (m *SimulateResponse) Unmarshal(dAtA []byte) error + func (m *SimulateResponse) XXX_DiscardUnknown() + func (m *SimulateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SimulateResponse) XXX_Merge(src proto.Message) + func (m *SimulateResponse) XXX_Size() int + func (m *SimulateResponse) XXX_Unmarshal(b []byte) error + type Tip struct + Amount github_com_cosmos_cosmos_sdk_types.Coins + Tipper string + func (*Tip) Descriptor() ([]byte, []int) + func (*Tip) ProtoMessage() + func (m *Tip) GetAmount() github_com_cosmos_cosmos_sdk_types.Coins + func (m *Tip) GetTipper() string + func (m *Tip) Marshal() (dAtA []byte, err error) + func (m *Tip) MarshalTo(dAtA []byte) (int, error) + func (m *Tip) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Tip) Reset() + func (m *Tip) Size() (n int) + func (m *Tip) String() string + func (m *Tip) Unmarshal(dAtA []byte) error + func (m *Tip) XXX_DiscardUnknown() + func (m *Tip) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Tip) XXX_Merge(src proto.Message) + func (m *Tip) XXX_Size() int + func (m *Tip) XXX_Unmarshal(b []byte) error + type TipTx interface + GetTip func() *Tip + type Tx struct + AuthInfo *AuthInfo + Body *TxBody + Signatures [][]byte + func (*Tx) Descriptor() ([]byte, []int) + func (*Tx) ProtoMessage() + func (m *Tx) GetAuthInfo() *AuthInfo + func (m *Tx) GetBody() *TxBody + func (m *Tx) GetSignatures() [][]byte + func (m *Tx) Marshal() (dAtA []byte, err error) + func (m *Tx) MarshalTo(dAtA []byte) (int, error) + func (m *Tx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Tx) Reset() + func (m *Tx) Size() (n int) + func (m *Tx) String() string + func (m *Tx) Unmarshal(dAtA []byte) error + func (m *Tx) XXX_DiscardUnknown() + func (m *Tx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Tx) XXX_Merge(src proto.Message) + func (m *Tx) XXX_Size() int + func (m *Tx) XXX_Unmarshal(b []byte) error + func (t *Tx) FeeGranter() sdk.AccAddress + func (t *Tx) FeePayer() sdk.AccAddress + func (t *Tx) GetFee() sdk.Coins + func (t *Tx) GetGas() uint64 + func (t *Tx) GetMsgs() []sdk.Msg + func (t *Tx) GetSigners() []sdk.AccAddress + func (t *Tx) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (t *Tx) ValidateBasic() error + type TxBody struct + ExtensionOptions []*types.Any + Memo string + Messages []*types.Any + NonCriticalExtensionOptions []*types.Any + TimeoutHeight uint64 + func (*TxBody) Descriptor() ([]byte, []int) + func (*TxBody) ProtoMessage() + func (m *TxBody) GetExtensionOptions() []*types.Any + func (m *TxBody) GetMemo() string + func (m *TxBody) GetMessages() []*types.Any + func (m *TxBody) GetNonCriticalExtensionOptions() []*types.Any + func (m *TxBody) GetTimeoutHeight() uint64 + func (m *TxBody) Marshal() (dAtA []byte, err error) + func (m *TxBody) MarshalTo(dAtA []byte) (int, error) + func (m *TxBody) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxBody) Reset() + func (m *TxBody) Size() (n int) + func (m *TxBody) String() string + func (m *TxBody) Unmarshal(dAtA []byte) error + func (m *TxBody) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (m *TxBody) XXX_DiscardUnknown() + func (m *TxBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxBody) XXX_Merge(src proto.Message) + func (m *TxBody) XXX_Size() int + func (m *TxBody) XXX_Unmarshal(b []byte) error + type TxExtensionOptionI interface + type TxRaw struct + AuthInfoBytes []byte + BodyBytes []byte + Signatures [][]byte + func (*TxRaw) Descriptor() ([]byte, []int) + func (*TxRaw) ProtoMessage() + func (m *TxRaw) GetAuthInfoBytes() []byte + func (m *TxRaw) GetBodyBytes() []byte + func (m *TxRaw) GetSignatures() [][]byte + func (m *TxRaw) Marshal() (dAtA []byte, err error) + func (m *TxRaw) MarshalTo(dAtA []byte) (int, error) + func (m *TxRaw) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxRaw) Reset() + func (m *TxRaw) Size() (n int) + func (m *TxRaw) String() string + func (m *TxRaw) Unmarshal(dAtA []byte) error + func (m *TxRaw) XXX_DiscardUnknown() + func (m *TxRaw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxRaw) XXX_Merge(src proto.Message) + func (m *TxRaw) XXX_Size() int + func (m *TxRaw) XXX_Unmarshal(b []byte) error + type UnimplementedServiceServer struct + func (*UnimplementedServiceServer) BroadcastTx(ctx context.Context, req *BroadcastTxRequest) (*BroadcastTxResponse, error) + func (*UnimplementedServiceServer) GetBlockWithTxs(ctx context.Context, req *GetBlockWithTxsRequest) (*GetBlockWithTxsResponse, error) + func (*UnimplementedServiceServer) GetTx(ctx context.Context, req *GetTxRequest) (*GetTxResponse, error) + func (*UnimplementedServiceServer) GetTxsEvent(ctx context.Context, req *GetTxsEventRequest) (*GetTxsEventResponse, error) + func (*UnimplementedServiceServer) Simulate(ctx context.Context, req *SimulateRequest) (*SimulateResponse, error)