types

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2023 License: MIT Imports: 29 Imported by: 1

Documentation

Overview

Package types is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	// ExecutionlayersKeyPrefix is the prefix to retrieve all Executionlayers
	ExecutionLayerKey = "Exelayer/id/"
	VerificationKey   = "Exelayer/vk/"
	CounterStoreKey   = "Exelayer/counter/"
	ChainAdminKey     = "ExelayerChain/admin/"

	ExeLayerChainKey = "ExelayerChain/value"
	PollKeyPrefix    = "Poll/value/"
)
View Source
const (
	// ModuleName defines the module name
	ModuleName = "airsettle"

	// StoreKey defines the primary module store key
	StoreKey = ModuleName

	// RouterKey defines the module's message routing key
	RouterKey = ModuleName

	// MemStoreKey defines the in-memory store key
	MemStoreKey = "mem_airsettle"
)
View Source
const DefaultIndex uint64 = 1

DefaultIndex is the default global index

View Source
const TypeMsgAddBatch = "add_batch"
View Source
const TypeMsgAddExecutionLayer = "add_execution_layer"
View Source
const TypeMsgAddValidator = "add_validator"
View Source
const TypeMsgDeleteExecutionLayer = "delete_execution_layer"
View Source
const TypeMsgVerifyBatch = "verify_batch"
View Source
const TypeMsgVotePoll = "vote_poll"

Variables

View Source
var (
	ErrInvalidLengthBatchMax        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBatchMax          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBatchMax = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthBatchMin        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBatchMin          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBatchMin = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthExelayer        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowExelayer          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupExelayer = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthGenesis        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenesis          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthParams        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowParams          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthPoll        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPoll          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPoll = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthQuery        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowQuery          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTx        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTx          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthVkey        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowVkey          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupVkey = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrSample = sdkerrors.Register(ModuleName, 1100, "sample error")
)

x/airsettle module sentinel errors

Functions

func ExeLayerKey

func ExeLayerKey(
	index string,
) []byte

ExecutionlayersKey returns the store key to retrieve a Executionlayers from the index fields

func KeyPrefix

func KeyPrefix(p string) []byte

func ParamKeyTable

func ParamKeyTable() paramtypes.KeyTable

ParamKeyTable the param key table for launch module

func RegisterCodec

func RegisterCodec(cdc *codec.LegacyAmino)

func RegisterInterfaces

func RegisterInterfaces(registry cdctypes.InterfaceRegistry)

func RegisterMsgServer

func RegisterMsgServer(s grpc1.Server, srv MsgServer)

func RegisterQueryHandler

func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterQueryHandlerClient

func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error

RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.

func RegisterQueryHandlerFromEndpoint

func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterQueryHandlerServer

func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error

RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.

func RegisterQueryServer

func RegisterQueryServer(s grpc1.Server, srv QueryServer)

Types

type AccountKeeper

type AccountKeeper interface {
	GetAccount(ctx sdk.Context, addr sdk.AccAddress) types.AccountI
}

AccountKeeper defines the expected account keeper used for simulations (noalias)

type BankKeeper

type BankKeeper interface {
	SpendableCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
}

BankKeeper defines the expected interface needed to retrieve account balances.

type BatchMax

type BatchMax struct {
	BatchNumber        uint64 `protobuf:"varint,1,opt,name=batchNumber,proto3" json:"batchNumber,omitempty"`
	ChainId            string `protobuf:"bytes,2,opt,name=chainId,proto3" json:"chainId,omitempty"`
	PrevMerkleRootHash string `protobuf:"bytes,3,opt,name=prevMerkleRootHash,proto3" json:"prevMerkleRootHash,omitempty"`
	MerkleRootHash     string `protobuf:"bytes,4,opt,name=merkleRootHash,proto3" json:"merkleRootHash,omitempty"`
	ZkProof            string `protobuf:"bytes,5,opt,name=zkProof,proto3" json:"zkProof,omitempty"`
	Witness            string `protobuf:"bytes,6,opt,name=witness,proto3" json:"witness,omitempty"`
	Verified           string `protobuf:"bytes,7,opt,name=verified,proto3" json:"verified,omitempty"`
	BatchSubmitter     string `protobuf:"bytes,8,opt,name=batchSubmitter,proto3" json:"batchSubmitter,omitempty"`
	BatchVerifier      string `protobuf:"bytes,9,opt,name=batchVerifier,proto3" json:"batchVerifier,omitempty"`
}

func (*BatchMax) Descriptor

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

func (*BatchMax) GetBatchNumber

func (m *BatchMax) GetBatchNumber() uint64

func (*BatchMax) GetBatchSubmitter

func (m *BatchMax) GetBatchSubmitter() string

func (*BatchMax) GetBatchVerifier

func (m *BatchMax) GetBatchVerifier() string

func (*BatchMax) GetChainId

func (m *BatchMax) GetChainId() string

func (*BatchMax) GetMerkleRootHash

func (m *BatchMax) GetMerkleRootHash() string

func (*BatchMax) GetPrevMerkleRootHash

func (m *BatchMax) GetPrevMerkleRootHash() string

func (*BatchMax) GetVerified

func (m *BatchMax) GetVerified() string

func (*BatchMax) GetWitness

func (m *BatchMax) GetWitness() string

func (*BatchMax) GetZkProof

func (m *BatchMax) GetZkProof() string

func (*BatchMax) Marshal

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

func (*BatchMax) MarshalTo

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

func (*BatchMax) MarshalToSizedBuffer

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

func (*BatchMax) ProtoMessage

func (*BatchMax) ProtoMessage()

func (*BatchMax) Reset

func (m *BatchMax) Reset()

func (*BatchMax) Size

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

func (*BatchMax) String

func (m *BatchMax) String() string

func (*BatchMax) Unmarshal

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

func (*BatchMax) XXX_DiscardUnknown

func (m *BatchMax) XXX_DiscardUnknown()

func (*BatchMax) XXX_Marshal

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

func (*BatchMax) XXX_Merge

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

func (*BatchMax) XXX_Size

func (m *BatchMax) XXX_Size() int

func (*BatchMax) XXX_Unmarshal

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

type BatchMin

type BatchMin struct {
	MerkleRootHash string `protobuf:"bytes,1,opt,name=merkleRootHash,proto3" json:"merkleRootHash,omitempty"`
	ZkProof        string `protobuf:"bytes,2,opt,name=zkProof,proto3" json:"zkProof,omitempty"`
	Witness        string `protobuf:"bytes,3,opt,name=witness,proto3" json:"witness,omitempty"`
	Verified       string `protobuf:"bytes,4,opt,name=verified,proto3" json:"verified,omitempty"`
	BatchSubmitter string `protobuf:"bytes,5,opt,name=batchSubmitter,proto3" json:"batchSubmitter,omitempty"`
	BatchVerifier  string `protobuf:"bytes,6,opt,name=batchVerifier,proto3" json:"batchVerifier,omitempty"`
}

func (*BatchMin) Descriptor

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

func (*BatchMin) GetBatchSubmitter

func (m *BatchMin) GetBatchSubmitter() string

func (*BatchMin) GetBatchVerifier

func (m *BatchMin) GetBatchVerifier() string

func (*BatchMin) GetMerkleRootHash

func (m *BatchMin) GetMerkleRootHash() string

func (*BatchMin) GetVerified

func (m *BatchMin) GetVerified() string

func (*BatchMin) GetWitness

func (m *BatchMin) GetWitness() string

func (*BatchMin) GetZkProof

func (m *BatchMin) GetZkProof() string

func (*BatchMin) Marshal

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

func (*BatchMin) MarshalTo

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

func (*BatchMin) MarshalToSizedBuffer

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

func (*BatchMin) ProtoMessage

func (*BatchMin) ProtoMessage()

func (*BatchMin) Reset

func (m *BatchMin) Reset()

func (*BatchMin) Size

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

func (*BatchMin) String

func (m *BatchMin) String() string

func (*BatchMin) Unmarshal

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

func (*BatchMin) XXX_DiscardUnknown

func (m *BatchMin) XXX_DiscardUnknown()

func (*BatchMin) XXX_Marshal

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

func (*BatchMin) XXX_Merge

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

func (*BatchMin) XXX_Size

func (m *BatchMin) XXX_Size() int

func (*BatchMin) XXX_Unmarshal

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

type Exelayer

