Versions in this module Expand all Collapse all v0 v0.0.12 May 25, 2021 v0.0.11 May 25, 2021 v0.0.10 May 25, 2021 v0.0.9 May 25, 2021 v0.0.8 May 25, 2021 v0.0.7 May 25, 2021 v0.0.6 May 25, 2021 v0.0.5 May 24, 2021 v0.0.4 May 24, 2021 v0.0.3 May 24, 2021 v0.0.2 May 24, 2021 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 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) + type AuthInfo struct + Fee *Fee + SignerInfos []*SignerInfo + func (*AuthInfo) Descriptor() ([]byte, []int) + func (*AuthInfo) ProtoMessage() + func (m *AuthInfo) GetFee() *Fee + func (m *AuthInfo) GetSignerInfos() []*SignerInfo + 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 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_soominhyunwoo_soominhyunwoo_sdk_types.Coins + GasLimit uint64 + Granter string + Payer string + func (*Fee) Descriptor() ([]byte, []int) + func (*Fee) ProtoMessage() + func (m *Fee) GetAmount() github_com_soominhyunwoo_soominhyunwoo_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 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 + OrderBy OrderBy + Pagination *query.PageRequest + func (*GetTxsEventRequest) Descriptor() ([]byte, []int) + func (*GetTxsEventRequest) ProtoMessage() + func (m *GetTxsEventRequest) GetEvents() []string + func (m *GetTxsEventRequest) GetOrderBy() OrderBy + 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 + TxResponses []*types.TxResponse + Txs []*Tx + func (*GetTxsEventResponse) Descriptor() ([]byte, []int) + func (*GetTxsEventResponse) ProtoMessage() + func (m *GetTxsEventResponse) GetPagination() *query.PageResponse + 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 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) + 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) + 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 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 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 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) 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)