Versions in this module Expand all Collapse all v0 v0.0.2 Jan 7, 2024 v0.0.1 Jan 7, 2024 Changes in this version + var ErrIntOverflowService = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthService = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupService = fmt.Errorf("proto: unexpected end of group") + func RegisterGRPCGatewayRoutes(clientConn gogogrpc.ClientConn, mux *runtime.ServeMux) + 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 RegisterTxService(qrt gogogrpc.Server, clientCtx client.Context, ...) + type ComputeTaxRequest struct + Tx *tx.Tx + TxBytes []byte + func (*ComputeTaxRequest) Descriptor() ([]byte, []int) + func (*ComputeTaxRequest) ProtoMessage() + func (m *ComputeTaxRequest) GetTx() *tx.Tx + func (m *ComputeTaxRequest) GetTxBytes() []byte + func (m *ComputeTaxRequest) Marshal() (dAtA []byte, err error) + func (m *ComputeTaxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ComputeTaxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ComputeTaxRequest) Reset() + func (m *ComputeTaxRequest) Size() (n int) + func (m *ComputeTaxRequest) String() string + func (m *ComputeTaxRequest) Unmarshal(dAtA []byte) error + func (m *ComputeTaxRequest) XXX_DiscardUnknown() + func (m *ComputeTaxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ComputeTaxRequest) XXX_Merge(src proto.Message) + func (m *ComputeTaxRequest) XXX_Size() int + func (m *ComputeTaxRequest) XXX_Unmarshal(b []byte) error + func (m ComputeTaxRequest) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type ComputeTaxResponse struct + TaxAmount github_com_cosmos_cosmos_sdk_types.Coins + func (*ComputeTaxResponse) Descriptor() ([]byte, []int) + func (*ComputeTaxResponse) ProtoMessage() + func (m *ComputeTaxResponse) GetTaxAmount() github_com_cosmos_cosmos_sdk_types.Coins + func (m *ComputeTaxResponse) Marshal() (dAtA []byte, err error) + func (m *ComputeTaxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ComputeTaxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ComputeTaxResponse) Reset() + func (m *ComputeTaxResponse) Size() (n int) + func (m *ComputeTaxResponse) String() string + func (m *ComputeTaxResponse) Unmarshal(dAtA []byte) error + func (m *ComputeTaxResponse) XXX_DiscardUnknown() + func (m *ComputeTaxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ComputeTaxResponse) XXX_Merge(src proto.Message) + func (m *ComputeTaxResponse) XXX_Size() int + func (m *ComputeTaxResponse) XXX_Unmarshal(b []byte) error + type ServiceClient interface + ComputeTax func(ctx context.Context, in *ComputeTaxRequest, opts ...grpc.CallOption) (*ComputeTaxResponse, error) + func NewServiceClient(cc grpc1.ClientConn) ServiceClient + type ServiceServer interface + ComputeTax func(context.Context, *ComputeTaxRequest) (*ComputeTaxResponse, error) + func NewTxServer(clientCtx client.Context, treasuryKeeper customante.TreasuryKeeper) ServiceServer + type UnimplementedServiceServer struct + func (*UnimplementedServiceServer) ComputeTax(ctx context.Context, req *ComputeTaxRequest) (*ComputeTaxResponse, error)