type Exelayer struct {
	Validator            []string `protobuf:"bytes,1,rep,name=validator,proto3" json:"validator,omitempty"`
	VotingPower          []uint64 `protobuf:"varint,2,rep,packed,name=votingPower,proto3" json:"votingPower,omitempty"`
	LatestBatch          uint64   `protobuf:"varint,3,opt,name=latestBatch,proto3" json:"latestBatch,omitempty"`
	LatestMerkleRootHash string   `protobuf:"bytes,4,opt,name=latestMerkleRootHash,proto3" json:"latestMerkleRootHash,omitempty"`
	VerificationKey      string   `protobuf:"bytes,5,opt,name=verificationKey,proto3" json:"verificationKey,omitempty"`
	ChainInfo            string   `protobuf:"bytes,6,opt,name=chainInfo,proto3" json:"chainInfo,omitempty"`
	Id                   string   `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`
	Creator              string   `protobuf:"bytes,8,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*Exelayer) Descriptor

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

func (*Exelayer) GetChainInfo

func (m *Exelayer) GetChainInfo() string

func (*Exelayer) GetCreator

func (m *Exelayer) GetCreator() string

func (*Exelayer) GetId

func (m *Exelayer) GetId() string

func (*Exelayer) GetLatestBatch

func (m *Exelayer) GetLatestBatch() uint64

func (*Exelayer) GetLatestMerkleRootHash

func (m *Exelayer) GetLatestMerkleRootHash() string

func (*Exelayer) GetValidator

func (m *Exelayer) GetValidator() []string

func (*Exelayer) GetVerificationKey

func (m *Exelayer) GetVerificationKey() string

func (*Exelayer) GetVotingPower

func (m *Exelayer) GetVotingPower() []uint64

func (*Exelayer) Marshal

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

func (*Exelayer) MarshalTo

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

func (*Exelayer) MarshalToSizedBuffer

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

func (*Exelayer) ProtoMessage

func (*Exelayer) ProtoMessage()

func (*Exelayer) Reset

func (m *Exelayer) Reset()

func (*Exelayer) Size

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

func (*Exelayer) String

func (m *Exelayer) String() string

func (*Exelayer) Unmarshal

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

func (*Exelayer) XXX_DiscardUnknown

func (m *Exelayer) XXX_DiscardUnknown()

func (*Exelayer) XXX_Marshal

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

func (*Exelayer) XXX_Merge

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

func (*Exelayer) XXX_Size

func (m *Exelayer) XXX_Size() int

func (*Exelayer) XXX_Unmarshal

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

type GenesisState

type GenesisState struct {
	Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}

GenesisState defines the airsettle module's genesis state.

func DefaultGenesis

func DefaultGenesis() *GenesisState

DefaultGenesis returns the default genesis state

func (*GenesisState) Descriptor

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

func (*GenesisState) GetParams

func (m *GenesisState) GetParams() Params

func (*GenesisState) Marshal

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

func (*GenesisState) MarshalTo

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

func (*GenesisState) MarshalToSizedBuffer

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

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) Reset

func (m *GenesisState) Reset()

func (*GenesisState) Size

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

func (*GenesisState) String

func (m *GenesisState) String() string

func (*GenesisState) Unmarshal

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

func (GenesisState) Validate

func (gs GenesisState) Validate() error

Validate performs basic genesis state validation returning an error upon any failure.

func (*GenesisState) XXX_DiscardUnknown

func (m *GenesisState) XXX_DiscardUnknown()

func (*GenesisState) XXX_Marshal

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

func (*GenesisState) XXX_Merge

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

func (*GenesisState) XXX_Size

func (m *GenesisState) XXX_Size() int

func (*GenesisState) XXX_Unmarshal

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

type MsgAddBatch

type MsgAddBatch struct {
	Creator     string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	BatchNumber uint64 `protobuf:"varint,2,opt,name=batchNumber,proto3" json:"batchNumber,omitempty"`
	ChainId     string `protobuf:"bytes,3,opt,name=chainId,proto3" json:"chainId,omitempty"`
	Witness     string `protobuf:"bytes,4,opt,name=witness,proto3" json:"witness,omitempty"`
}

func NewMsgAddBatch

func NewMsgAddBatch(creator string, batchNumber uint64, chainId string, witness string) *MsgAddBatch

func (*MsgAddBatch) Descriptor

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

func (*MsgAddBatch) GetBatchNumber

func (m *MsgAddBatch) GetBatchNumber() uint64

func (*MsgAddBatch) GetChainId

func (m *MsgAddBatch) GetChainId() string

func (*MsgAddBatch) GetCreator

func (m *MsgAddBatch) GetCreator() string

func (*MsgAddBatch) GetSignBytes

func (msg *MsgAddBatch) GetSignBytes() []byte

func (*MsgAddBatch) GetSigners

func (msg *MsgAddBatch) GetSigners() []sdk.AccAddress

func (*MsgAddBatch) GetWitness

func (m *MsgAddBatch) GetWitness() string

func (*MsgAddBatch) Marshal

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

func (*MsgAddBatch) MarshalTo

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

func (*MsgAddBatch) MarshalToSizedBuffer

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

func (*MsgAddBatch) ProtoMessage

func (*MsgAddBatch) ProtoMessage()

func (*MsgAddBatch) Reset

func (m *MsgAddBatch) Reset()

func (*MsgAddBatch) Route

func (msg *MsgAddBatch) Route() string

func (*MsgAddBatch) Size

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

func (*MsgAddBatch) String

func (m *MsgAddBatch) String() string

func (*MsgAddBatch) Type

func (msg *MsgAddBatch) Type() string

func (*MsgAddBatch) Unmarshal

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

func (*MsgAddBatch) ValidateBasic

func (msg *MsgAddBatch) ValidateBasic() error

func (*MsgAddBatch) XXX_DiscardUnknown

func (m *MsgAddBatch) XXX_DiscardUnknown()

func (*MsgAddBatch) XXX_Marshal

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

func (*MsgAddBatch) XXX_Merge

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

func (*MsgAddBatch) XXX_Size

func (m *MsgAddBatch) XXX_Size() int

func (*MsgAddBatch) XXX_Unmarshal

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

type MsgAddBatchResponse

type MsgAddBatchResponse struct {
}

func (*MsgAddBatchResponse) Descriptor

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

func (*MsgAddBatchResponse) Marshal

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

func (*MsgAddBatchResponse) MarshalTo

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

func (*MsgAddBatchResponse) MarshalToSizedBuffer

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

func (*MsgAddBatchResponse) ProtoMessage

func (*MsgAddBatchResponse) ProtoMessage()

func (*MsgAddBatchResponse) Reset

func (m *MsgAddBatchResponse) Reset()

func (*MsgAddBatchResponse) Size

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

func (*MsgAddBatchResponse) String

func (m *MsgAddBatchResponse) String() string

func (*MsgAddBatchResponse) Unmarshal

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

func (*MsgAddBatchResponse) XXX_DiscardUnknown

func (m *MsgAddBatchResponse) XXX_DiscardUnknown()

func (*MsgAddBatchResponse) XXX_Marshal

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

func (*MsgAddBatchResponse) XXX_Merge

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

func (*MsgAddBatchResponse) XXX_Size

func (m *MsgAddBatchResponse) XXX_Size() int

func (*MsgAddBatchResponse) XXX_Unmarshal

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

type MsgAddExecutionLayer

type MsgAddExecutionLayer struct {
	Creator         string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	VerificationKey string `protobuf:"bytes,2,opt,name=verificationKey,proto3" json:"verificationKey,omitempty"`
	ChainInfo       string `protobuf:"bytes,3,opt,name=chainInfo,proto3" json:"chainInfo,omitempty"`
}

func NewMsgAddExecutionLayer

func NewMsgAddExecutionLayer(creator string, verificationKey string, chainInfo string) *MsgAddExecutionLayer

func (*MsgAddExecutionLayer) Descriptor

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

func (*MsgAddExecutionLayer) GetChainInfo

func (m *MsgAddExecutionLayer) GetChainInfo() string

func (*MsgAddExecutionLayer) GetCreator

func (m *MsgAddExecutionLayer) GetCreator() string

func (*MsgAddExecutionLayer) GetSignBytes

func (msg *MsgAddExecutionLayer) GetSignBytes() []byte

func (*MsgAddExecutionLayer) GetSigners

func (msg *MsgAddExecutionLayer) GetSigners() []sdk.AccAddress

func (*MsgAddExecutionLayer) GetVerificationKey

func (m *MsgAddExecutionLayer) GetVerificationKey() string

func (*MsgAddExecutionLayer) Marshal

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

func (*MsgAddExecutionLayer) MarshalTo

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

func (*MsgAddExecutionLayer) MarshalToSizedBuffer

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

func (*MsgAddExecutionLayer) ProtoMessage

func (*MsgAddExecutionLayer) ProtoMessage()

func (*MsgAddExecutionLayer) Reset

func (m *MsgAddExecutionLayer) Reset()

func (*MsgAddExecutionLayer) Route

func (msg *MsgAddExecutionLayer) Route() string

func (*MsgAddExecutionLayer) Size

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

func (*MsgAddExecutionLayer) String

func (m *MsgAddExecutionLayer) String() string

func (*MsgAddExecutionLayer) Type

func (msg *MsgAddExecutionLayer) Type() string

func (*MsgAddExecutionLayer) Unmarshal

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

func (*MsgAddExecutionLayer) ValidateBasic

func (msg *MsgAddExecutionLayer) ValidateBasic() error

func (*MsgAddExecutionLayer) XXX_DiscardUnknown

func (m *MsgAddExecutionLayer) XXX_DiscardUnknown()

func (*MsgAddExecutionLayer) XXX_Marshal

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

func (*MsgAddExecutionLayer) XXX_Merge

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

func (*MsgAddExecutionLayer) XXX_Size

func (m *MsgAddExecutionLayer) XXX_Size() int

func (*MsgAddExecutionLayer) XXX_Unmarshal

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

type MsgAddExecutionLayerResponse

type MsgAddExecutionLayerResponse struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
}

func (*MsgAddExecutionLayerResponse) Descriptor

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

func (*MsgAddExecutionLayerResponse) GetMessage

func (m *MsgAddExecutionLayerResponse) GetMessage() string

func (*MsgAddExecutionLayerResponse) GetSuccess

func (m *MsgAddExecutionLayerResponse) GetSuccess() bool

func (*MsgAddExecutionLayerResponse) Marshal

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

func (*MsgAddExecutionLayerResponse) MarshalTo

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

func (*MsgAddExecutionLayerResponse) MarshalToSizedBuffer

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

func (*MsgAddExecutionLayerResponse) ProtoMessage

func (*MsgAddExecutionLayerResponse) ProtoMessage()

func (*MsgAddExecutionLayerResponse) Reset

func (m *MsgAddExecutionLayerResponse) Reset()

func (*MsgAddExecutionLayerResponse) Size

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

func (*MsgAddExecutionLayerResponse) String

func (*MsgAddExecutionLayerResponse) Unmarshal

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

func (*MsgAddExecutionLayerResponse) XXX_DiscardUnknown

func (m *MsgAddExecutionLayerResponse) XXX_DiscardUnknown()

func (*MsgAddExecutionLayerResponse) XXX_Marshal

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

func (*MsgAddExecutionLayerResponse) XXX_Merge

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

func (*MsgAddExecutionLayerResponse) XXX_Size

func (m *MsgAddExecutionLayerResponse) XXX_Size() int

func (*MsgAddExecutionLayerResponse) XXX_Unmarshal

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

type MsgAddValidator

type MsgAddValidator struct {
	Creator             string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	NewValidatorAddress string `protobuf:"bytes,2,opt,name=newValidatorAddress,proto3" json:"newValidatorAddress,omitempty"`
	ChainId             string `protobuf:"bytes,3,opt,name=chainId,proto3" json:"chainId,omitempty"`
}

func NewMsgAddValidator

func NewMsgAddValidator(creator string, newValidatorAddress string, chainId string) *MsgAddValidator

func (*MsgAddValidator) Descriptor

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

func (*MsgAddValidator) GetChainId

func (m *MsgAddValidator) GetChainId() string

func (*MsgAddValidator) GetCreator

func (m *MsgAddValidator) GetCreator() string

func (*MsgAddValidator) GetNewValidatorAddress

func (m *MsgAddValidator) GetNewValidatorAddress() string

func (*MsgAddValidator) GetSignBytes

func (msg *MsgAddValidator) GetSignBytes() []byte

func (*MsgAddValidator) GetSigners

func (msg *MsgAddValidator) GetSigners() []sdk.AccAddress

func (*MsgAddValidator) Marshal

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

func (*MsgAddValidator) MarshalTo

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

func (*MsgAddValidator) MarshalToSizedBuffer

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

func (*MsgAddValidator) ProtoMessage

func (*MsgAddValidator) ProtoMessage()

func (*MsgAddValidator) Reset

func (m *MsgAddValidator) Reset()

func (*MsgAddValidator) Route

func (msg *MsgAddValidator) Route() string

func (*MsgAddValidator) Size

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

func (*MsgAddValidator) String

func (m *MsgAddValidator) String() string

func (*MsgAddValidator) Type

func (msg *MsgAddValidator) Type() string

func (*MsgAddValidator) Unmarshal

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

func (*MsgAddValidator) ValidateBasic

func (msg *MsgAddValidator) ValidateBasic() error

func (*MsgAddValidator) XXX_DiscardUnknown

func (m *MsgAddValidator) XXX_DiscardUnknown()

func (*MsgAddValidator) XXX_Marshal

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

func (*MsgAddValidator) XXX_Merge

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

func (*MsgAddValidator) XXX_Size

func (m *MsgAddValidator) XXX_Size() int

func (*MsgAddValidator) XXX_Unmarshal

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

type MsgAddValidatorResponse

type MsgAddValidatorResponse struct {
	VotingPollId string `protobuf:"bytes,1,opt,name=votingPollId,proto3" json:"votingPollId,omitempty"`
}

func (*MsgAddValidatorResponse) Descriptor

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

func (*MsgAddValidatorResponse) GetVotingPollId

func (m *MsgAddValidatorResponse) GetVotingPollId() string

func (*MsgAddValidatorResponse) Marshal

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

func (*MsgAddValidatorResponse) MarshalTo

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

func (*MsgAddValidatorResponse) MarshalToSizedBuffer

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

func (*MsgAddValidatorResponse) ProtoMessage

func (*MsgAddValidatorResponse) ProtoMessage()

func (*MsgAddValidatorResponse) Reset

func (m *MsgAddValidatorResponse) Reset()

func (*MsgAddValidatorResponse) Size

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

func (*MsgAddValidatorResponse) String

func (m *MsgAddValidatorResponse) String() string

func (*MsgAddValidatorResponse) Unmarshal

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

func (*MsgAddValidatorResponse) XXX_DiscardUnknown

func (m *MsgAddValidatorResponse) XXX_DiscardUnknown()

func (*MsgAddValidatorResponse) XXX_Marshal

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

func (*MsgAddValidatorResponse) XXX_Merge

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

func (*MsgAddValidatorResponse) XXX_Size

func (m *MsgAddValidatorResponse) XXX_Size() int

func (*MsgAddValidatorResponse) XXX_Unmarshal

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

type MsgClient

type MsgClient interface {
	AddExecutionLayer(ctx context.Context, in *MsgAddExecutionLayer, opts ...grpc.CallOption) (*MsgAddExecutionLayerResponse, error)
	DeleteExecutionLayer(ctx context.Context, in *MsgDeleteExecutionLayer, opts ...grpc.CallOption) (*MsgDeleteExecutionLayerResponse, error)
	AddBatch(ctx context.Context, in *MsgAddBatch, opts ...grpc.CallOption) (*MsgAddBatchResponse, error)
	VerifyBatch(ctx context.Context, in *MsgVerifyBatch, opts ...grpc.CallOption) (*MsgVerifyBatchResponse, error)
	AddValidator(ctx context.Context, in *MsgAddValidator, opts ...grpc.CallOption) (*MsgAddValidatorResponse, error)
	VotePoll(ctx context.Context, in *MsgVotePoll, opts ...grpc.CallOption) (*MsgVotePollResponse, error)
}

MsgClient is the client API for Msg service.

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

func NewMsgClient

func NewMsgClient(cc grpc1.ClientConn) MsgClient

type MsgDeleteExecutionLayer

type MsgDeleteExecutionLayer struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
}

func NewMsgDeleteExecutionLayer

func NewMsgDeleteExecutionLayer(creator string) *MsgDeleteExecutionLayer

func (*MsgDeleteExecutionLayer) Descriptor

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

func (*MsgDeleteExecutionLayer) GetCreator

func (m *MsgDeleteExecutionLayer) GetCreator() string

func (*MsgDeleteExecutionLayer) GetSignBytes

func (msg *MsgDeleteExecutionLayer) GetSignBytes() []byte

func (*MsgDeleteExecutionLayer) GetSigners

func (msg *MsgDeleteExecutionLayer) GetSigners() []sdk.AccAddress

func (*MsgDeleteExecutionLayer) Marshal

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

func (*MsgDeleteExecutionLayer) MarshalTo

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

func (*MsgDeleteExecutionLayer) MarshalToSizedBuffer

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

func (*MsgDeleteExecutionLayer) ProtoMessage

func (*MsgDeleteExecutionLayer) ProtoMessage()

func (*MsgDeleteExecutionLayer) Reset

func (m *MsgDeleteExecutionLayer) Reset()

func (*MsgDeleteExecutionLayer) Route

func (msg *MsgDeleteExecutionLayer) Route() string

func (*MsgDeleteExecutionLayer) Size

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

func (*MsgDeleteExecutionLayer) String

func (m *MsgDeleteExecutionLayer) String() string

func (*MsgDeleteExecutionLayer) Type

func (msg *MsgDeleteExecutionLayer) Type() string

func (*MsgDeleteExecutionLayer) Unmarshal

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

func (*MsgDeleteExecutionLayer) ValidateBasic

func (msg *MsgDeleteExecutionLayer) ValidateBasic() error

func (*MsgDeleteExecutionLayer) XXX_DiscardUnknown

func (m *MsgDeleteExecutionLayer) XXX_DiscardUnknown()

func (*MsgDeleteExecutionLayer) XXX_Marshal

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

func (*MsgDeleteExecutionLayer) XXX_Merge

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

func (*MsgDeleteExecutionLayer) XXX_Size

func (m *MsgDeleteExecutionLayer) XXX_Size() int

func (*MsgDeleteExecutionLayer) XXX_Unmarshal

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

type MsgDeleteExecutionLayerResponse

type MsgDeleteExecutionLayerResponse struct {
}

func (*MsgDeleteExecutionLayerResponse) Descriptor

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

func (*MsgDeleteExecutionLayerResponse) Marshal

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

func (*MsgDeleteExecutionLayerResponse) MarshalTo

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

func (*MsgDeleteExecutionLayerResponse) MarshalToSizedBuffer

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

func (*MsgDeleteExecutionLayerResponse) ProtoMessage

func (*MsgDeleteExecutionLayerResponse) ProtoMessage()

func (*MsgDeleteExecutionLayerResponse) Reset

func (*MsgDeleteExecutionLayerResponse) Size

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

func (*MsgDeleteExecutionLayerResponse) String

func (*MsgDeleteExecutionLayerResponse) Unmarshal

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

func (*MsgDeleteExecutionLayerResponse) XXX_DiscardUnknown

func (m *MsgDeleteExecutionLayerResponse) XXX_DiscardUnknown()

func (*MsgDeleteExecutionLayerResponse) XXX_Marshal

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

func (*MsgDeleteExecutionLayerResponse) XXX_Merge

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

func (*MsgDeleteExecutionLayerResponse) XXX_Size

func (m *MsgDeleteExecutionLayerResponse) XXX_Size() int

func (*MsgDeleteExecutionLayerResponse) XXX_Unmarshal

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

type MsgVerifyBatch

type MsgVerifyBatch struct {
	Creator        string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	BatchNumber    uint64 `protobuf:"varint,2,opt,name=batchNumber,proto3" json:"batchNumber,omitempty"`
	ChainId        string `protobuf:"bytes,3,opt,name=chainId,proto3" json:"chainId,omitempty"`
	MerkleRootHash string `protobuf:"bytes,4,opt,name=merkleRootHash,proto3" json:"merkleRootHash,omitempty"`
	PrevMerkleRoot string `protobuf:"bytes,5,opt,name=prevMerkleRoot,proto3" json:"prevMerkleRoot,omitempty"`
	ZkProof        string `protobuf:"bytes,6,opt,name=zkProof,proto3" json:"zkProof,omitempty"`
}

func NewMsgVerifyBatch

func NewMsgVerifyBatch(creator string, batchNumber uint64, chainId string, merkleRootHash string, prevMerkleRoot string, zkProof string) *MsgVerifyBatch

func (*MsgVerifyBatch) Descriptor

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

func (*MsgVerifyBatch) GetBatchNumber

func (m *MsgVerifyBatch) GetBatchNumber() uint64

func (*MsgVerifyBatch) GetChainId

func (m *MsgVerifyBatch) GetChainId() string

func (*MsgVerifyBatch) GetCreator

func (m *MsgVerifyBatch) GetCreator() string

func (*MsgVerifyBatch) GetMerkleRootHash

func (m *MsgVerifyBatch) GetMerkleRootHash() string

func (*MsgVerifyBatch) GetPrevMerkleRoot

func (m *MsgVerifyBatch) GetPrevMerkleRoot() string

func (*MsgVerifyBatch) GetSignBytes

func (msg *MsgVerifyBatch) GetSignBytes() []byte

func (*MsgVerifyBatch) GetSigners

func (msg *MsgVerifyBatch) GetSigners() []sdk.AccAddress

func (*MsgVerifyBatch) GetZkProof

func (m *MsgVerifyBatch) GetZkProof() string

func (*MsgVerifyBatch) Marshal

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

func (*MsgVerifyBatch) MarshalTo

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

func (*MsgVerifyBatch) MarshalToSizedBuffer

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

func (*MsgVerifyBatch) ProtoMessage

func (*MsgVerifyBatch) ProtoMessage()

func (*MsgVerifyBatch) Reset

func (m *MsgVerifyBatch) Reset()

func (*MsgVerifyBatch) Route

func (msg *MsgVerifyBatch) Route() string

func (*MsgVerifyBatch) Size

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

func (*MsgVerifyBatch) String

func (m *MsgVerifyBatch) String() string

func (*MsgVerifyBatch) Type

func (msg *MsgVerifyBatch) Type() string

func (*MsgVerifyBatch) Unmarshal

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

func (*MsgVerifyBatch) ValidateBasic

func (msg *MsgVerifyBatch) ValidateBasic() error

func (*MsgVerifyBatch) XXX_DiscardUnknown

func (m *MsgVerifyBatch) XXX_DiscardUnknown()

func (*MsgVerifyBatch) XXX_Marshal

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

func (*MsgVerifyBatch) XXX_Merge

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

func (*MsgVerifyBatch) XXX_Size

func (m *MsgVerifyBatch) XXX_Size() int

func (*MsgVerifyBatch) XXX_Unmarshal

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

type MsgVerifyBatchResponse

type MsgVerifyBatchResponse struct {
}

func (*MsgVerifyBatchResponse) Descriptor

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

func (*MsgVerifyBatchResponse) Marshal

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

func (*MsgVerifyBatchResponse) MarshalTo

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

func (*MsgVerifyBatchResponse) MarshalToSizedBuffer

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

func (*MsgVerifyBatchResponse) ProtoMessage

func (*MsgVerifyBatchResponse) ProtoMessage()

func (*MsgVerifyBatchResponse) Reset

func (m *MsgVerifyBatchResponse) Reset()

func (*MsgVerifyBatchResponse) Size

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

func (*MsgVerifyBatchResponse) String

func (m *MsgVerifyBatchResponse) String() string

func (*MsgVerifyBatchResponse) Unmarshal

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

func (*MsgVerifyBatchResponse) XXX_DiscardUnknown

func (m *MsgVerifyBatchResponse) XXX_DiscardUnknown()

func (*MsgVerifyBatchResponse) XXX_Marshal

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

func (*MsgVerifyBatchResponse) XXX_Merge

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

func (*MsgVerifyBatchResponse) XXX_Size

func (m *MsgVerifyBatchResponse) XXX_Size() int

func (*MsgVerifyBatchResponse) XXX_Unmarshal

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

type MsgVotePoll

type MsgVotePoll struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	ChainId string `protobuf:"bytes,2,opt,name=chainId,proto3" json:"chainId,omitempty"`
	PollId  string `protobuf:"bytes,3,opt,name=pollId,proto3" json:"pollId,omitempty"`
	Vote    bool   `protobuf:"varint,4,opt,name=vote,proto3" json:"vote,omitempty"`
}

func NewMsgVotePoll

func NewMsgVotePoll(creator string, chainId string, pollId string, vote bool) *MsgVotePoll

func (*MsgVotePoll) Descriptor

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

func (*MsgVotePoll) GetChainId

func (m *MsgVotePoll) GetChainId() string

func (*MsgVotePoll) GetCreator

func (m *MsgVotePoll) GetCreator() string

func (*MsgVotePoll) GetPollId

func (m *MsgVotePoll) GetPollId() string

func (*MsgVotePoll) GetSignBytes

func (msg *MsgVotePoll) GetSignBytes() []byte

func (*MsgVotePoll) GetSigners

func (msg *MsgVotePoll) GetSigners() []sdk.AccAddress

func (*MsgVotePoll) GetVote

func (m *MsgVotePoll) GetVote() bool

func (*MsgVotePoll) Marshal

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

func (*MsgVotePoll) MarshalTo

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

func (*MsgVotePoll) MarshalToSizedBuffer

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

func (*MsgVotePoll) ProtoMessage

func (*MsgVotePoll) ProtoMessage()

func (*MsgVotePoll) Reset

func (m *MsgVotePoll) Reset()

func (*MsgVotePoll) Route

func (msg *MsgVotePoll) Route() string

func (*MsgVotePoll) Size

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

func (*MsgVotePoll) String

func (m *MsgVotePoll) String() string

func (*MsgVotePoll) Type

func (msg *MsgVotePoll) Type() string

func (*MsgVotePoll) Unmarshal

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

func (*MsgVotePoll) ValidateBasic

func (msg *MsgVotePoll) ValidateBasic() error

func (*MsgVotePoll) XXX_DiscardUnknown

func (m *MsgVotePoll) XXX_DiscardUnknown()

func (*MsgVotePoll) XXX_Marshal

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

func (*MsgVotePoll) XXX_Merge

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

func (*MsgVotePoll) XXX_Size

func (m *MsgVotePoll) XXX_Size() int

func (*MsgVotePoll) XXX_Unmarshal

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

type MsgVotePollResponse

type MsgVotePollResponse struct {
}

func (*MsgVotePollResponse) Descriptor

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

func (*MsgVotePollResponse) Marshal

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

func (*MsgVotePollResponse) MarshalTo

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

func (*MsgVotePollResponse) MarshalToSizedBuffer

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

func (*MsgVotePollResponse) ProtoMessage

func (*MsgVotePollResponse) ProtoMessage()

func (*MsgVotePollResponse) Reset

func (m *MsgVotePollResponse) Reset()

func (*MsgVotePollResponse) Size

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

func (*MsgVotePollResponse) String

func (m *MsgVotePollResponse) String() string

func (*MsgVotePollResponse) Unmarshal

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

func (*MsgVotePollResponse) XXX_DiscardUnknown

func (m *MsgVotePollResponse) XXX_DiscardUnknown()

func (*MsgVotePollResponse) XXX_Marshal

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

func (*MsgVotePollResponse) XXX_Merge

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

func (*MsgVotePollResponse) XXX_Size

func (m *MsgVotePollResponse) XXX_Size() int

func (*MsgVotePollResponse) XXX_Unmarshal

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

type Params

type Params struct {
}

Params defines the parameters for the module.

func DefaultParams

func DefaultParams() Params

DefaultParams returns a default set of parameters

func NewParams

func NewParams() Params

NewParams creates a new Params instance

func (*Params) Descriptor

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

func (*Params) Marshal

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

func (*Params) MarshalTo

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

func (*Params) MarshalToSizedBuffer

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

func (*Params) ParamSetPairs

func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs

ParamSetPairs get the params.ParamSet

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) Reset

func (m *Params) Reset()

func (*Params) Size

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

func (Params) String

func (p Params) String() string

String implements the Stringer interface.

func (*Params) Unmarshal

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

func (Params) Validate

func (p Params) Validate() error

Validate validates the set of params

func (*Params) XXX_DiscardUnknown

func (m *Params) XXX_DiscardUnknown()

func (*Params) XXX_Marshal

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

func (*Params) XXX_Merge

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

func (*Params) XXX_Size

func (m *Params) XXX_Size() int

func (*Params) XXX_Unmarshal

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

type Poll

type Poll struct {
	PollId          string   `protobuf:"bytes,1,opt,name=pollId,proto3" json:"pollId,omitempty"`
	ChainId         string   `protobuf:"bytes,2,opt,name=chainId,proto3" json:"chainId,omitempty"`
	NewValidator    string   `protobuf:"bytes,3,opt,name=newValidator,proto3" json:"newValidator,omitempty"`
	VotesDoneBy     []string `protobuf:"bytes,4,rep,name=votesDoneBy,proto3" json:"votesDoneBy,omitempty"`
	Votes           []string `protobuf:"bytes,5,rep,name=votes,proto3" json:"votes,omitempty"`
	TotalValidators uint64   `protobuf:"varint,6,opt,name=totalValidators,proto3" json:"totalValidators,omitempty"`
	IsComplete      bool     `protobuf:"varint,7,opt,name=isComplete,proto3" json:"isComplete,omitempty"`
	StartDate       string   `protobuf:"bytes,8,opt,name=startDate,proto3" json:"startDate,omitempty"`
	PollCreator     string   `protobuf:"bytes,9,opt,name=pollCreator,proto3" json:"pollCreator,omitempty"`
}

func (*Poll) Descriptor

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

func (*Poll) GetChainId

func (m *Poll) GetChainId() string

func (*Poll) GetIsComplete

func (m *Poll) GetIsComplete() bool

func (*Poll) GetNewValidator

func (m *Poll) GetNewValidator() string

func (*Poll) GetPollCreator

func (m *Poll) GetPollCreator() string

func (*Poll) GetPollId

func (m *Poll) GetPollId() string

func (*Poll) GetStartDate

func (m *Poll) GetStartDate() string

func (*Poll) GetTotalValidators

func (m *Poll) GetTotalValidators() uint64

func (*Poll) GetVotes

func (m *Poll) GetVotes() []string

func (*Poll) GetVotesDoneBy

func (m *Poll) GetVotesDoneBy() []string

func (*Poll) Marshal

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

func (*Poll) MarshalTo

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

func (*Poll) MarshalToSizedBuffer

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

func (*Poll) ProtoMessage

func (*Poll) ProtoMessage()

func (*Poll) Reset

func (m *Poll) Reset()

func (*Poll) Size

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

func (*Poll) String

func (m *Poll) String() string

func (*Poll) Unmarshal

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

func (*Poll) XXX_DiscardUnknown

func (m *Poll) XXX_DiscardUnknown()

func (*Poll) XXX_Marshal

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

func (*Poll) XXX_Merge

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

func (*Poll) XXX_Size

func (m *Poll) XXX_Size() int

func (*Poll) XXX_Unmarshal

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

type QueryClient

type QueryClient interface {
	// Parameters queries the parameters of the module.
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	// Queries a list of VerificationKey items.
	VerificationKey(ctx context.Context, in *QueryVerificationKeyRequest, opts ...grpc.CallOption) (*QueryVerificationKeyResponse, error)
	// Queries a list of ShowExecutionLayerByAddress items.
	ShowExecutionLayerByAddress(ctx context.Context, in *QueryShowExecutionLayerByAddressRequest, opts ...grpc.CallOption) (*QueryShowExecutionLayerByAddressResponse, error)
	// Queries a list of ShowExecutionLayerById items.
	ShowExecutionLayerById(ctx context.Context, in *QueryShowExecutionLayerByIdRequest, opts ...grpc.CallOption) (*QueryShowExecutionLayerByIdResponse, error)
	// Queries a list of ListAllExecutionLayers items.
	ListAllExecutionLayers(ctx context.Context, in *QueryListAllExecutionLayersRequest, opts ...grpc.CallOption) (*QueryListAllExecutionLayersResponse, error)
	// Queries a list of GetBatch items.
	GetBatch(ctx context.Context, in *QueryGetBatchRequest, opts ...grpc.CallOption) (*QueryGetBatchResponse, error)
	// Queries a list of ListPolls items.
	ListPolls(ctx context.Context, in *QueryListPollsRequest, opts ...grpc.CallOption) (*QueryListPollsResponse, error)
	// Queries a list of GetPoll items.
	GetPoll(ctx context.Context, in *QueryGetPollRequest, opts ...grpc.CallOption) (*QueryGetPollResponse, error)
	// Queries a list of QVerifyBatch items.
	QVerifyBatch(ctx context.Context, in *QueryQVerifyBatchRequest, opts ...grpc.CallOption) (*QueryQVerifyBatchResponse, error)
}

QueryClient is the client API for Query service.

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

func NewQueryClient

func NewQueryClient(cc grpc1.ClientConn) QueryClient

type QueryGetBatchRequest

type QueryGetBatchRequest struct {
	BatchNumber uint64 `protobuf:"varint,1,opt,name=batchNumber,proto3" json:"batchNumber,omitempty"`
	ChainId     string `protobuf:"bytes,2,opt,name=chainId,proto3" json:"chainId,omitempty"`
}

func (*QueryGetBatchRequest) Descriptor

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

func (*QueryGetBatchRequest) GetBatchNumber

func (m *QueryGetBatchRequest) GetBatchNumber() uint64

func (*QueryGetBatchRequest) GetChainId

func (m *QueryGetBatchRequest) GetChainId() string

func (*QueryGetBatchRequest) Marshal

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

func (*QueryGetBatchRequest) MarshalTo

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

func (*QueryGetBatchRequest) MarshalToSizedBuffer

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

func (*QueryGetBatchRequest) ProtoMessage

func (*QueryGetBatchRequest) ProtoMessage()

func (*QueryGetBatchRequest) Reset

func (m *QueryGetBatchRequest) Reset()

func (*QueryGetBatchRequest) Size

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

func (*QueryGetBatchRequest) String

func (m *QueryGetBatchRequest) String() string

func (*QueryGetBatchRequest) Unmarshal

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

func (*QueryGetBatchRequest) XXX_DiscardUnknown

func (m *QueryGetBatchRequest) XXX_DiscardUnknown()

func (*QueryGetBatchRequest) XXX_Marshal

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

func (*QueryGetBatchRequest) XXX_Merge

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

func (*QueryGetBatchRequest) XXX_Size

func (m *QueryGetBatchRequest) XXX_Size() int

func (*QueryGetBatchRequest) XXX_Unmarshal

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

type QueryGetBatchResponse

type QueryGetBatchResponse struct {
	Batch *BatchMax `protobuf:"bytes,1,opt,name=batch,proto3" json:"batch,omitempty"`
}

func (*QueryGetBatchResponse) Descriptor

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

func (*QueryGetBatchResponse) GetBatch

func (m *QueryGetBatchResponse) GetBatch() *BatchMax

func (*QueryGetBatchResponse) Marshal

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

func (*QueryGetBatchResponse) MarshalTo

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

func (*QueryGetBatchResponse) MarshalToSizedBuffer

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

func (*QueryGetBatchResponse) ProtoMessage

func (*QueryGetBatchResponse) ProtoMessage()

func (*QueryGetBatchResponse) Reset

func (m *QueryGetBatchResponse) Reset()

func (*QueryGetBatchResponse) Size

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

func (*QueryGetBatchResponse) String

func (m *QueryGetBatchResponse) String() string

func (*QueryGetBatchResponse) Unmarshal

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

func (*QueryGetBatchResponse) XXX_DiscardUnknown

func (m *QueryGetBatchResponse) XXX_DiscardUnknown()

func (*QueryGetBatchResponse) XXX_Marshal

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

func (*QueryGetBatchResponse) XXX_Merge

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

func (*QueryGetBatchResponse) XXX_Size

func (m *QueryGetBatchResponse) XXX_Size() int

func (*QueryGetBatchResponse) XXX_Unmarshal

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

type QueryGetPollRequest

type QueryGetPollRequest struct {
	ChainId string `protobuf:"bytes,1,opt,name=chainId,proto3" json:"chainId,omitempty"`
	PollId  string `protobuf:"bytes,2,opt,name=pollId,proto3" json:"pollId,omitempty"`
}

func (*QueryGetPollRequest) Descriptor

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

func (*QueryGetPollRequest) GetChainId

func (m *QueryGetPollRequest) GetChainId() string

func (*QueryGetPollRequest) GetPollId

func (m *QueryGetPollRequest) GetPollId() string

func (*QueryGetPollRequest) Marshal

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

func (*QueryGetPollRequest) MarshalTo

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

func (*QueryGetPollRequest) MarshalToSizedBuffer

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

func (*QueryGetPollRequest) ProtoMessage

func (*QueryGetPollRequest) ProtoMessage()

func (*QueryGetPollRequest) Reset

func (m *QueryGetPollRequest) Reset()

func (*QueryGetPollRequest) Size

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

func (*QueryGetPollRequest) String

func (m *QueryGetPollRequest) String() string

func (*QueryGetPollRequest) Unmarshal

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

func (*QueryGetPollRequest) XXX_DiscardUnknown

func (m *QueryGetPollRequest) XXX_DiscardUnknown()

func (*QueryGetPollRequest) XXX_Marshal

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

func (*QueryGetPollRequest) XXX_Merge

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

func (*QueryGetPollRequest) XXX_Size

func (m *QueryGetPollRequest) XXX_Size() int

func (*QueryGetPollRequest) XXX_Unmarshal

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

type QueryGetPollResponse

type QueryGetPollResponse struct {
	Poll *Poll `protobuf:"bytes,1,opt,name=poll,proto3" json:"poll,omitempty"`
}

func (*QueryGetPollResponse) Descriptor

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

func (*QueryGetPollResponse) GetPoll

func (m *QueryGetPollResponse) GetPoll() *Poll

func (*QueryGetPollResponse) Marshal

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

func (*QueryGetPollResponse) MarshalTo

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

func (*QueryGetPollResponse) MarshalToSizedBuffer

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

func (*QueryGetPollResponse) ProtoMessage

func (*QueryGetPollResponse) ProtoMessage()

func (*QueryGetPollResponse) Reset

func (m *QueryGetPollResponse) Reset()

func (*QueryGetPollResponse) Size

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

func (*QueryGetPollResponse) String

func (m *QueryGetPollResponse) String() string

func (*QueryGetPollResponse) Unmarshal

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

func (*QueryGetPollResponse) XXX_DiscardUnknown

func (m *QueryGetPollResponse) XXX_DiscardUnknown()

func (*QueryGetPollResponse) XXX_Marshal

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

func (*QueryGetPollResponse) XXX_Merge

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

func (*QueryGetPollResponse) XXX_Size

func (m *QueryGetPollResponse) XXX_Size() int

func (*QueryGetPollResponse) XXX_Unmarshal

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

type QueryListAllExecutionLayersRequest

type QueryListAllExecutionLayersRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryListAllExecutionLayersRequest) Descriptor

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

func (*QueryListAllExecutionLayersRequest) GetPagination

func (*QueryListAllExecutionLayersRequest) Marshal

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

func (*QueryListAllExecutionLayersRequest) MarshalTo

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

func (*QueryListAllExecutionLayersRequest) MarshalToSizedBuffer

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

func (*QueryListAllExecutionLayersRequest) ProtoMessage

func (*QueryListAllExecutionLayersRequest) ProtoMessage()

func (*QueryListAllExecutionLayersRequest) Reset

func (*QueryListAllExecutionLayersRequest) Size

func (*QueryListAllExecutionLayersRequest) String

func (*QueryListAllExecutionLayersRequest) Unmarshal

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

func (*QueryListAllExecutionLayersRequest) XXX_DiscardUnknown

func (m *QueryListAllExecutionLayersRequest) XXX_DiscardUnknown()

func (*QueryListAllExecutionLayersRequest) XXX_Marshal

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

func (*QueryListAllExecutionLayersRequest) XXX_Merge

func (*QueryListAllExecutionLayersRequest) XXX_Size

func (*QueryListAllExecutionLayersRequest) XXX_Unmarshal

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

type QueryListAllExecutionLayersResponse

type QueryListAllExecutionLayersResponse struct {
	Exelayer   []*Exelayer         `protobuf:"bytes,1,rep,name=exelayer,proto3" json:"exelayer,omitempty"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryListAllExecutionLayersResponse) Descriptor

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

func (*QueryListAllExecutionLayersResponse) GetExelayer

func (m *QueryListAllExecutionLayersResponse) GetExelayer() []*Exelayer

func (*QueryListAllExecutionLayersResponse) GetPagination

func (*QueryListAllExecutionLayersResponse) Marshal

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

func (*QueryListAllExecutionLayersResponse) MarshalTo

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

func (*QueryListAllExecutionLayersResponse) MarshalToSizedBuffer

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

func (*QueryListAllExecutionLayersResponse) ProtoMessage

func (*QueryListAllExecutionLayersResponse) ProtoMessage()

func (*QueryListAllExecutionLayersResponse) Reset

func (*QueryListAllExecutionLayersResponse) Size

func (*QueryListAllExecutionLayersResponse) String

func (*QueryListAllExecutionLayersResponse) Unmarshal

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

func (*QueryListAllExecutionLayersResponse) XXX_DiscardUnknown

func (m *QueryListAllExecutionLayersResponse) XXX_DiscardUnknown()

func (*QueryListAllExecutionLayersResponse) XXX_Marshal

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

func (*QueryListAllExecutionLayersResponse) XXX_Merge

func (*QueryListAllExecutionLayersResponse) XXX_Size

func (*QueryListAllExecutionLayersResponse) XXX_Unmarshal

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

type QueryListPollsRequest

type QueryListPollsRequest struct {
	ChainId    string             `protobuf:"bytes,1,opt,name=chainId,proto3" json:"chainId,omitempty"`
	Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryListPollsRequest) Descriptor

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

func (*QueryListPollsRequest) GetChainId

func (m *QueryListPollsRequest) GetChainId() string

func (*QueryListPollsRequest) GetPagination

func (m *QueryListPollsRequest) GetPagination() *query.PageRequest

func (*QueryListPollsRequest) Marshal

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

func (*QueryListPollsRequest) MarshalTo

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

func (*QueryListPollsRequest) MarshalToSizedBuffer

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

func (*QueryListPollsRequest) ProtoMessage

func (*QueryListPollsRequest) ProtoMessage()

func (*QueryListPollsRequest) Reset

func (m *QueryListPollsRequest) Reset()

func (*QueryListPollsRequest) Size

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

func (*QueryListPollsRequest) String

func (m *QueryListPollsRequest) String() string

func (*QueryListPollsRequest) Unmarshal

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

func (*QueryListPollsRequest) XXX_DiscardUnknown

func (m *QueryListPollsRequest) XXX_DiscardUnknown()

func (*QueryListPollsRequest) XXX_Marshal

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

func (*QueryListPollsRequest) XXX_Merge

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

func (*QueryListPollsRequest) XXX_Size

func (m *QueryListPollsRequest) XXX_Size() int

func (*QueryListPollsRequest) XXX_Unmarshal

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

type QueryListPollsResponse

type QueryListPollsResponse struct {
	Poll       []*Poll             `protobuf:"bytes,1,rep,name=poll,proto3" json:"poll,omitempty"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryListPollsResponse) Descriptor

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

func (*QueryListPollsResponse) GetPagination

func (m *QueryListPollsResponse) GetPagination() *query.PageResponse

func (*QueryListPollsResponse) GetPoll

func (m *QueryListPollsResponse) GetPoll() []*Poll

func (*QueryListPollsResponse) Marshal

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

func (*QueryListPollsResponse) MarshalTo

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

func (*QueryListPollsResponse) MarshalToSizedBuffer

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

func (*QueryListPollsResponse) ProtoMessage

func (*QueryListPollsResponse) ProtoMessage()

func (*QueryListPollsResponse) Reset

func (m *QueryListPollsResponse) Reset()

func (*QueryListPollsResponse) Size

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

func (*QueryListPollsResponse) String

func (m *QueryListPollsResponse) String() string

func (*QueryListPollsResponse) Unmarshal

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

func (*QueryListPollsResponse) XXX_DiscardUnknown

func (m *QueryListPollsResponse) XXX_DiscardUnknown()

func (*QueryListPollsResponse) XXX_Marshal

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

func (*QueryListPollsResponse) XXX_Merge

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

func (*QueryListPollsResponse) XXX_Size

func (m *QueryListPollsResponse) XXX_Size() int

func (*QueryListPollsResponse) XXX_Unmarshal

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

type QueryParamsRequest

type QueryParamsRequest struct {
}

QueryParamsRequest is request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor

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

func (*QueryParamsRequest) Marshal

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

func (*QueryParamsRequest) MarshalTo

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

func (*QueryParamsRequest) MarshalToSizedBuffer

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

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) Reset

func (m *QueryParamsRequest) Reset()

func (*QueryParamsRequest) Size

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

func (*QueryParamsRequest) String

func (m *QueryParamsRequest) String() string

func (*QueryParamsRequest) Unmarshal

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

func (*QueryParamsRequest) XXX_DiscardUnknown

func (m *QueryParamsRequest) XXX_DiscardUnknown()

func (*QueryParamsRequest) XXX_Marshal

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

func (*QueryParamsRequest) XXX_Merge

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

func (*QueryParamsRequest) XXX_Size

func (m *QueryParamsRequest) XXX_Size() int

func (*QueryParamsRequest) XXX_Unmarshal

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

type QueryParamsResponse

type QueryParamsResponse struct {
	// params holds all the parameters of this module.
	Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}

QueryParamsResponse is response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor

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

func (*QueryParamsResponse) GetParams

func (m *QueryParamsResponse) GetParams() Params

func (*QueryParamsResponse) Marshal

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

func (*QueryParamsResponse) MarshalTo

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

func (*QueryParamsResponse) MarshalToSizedBuffer

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

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) Reset

func (m *QueryParamsResponse) Reset()

func (*QueryParamsResponse) Size

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

func (*QueryParamsResponse) String

func (m *QueryParamsResponse) String() string

func (*QueryParamsResponse) Unmarshal

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

func (*QueryParamsResponse) XXX_DiscardUnknown

func (m *QueryParamsResponse) XXX_DiscardUnknown()

func (*QueryParamsResponse) XXX_Marshal

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

func (*QueryParamsResponse) XXX_Merge

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

func (*QueryParamsResponse) XXX_Size

func (m *QueryParamsResponse) XXX_Size() int

func (*QueryParamsResponse) XXX_Unmarshal

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

type QueryQVerifyBatchRequest

type QueryQVerifyBatchRequest struct {
	BatchNumber    uint64 `protobuf:"varint,1,opt,name=batchNumber,proto3" json:"batchNumber,omitempty"`
	ChainId        string `protobuf:"bytes,2,opt,name=chainId,proto3" json:"chainId,omitempty"`
	MerkleRootHash string `protobuf:"bytes,3,opt,name=merkleRootHash,proto3" json:"merkleRootHash,omitempty"`
	PrevMerkleRoot string `protobuf:"bytes,4,opt,name=prevMerkleRoot,proto3" json:"prevMerkleRoot,omitempty"`
	ZkProof        string `protobuf:"bytes,5,opt,name=zkProof,proto3" json:"zkProof,omitempty"`
}

func (*QueryQVerifyBatchRequest) Descriptor

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

func (*QueryQVerifyBatchRequest) GetBatchNumber

func (m *QueryQVerifyBatchRequest) GetBatchNumber() uint64

func (*QueryQVerifyBatchRequest) GetChainId

func (m *QueryQVerifyBatchRequest) GetChainId() string

func (*QueryQVerifyBatchRequest) GetMerkleRootHash

func (m *QueryQVerifyBatchRequest) GetMerkleRootHash() string

func (*QueryQVerifyBatchRequest) GetPrevMerkleRoot

func (m *QueryQVerifyBatchRequest) GetPrevMerkleRoot() string

func (*QueryQVerifyBatchRequest) GetZkProof

func (m *QueryQVerifyBatchRequest) GetZkProof() string

func (*QueryQVerifyBatchRequest) Marshal

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

func (*QueryQVerifyBatchRequest) MarshalTo

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

func (*QueryQVerifyBatchRequest) MarshalToSizedBuffer

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

func (*QueryQVerifyBatchRequest) ProtoMessage

func (*QueryQVerifyBatchRequest) ProtoMessage()

func (*QueryQVerifyBatchRequest) Reset

func (m *QueryQVerifyBatchRequest) Reset()

func (*QueryQVerifyBatchRequest) Size

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

func (*QueryQVerifyBatchRequest) String

func (m *QueryQVerifyBatchRequest) String() string

func (*QueryQVerifyBatchRequest) Unmarshal

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

func (*QueryQVerifyBatchRequest) XXX_DiscardUnknown

func (m *QueryQVerifyBatchRequest) XXX_DiscardUnknown()

func (*QueryQVerifyBatchRequest) XXX_Marshal

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

func (*QueryQVerifyBatchRequest) XXX_Merge

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

func (*QueryQVerifyBatchRequest) XXX_Size

func (m *QueryQVerifyBatchRequest) XXX_Size() int

func (*QueryQVerifyBatchRequest) XXX_Unmarshal

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

type QueryQVerifyBatchResponse

type QueryQVerifyBatchResponse struct {
	Verified bool `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
}

func (*QueryQVerifyBatchResponse) Descriptor

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

func (*QueryQVerifyBatchResponse) GetVerified

func (m *QueryQVerifyBatchResponse) GetVerified() bool

func (*QueryQVerifyBatchResponse) Marshal

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

func (*QueryQVerifyBatchResponse) MarshalTo

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

func (*QueryQVerifyBatchResponse) MarshalToSizedBuffer

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

func (*QueryQVerifyBatchResponse) ProtoMessage

func (*QueryQVerifyBatchResponse) ProtoMessage()

func (*QueryQVerifyBatchResponse) Reset

func (m *QueryQVerifyBatchResponse) Reset()

func (*QueryQVerifyBatchResponse) Size

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

func (*QueryQVerifyBatchResponse) String

func (m *QueryQVerifyBatchResponse) String() string

func (*QueryQVerifyBatchResponse) Unmarshal

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

func (*QueryQVerifyBatchResponse) XXX_DiscardUnknown

func (m *QueryQVerifyBatchResponse) XXX_DiscardUnknown()

func (*QueryQVerifyBatchResponse) XXX_Marshal

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

func (*QueryQVerifyBatchResponse) XXX_Merge

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

func (*QueryQVerifyBatchResponse) XXX_Size

func (m *QueryQVerifyBatchResponse) XXX_Size() int

func (*QueryQVerifyBatchResponse) XXX_Unmarshal

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

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a list of VerificationKey items.
	VerificationKey(context.Context, *QueryVerificationKeyRequest) (*QueryVerificationKeyResponse, error)
	// Queries a list of ShowExecutionLayerByAddress items.
	ShowExecutionLayerByAddress(context.Context, *QueryShowExecutionLayerByAddressRequest) (*QueryShowExecutionLayerByAddressResponse, error)
	// Queries a list of ShowExecutionLayerById items.
	ShowExecutionLayerById(context.Context, *QueryShowExecutionLayerByIdRequest) (*QueryShowExecutionLayerByIdResponse, error)
	// Queries a list of ListAllExecutionLayers items.
	ListAllExecutionLayers(context.Context, *QueryListAllExecutionLayersRequest) (*QueryListAllExecutionLayersResponse, error)
	// Queries a list of GetBatch items.
	GetBatch(context.Context, *QueryGetBatchRequest) (*QueryGetBatchResponse, error)
	// Queries a list of ListPolls items.
	ListPolls(context.Context, *QueryListPollsRequest) (*QueryListPollsResponse, error)
	// Queries a list of GetPoll items.
	GetPoll(context.Context, *QueryGetPollRequest) (*QueryGetPollResponse, error)
	// Queries a list of QVerifyBatch items.
	QVerifyBatch(context.Context, *QueryQVerifyBatchRequest) (*QueryQVerifyBatchResponse, error)
}

QueryServer is the server API for Query service.

type QueryShowExecutionLayerByAddressRequest

type QueryShowExecutionLayerByAddressRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*QueryShowExecutionLayerByAddressRequest) Descriptor

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

func (*QueryShowExecutionLayerByAddressRequest) GetAddress

func (*QueryShowExecutionLayerByAddressRequest) Marshal

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

func (*QueryShowExecutionLayerByAddressRequest) MarshalTo

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

func (*QueryShowExecutionLayerByAddressRequest) MarshalToSizedBuffer

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

func (*QueryShowExecutionLayerByAddressRequest) ProtoMessage

func (*QueryShowExecutionLayerByAddressRequest) Reset

func (*QueryShowExecutionLayerByAddressRequest) Size

func (*QueryShowExecutionLayerByAddressRequest) String

func (*QueryShowExecutionLayerByAddressRequest) Unmarshal

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

func (*QueryShowExecutionLayerByAddressRequest) XXX_DiscardUnknown

func (m *QueryShowExecutionLayerByAddressRequest) XXX_DiscardUnknown()

func (*QueryShowExecutionLayerByAddressRequest) XXX_Marshal

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

func (*QueryShowExecutionLayerByAddressRequest) XXX_Merge

func (*QueryShowExecutionLayerByAddressRequest) XXX_Size

func (*QueryShowExecutionLayerByAddressRequest) XXX_Unmarshal

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

type QueryShowExecutionLayerByAddressResponse

type QueryShowExecutionLayerByAddressResponse struct {
	Exelayer *Exelayer `protobuf:"bytes,1,opt,name=exelayer,proto3" json:"exelayer,omitempty"`
}

func (*QueryShowExecutionLayerByAddressResponse) Descriptor

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

func (*QueryShowExecutionLayerByAddressResponse) GetExelayer

func (*QueryShowExecutionLayerByAddressResponse) Marshal

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

func (*QueryShowExecutionLayerByAddressResponse) MarshalTo

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

func (*QueryShowExecutionLayerByAddressResponse) MarshalToSizedBuffer

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

func (*QueryShowExecutionLayerByAddressResponse) ProtoMessage

func (*QueryShowExecutionLayerByAddressResponse) Reset

func (*QueryShowExecutionLayerByAddressResponse) Size

func (*QueryShowExecutionLayerByAddressResponse) String

func (*QueryShowExecutionLayerByAddressResponse) Unmarshal

func (*QueryShowExecutionLayerByAddressResponse) XXX_DiscardUnknown

func (m *QueryShowExecutionLayerByAddressResponse) XXX_DiscardUnknown()

func (*QueryShowExecutionLayerByAddressResponse) XXX_Marshal

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

func (*QueryShowExecutionLayerByAddressResponse) XXX_Merge

func (*QueryShowExecutionLayerByAddressResponse) XXX_Size

func (*QueryShowExecutionLayerByAddressResponse) XXX_Unmarshal

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

type QueryShowExecutionLayerByIdRequest

type QueryShowExecutionLayerByIdRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryShowExecutionLayerByIdRequest) Descriptor

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

func (*QueryShowExecutionLayerByIdRequest) GetId

func (*QueryShowExecutionLayerByIdRequest) Marshal

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

func (*QueryShowExecutionLayerByIdRequest) MarshalTo

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

func (*QueryShowExecutionLayerByIdRequest) MarshalToSizedBuffer

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

func (*QueryShowExecutionLayerByIdRequest) ProtoMessage

func (*QueryShowExecutionLayerByIdRequest) ProtoMessage()

func (*QueryShowExecutionLayerByIdRequest) Reset

func (*QueryShowExecutionLayerByIdRequest) Size

func (*QueryShowExecutionLayerByIdRequest) String

func (*QueryShowExecutionLayerByIdRequest) Unmarshal

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

func (*QueryShowExecutionLayerByIdRequest) XXX_DiscardUnknown

func (m *QueryShowExecutionLayerByIdRequest) XXX_DiscardUnknown()

func (*QueryShowExecutionLayerByIdRequest) XXX_Marshal

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

func (*QueryShowExecutionLayerByIdRequest) XXX_Merge

func (*QueryShowExecutionLayerByIdRequest) XXX_Size

func (*QueryShowExecutionLayerByIdRequest) XXX_Unmarshal

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

type QueryShowExecutionLayerByIdResponse

type QueryShowExecutionLayerByIdResponse struct {
	Exelayer *Exelayer `protobuf:"bytes,1,opt,name=exelayer,proto3" json:"exelayer,omitempty"`
}

func (*QueryShowExecutionLayerByIdResponse) Descriptor

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

func (*QueryShowExecutionLayerByIdResponse) GetExelayer

func (*QueryShowExecutionLayerByIdResponse) Marshal

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

func (*QueryShowExecutionLayerByIdResponse) MarshalTo

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

func (*QueryShowExecutionLayerByIdResponse) MarshalToSizedBuffer

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

func (*QueryShowExecutionLayerByIdResponse) ProtoMessage

func (*QueryShowExecutionLayerByIdResponse) ProtoMessage()

func (*QueryShowExecutionLayerByIdResponse) Reset

func (*QueryShowExecutionLayerByIdResponse) Size

func (*QueryShowExecutionLayerByIdResponse) String

func (*QueryShowExecutionLayerByIdResponse) Unmarshal

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

func (*QueryShowExecutionLayerByIdResponse) XXX_DiscardUnknown

func (m *QueryShowExecutionLayerByIdResponse) XXX_DiscardUnknown()

func (*QueryShowExecutionLayerByIdResponse) XXX_Marshal

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

func (*QueryShowExecutionLayerByIdResponse) XXX_Merge

func (*QueryShowExecutionLayerByIdResponse) XXX_Size

func (*QueryShowExecutionLayerByIdResponse) XXX_Unmarshal

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

type QueryVerificationKeyRequest

type QueryVerificationKeyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryVerificationKeyRequest) Descriptor

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

func (*QueryVerificationKeyRequest) GetId

func (*QueryVerificationKeyRequest) Marshal

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

func (*QueryVerificationKeyRequest) MarshalTo

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

func (*QueryVerificationKeyRequest) MarshalToSizedBuffer

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

func (*QueryVerificationKeyRequest) ProtoMessage

func (*QueryVerificationKeyRequest) ProtoMessage()

func (*QueryVerificationKeyRequest) Reset

func (m *QueryVerificationKeyRequest) Reset()

func (*QueryVerificationKeyRequest) Size

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

func (*QueryVerificationKeyRequest) String

func (m *QueryVerificationKeyRequest) String() string

func (*QueryVerificationKeyRequest) Unmarshal

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

func (*QueryVerificationKeyRequest) XXX_DiscardUnknown

func (m *QueryVerificationKeyRequest) XXX_DiscardUnknown()

func (*QueryVerificationKeyRequest) XXX_Marshal

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

func (*QueryVerificationKeyRequest) XXX_Merge

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

func (*QueryVerificationKeyRequest) XXX_Size

func (m *QueryVerificationKeyRequest) XXX_Size() int

func (*QueryVerificationKeyRequest) XXX_Unmarshal

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

type QueryVerificationKeyResponse

type QueryVerificationKeyResponse struct {
	Vkey string `protobuf:"bytes,1,opt,name=vkey,proto3" json:"vkey,omitempty"`
}

func (*QueryVerificationKeyResponse) Descriptor

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

func (*QueryVerificationKeyResponse) GetVkey

func (m *QueryVerificationKeyResponse) GetVkey() string

func (*QueryVerificationKeyResponse) Marshal

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

func (*QueryVerificationKeyResponse) MarshalTo

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

func (*QueryVerificationKeyResponse) MarshalToSizedBuffer

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

func (*QueryVerificationKeyResponse) ProtoMessage

func (*QueryVerificationKeyResponse) ProtoMessage()

func (*QueryVerificationKeyResponse) Reset

func (m *QueryVerificationKeyResponse) Reset()

func (*QueryVerificationKeyResponse) Size

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

func (*QueryVerificationKeyResponse) String

func (*QueryVerificationKeyResponse) Unmarshal

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

func (*QueryVerificationKeyResponse) XXX_DiscardUnknown

func (m *QueryVerificationKeyResponse) XXX_DiscardUnknown()

func (*QueryVerificationKeyResponse) XXX_Marshal

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

func (*QueryVerificationKeyResponse) XXX_Merge

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

func (*QueryVerificationKeyResponse) XXX_Size

func (m *QueryVerificationKeyResponse) XXX_Size() int

func (*QueryVerificationKeyResponse) XXX_Unmarshal

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

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer can be embedded to have forward compatible implementations.

func (*UnimplementedMsgServer) AddBatch

func (*UnimplementedMsgServer) AddExecutionLayer

func (*UnimplementedMsgServer) AddValidator

func (*UnimplementedMsgServer) DeleteExecutionLayer

func (*UnimplementedMsgServer) VerifyBatch

func (*UnimplementedMsgServer) VotePoll

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServer) GetBatch

func (*UnimplementedQueryServer) GetPoll

func (*UnimplementedQueryServer) ListPolls

func (*UnimplementedQueryServer) Params

func (*UnimplementedQueryServer) QVerifyBatch

func (*UnimplementedQueryServer) VerificationKey

type Vkey

type Vkey struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	VerificationKey string `protobuf:"bytes,2,opt,name=verificationKey,proto3" json:"verificationKey,omitempty"`
}

func (*Vkey) Descriptor

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

func (*Vkey) GetId

func (m *Vkey) GetId() string

func (*Vkey) GetVerificationKey

func (m *Vkey) GetVerificationKey() string

func (*Vkey) Marshal

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

func (*Vkey) MarshalTo

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

func (*Vkey) MarshalToSizedBuffer

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

func (*Vkey) ProtoMessage

func (*Vkey) ProtoMessage()

func (*Vkey) Reset

func (m *Vkey) Reset()

func (*Vkey) Size

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

func (*Vkey) String

func (m *Vkey) String() string

func (*Vkey) Unmarshal

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

func (*Vkey) XXX_DiscardUnknown

func (m *Vkey) XXX_DiscardUnknown()

func (*Vkey) XXX_Marshal

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

func (*Vkey) XXX_Merge

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

func (*Vkey) XXX_Size

func (m *Vkey) XXX_Size() int

func (*Vkey) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL