Versions in this module Expand all Collapse all v0 v0.3.2 Apr 16, 2025 Changes in this version + const Msg_InitProver_FullMethodName + const Msg_InitRollup_FullMethodName + const Msg_SubmitBatchMetadata_FullMethodName + const Msg_SubmitBatch_FullMethodName + const Msg_UpdateParams_FullMethodName + const Query_CheckMonikerAvailability_FullMethodName + const Query_GetAllBatches_FullMethodName + const Query_GetBatchInfo_FullMethodName + const Query_GetRollupByMoniker_FullMethodName + const Query_GetRollupInfo_FullMethodName + const Query_GetRollupStakedAmount_FullMethodName + const Query_GetRollups_FullMethodName + const Query_GetStakeDetailsByUser_FullMethodName + const Query_GetTotalStakedAmount_FullMethodName + const Query_Params_FullMethodName + var File_junction_rollup_batch_proto protoreflect.FileDescriptor + var File_junction_rollup_genesis_proto protoreflect.FileDescriptor + var File_junction_rollup_ledger_entry_proto protoreflect.FileDescriptor + var File_junction_rollup_packet_proto protoreflect.FileDescriptor + var File_junction_rollup_params_proto protoreflect.FileDescriptor + var File_junction_rollup_query_proto protoreflect.FileDescriptor + var File_junction_rollup_rollup_metadata_proto protoreflect.FileDescriptor + var File_junction_rollup_tx_proto protoreflect.FileDescriptor + var Msg_ServiceDesc = grpc.ServiceDesc + var Query_ServiceDesc = grpc.ServiceDesc + func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer) + func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer) + type Batch struct + BatchNo uint64 + DaCommitment string + DaHash string + DaName string + DaNamespace string + DaPointer string + IsFinalized bool + MerkleRootHash string + PreviousMerkleRootHash string + PublicWitness []byte + RollupId string + Submitter string + Timestamp string + ZkProof []byte + func (*Batch) Descriptor() ([]byte, []int) + func (*Batch) ProtoMessage() + func (x *Batch) GetBatchNo() uint64 + func (x *Batch) GetDaCommitment() string + func (x *Batch) GetDaHash() string + func (x *Batch) GetDaName() string + func (x *Batch) GetDaNamespace() string + func (x *Batch) GetDaPointer() string + func (x *Batch) GetIsFinalized() bool + func (x *Batch) GetMerkleRootHash() string + func (x *Batch) GetPreviousMerkleRootHash() string + func (x *Batch) GetPublicWitness() []byte + func (x *Batch) GetRollupId() string + func (x *Batch) GetSubmitter() string + func (x *Batch) GetTimestamp() string + func (x *Batch) GetZkProof() []byte + func (x *Batch) ProtoReflect() protoreflect.Message + func (x *Batch) Reset() + func (x *Batch) String() string + type Creator struct + CreatorAddress string + Rollups []*RollupStake + func (*Creator) Descriptor() ([]byte, []int) + func (*Creator) ProtoMessage() + func (x *Creator) GetCreatorAddress() string + func (x *Creator) GetRollups() []*RollupStake + func (x *Creator) ProtoReflect() protoreflect.Message + func (x *Creator) Reset() + func (x *Creator) String() string + type GenesisState struct + Params *Params + PortId string + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (x *GenesisState) GetParams() *Params + func (x *GenesisState) GetPortId() string + func (x *GenesisState) ProtoReflect() protoreflect.Message + func (x *GenesisState) Reset() + func (x *GenesisState) String() string + type LedgerEntry struct + AmountStaked uint64 + BlockHeight uint64 + CreatorAddress string + Denom string + RollupId string + Timestamp string + func (*LedgerEntry) Descriptor() ([]byte, []int) + func (*LedgerEntry) ProtoMessage() + func (x *LedgerEntry) GetAmountStaked() uint64 + func (x *LedgerEntry) GetBlockHeight() uint64 + func (x *LedgerEntry) GetCreatorAddress() string + func (x *LedgerEntry) GetDenom() string + func (x *LedgerEntry) GetRollupId() string + func (x *LedgerEntry) GetTimestamp() string + func (x *LedgerEntry) ProtoReflect() protoreflect.Message + func (x *LedgerEntry) Reset() + func (x *LedgerEntry) String() string + type MsgClient interface + InitProver func(ctx context.Context, in *MsgInitProver, opts ...grpc.CallOption) (*MsgInitProverResponse, error) + InitRollup func(ctx context.Context, in *MsgInitRollup, opts ...grpc.CallOption) (*MsgInitRollupResponse, error) + SubmitBatch func(ctx context.Context, in *MsgSubmitBatch, opts ...grpc.CallOption) (*MsgSubmitBatchResponse, error) + SubmitBatchMetadata func(ctx context.Context, in *MsgSubmitBatchMetadata, opts ...grpc.CallOption) (*MsgSubmitBatchMetadataResponse, error) + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + func NewMsgClient(cc grpc.ClientConnInterface) MsgClient + type MsgInitProver struct + Creator string + ProverEndpoint string + ProverType string + ProverVerificationKey []byte + RollupId string + func (*MsgInitProver) Descriptor() ([]byte, []int) + func (*MsgInitProver) ProtoMessage() + func (x *MsgInitProver) GetCreator() string + func (x *MsgInitProver) GetProverEndpoint() string + func (x *MsgInitProver) GetProverType() string + func (x *MsgInitProver) GetProverVerificationKey() []byte + func (x *MsgInitProver) GetRollupId() string + func (x *MsgInitProver) ProtoReflect() protoreflect.Message + func (x *MsgInitProver) Reset() + func (x *MsgInitProver) String() string + type MsgInitProverResponse struct + Status bool + func (*MsgInitProverResponse) Descriptor() ([]byte, []int) + func (*MsgInitProverResponse) ProtoMessage() + func (x *MsgInitProverResponse) GetStatus() bool + func (x *MsgInitProverResponse) ProtoReflect() protoreflect.Message + func (x *MsgInitProverResponse) Reset() + func (x *MsgInitProverResponse) String() string + type MsgInitRollup struct + AclContractAddress string + AscContractAddress string + ChainId string + Creator string + DaType string + DenomName string + GatewayContractAddress string + Keys []string + KmsVerifierAddress string + Moniker string + RelayerASCAddress string + RelayerGAddress string + Supply []uint64 + TfheExecutorAddress string + func (*MsgInitRollup) Descriptor() ([]byte, []int) + func (*MsgInitRollup) ProtoMessage() + func (x *MsgInitRollup) GetAclContractAddress() string + func (x *MsgInitRollup) GetAscContractAddress() string + func (x *MsgInitRollup) GetChainId() string + func (x *MsgInitRollup) GetCreator() string + func (x *MsgInitRollup) GetDaType() string + func (x *MsgInitRollup) GetDenomName() string + func (x *MsgInitRollup) GetGatewayContractAddress() string + func (x *MsgInitRollup) GetKeys() []string + func (x *MsgInitRollup) GetKmsVerifierAddress() string + func (x *MsgInitRollup) GetMoniker() string + func (x *MsgInitRollup) GetRelayerASCAddress() string + func (x *MsgInitRollup) GetRelayerGAddress() string + func (x *MsgInitRollup) GetSupply() []uint64 + func (x *MsgInitRollup) GetTfheExecutorAddress() string + func (x *MsgInitRollup) ProtoReflect() protoreflect.Message + func (x *MsgInitRollup) Reset() + func (x *MsgInitRollup) String() string + type MsgInitRollupResponse struct + RollupId string + Status bool + func (*MsgInitRollupResponse) Descriptor() ([]byte, []int) + func (*MsgInitRollupResponse) ProtoMessage() + func (x *MsgInitRollupResponse) GetRollupId() string + func (x *MsgInitRollupResponse) GetStatus() bool + func (x *MsgInitRollupResponse) ProtoReflect() protoreflect.Message + func (x *MsgInitRollupResponse) Reset() + func (x *MsgInitRollupResponse) String() string + type MsgServer interface + InitProver func(context.Context, *MsgInitProver) (*MsgInitProverResponse, error) + InitRollup func(context.Context, *MsgInitRollup) (*MsgInitRollupResponse, error) + SubmitBatch func(context.Context, *MsgSubmitBatch) (*MsgSubmitBatchResponse, error) + SubmitBatchMetadata func(context.Context, *MsgSubmitBatchMetadata) (*MsgSubmitBatchMetadataResponse, error) + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type MsgSubmitBatch struct + BatchNo uint64 + Creator string + MerkleRootHash string + PreviousMerkleRootHash string + PublicWitness []byte + RollupId string + ZkProof []byte + func (*MsgSubmitBatch) Descriptor() ([]byte, []int) + func (*MsgSubmitBatch) ProtoMessage() + func (x *MsgSubmitBatch) GetBatchNo() uint64 + func (x *MsgSubmitBatch) GetCreator() string + func (x *MsgSubmitBatch) GetMerkleRootHash() string + func (x *MsgSubmitBatch) GetPreviousMerkleRootHash() string + func (x *MsgSubmitBatch) GetPublicWitness() []byte + func (x *MsgSubmitBatch) GetRollupId() string + func (x *MsgSubmitBatch) GetZkProof() []byte + func (x *MsgSubmitBatch) ProtoReflect() protoreflect.Message + func (x *MsgSubmitBatch) Reset() + func (x *MsgSubmitBatch) String() string + type MsgSubmitBatchMetadata struct + BatchNo uint64 + Creator string + DaCommitment string + DaHash string + DaName string + DaNamespace string + DaPointer string + RollupId string + func (*MsgSubmitBatchMetadata) Descriptor() ([]byte, []int) + func (*MsgSubmitBatchMetadata) ProtoMessage() + func (x *MsgSubmitBatchMetadata) GetBatchNo() uint64 + func (x *MsgSubmitBatchMetadata) GetCreator() string + func (x *MsgSubmitBatchMetadata) GetDaCommitment() string + func (x *MsgSubmitBatchMetadata) GetDaHash() string + func (x *MsgSubmitBatchMetadata) GetDaName() string + func (x *MsgSubmitBatchMetadata) GetDaNamespace() string + func (x *MsgSubmitBatchMetadata) GetDaPointer() string + func (x *MsgSubmitBatchMetadata) GetRollupId() string + func (x *MsgSubmitBatchMetadata) ProtoReflect() protoreflect.Message + func (x *MsgSubmitBatchMetadata) Reset() + func (x *MsgSubmitBatchMetadata) String() string + type MsgSubmitBatchMetadataResponse struct + Status bool + func (*MsgSubmitBatchMetadataResponse) Descriptor() ([]byte, []int) + func (*MsgSubmitBatchMetadataResponse) ProtoMessage() + func (x *MsgSubmitBatchMetadataResponse) GetStatus() bool + func (x *MsgSubmitBatchMetadataResponse) ProtoReflect() protoreflect.Message + func (x *MsgSubmitBatchMetadataResponse) Reset() + func (x *MsgSubmitBatchMetadataResponse) String() string + type MsgSubmitBatchResponse struct + Status bool + func (*MsgSubmitBatchResponse) Descriptor() ([]byte, []int) + func (*MsgSubmitBatchResponse) ProtoMessage() + func (x *MsgSubmitBatchResponse) GetStatus() bool + func (x *MsgSubmitBatchResponse) ProtoReflect() protoreflect.Message + func (x *MsgSubmitBatchResponse) Reset() + func (x *MsgSubmitBatchResponse) String() string + type MsgUpdateParams struct + Authority string + Params *Params + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (x *MsgUpdateParams) GetAuthority() string + func (x *MsgUpdateParams) GetParams() *Params + func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParams) Reset() + func (x *MsgUpdateParams) String() string + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParamsResponse) Reset() + func (x *MsgUpdateParamsResponse) String() string + type NoData struct + func (*NoData) Descriptor() ([]byte, []int) + func (*NoData) ProtoMessage() + func (x *NoData) ProtoReflect() protoreflect.Message + func (x *NoData) Reset() + func (x *NoData) String() string + type Params struct + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (x *Params) ProtoReflect() protoreflect.Message + func (x *Params) Reset() + func (x *Params) String() string + type QueryCheckMonikerAvailabilityRequest struct + Moniker string + func (*QueryCheckMonikerAvailabilityRequest) Descriptor() ([]byte, []int) + func (*QueryCheckMonikerAvailabilityRequest) ProtoMessage() + func (x *QueryCheckMonikerAvailabilityRequest) GetMoniker() string + func (x *QueryCheckMonikerAvailabilityRequest) ProtoReflect() protoreflect.Message + func (x *QueryCheckMonikerAvailabilityRequest) Reset() + func (x *QueryCheckMonikerAvailabilityRequest) String() string + type QueryCheckMonikerAvailabilityResponse struct + IsAvailable bool + func (*QueryCheckMonikerAvailabilityResponse) Descriptor() ([]byte, []int) + func (*QueryCheckMonikerAvailabilityResponse) ProtoMessage() + func (x *QueryCheckMonikerAvailabilityResponse) GetIsAvailable() bool + func (x *QueryCheckMonikerAvailabilityResponse) ProtoReflect() protoreflect.Message + func (x *QueryCheckMonikerAvailabilityResponse) Reset() + func (x *QueryCheckMonikerAvailabilityResponse) String() string + type QueryClient interface + CheckMonikerAvailability func(ctx context.Context, in *QueryCheckMonikerAvailabilityRequest, ...) (*QueryCheckMonikerAvailabilityResponse, error) + GetAllBatches func(ctx context.Context, in *QueryGetAllBatchesRequest, opts ...grpc.CallOption) (*QueryGetAllBatchesResponse, error) + GetBatchInfo func(ctx context.Context, in *QueryGetBatchInfoRequest, opts ...grpc.CallOption) (*QueryGetBatchInfoResponse, error) + GetRollupByMoniker func(ctx context.Context, in *QueryGetRollupByMonikerRequest, ...) (*QueryGetRollupByMonikerResponse, error) + GetRollupInfo func(ctx context.Context, in *QueryGetRollupInfoRequest, opts ...grpc.CallOption) (*QueryGetRollupInfoResponse, error) + GetRollupStakedAmount func(ctx context.Context, in *QueryGetRollupStakedAmountRequest, ...) (*QueryGetRollupStakedAmountResponse, error) + GetRollups func(ctx context.Context, in *QueryGetRollupsRequest, opts ...grpc.CallOption) (*QueryGetRollupsResponse, error) + GetStakeDetailsByUser func(ctx context.Context, in *QueryGetStakeDetailsByUserRequest, ...) (*QueryGetStakeDetailsByUserResponse, error) + GetTotalStakedAmount func(ctx context.Context, in *QueryGetTotalStakedAmountRequest, ...) (*QueryGetTotalStakedAmountResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + func NewQueryClient(cc grpc.ClientConnInterface) QueryClient + type QueryGetAllBatchesRequest struct + RollupId string + XLimit isQueryGetAllBatchesRequest_XLimit + XOffset isQueryGetAllBatchesRequest_XOffset + XOrder isQueryGetAllBatchesRequest_XOrder + func (*QueryGetAllBatchesRequest) Descriptor() ([]byte, []int) + func (*QueryGetAllBatchesRequest) ProtoMessage() + func (x *QueryGetAllBatchesRequest) GetLimit() uint64 + func (x *QueryGetAllBatchesRequest) GetOffset() uint64 + func (x *QueryGetAllBatchesRequest) GetOrder() string + func (x *QueryGetAllBatchesRequest) GetRollupId() string + func (x *QueryGetAllBatchesRequest) GetXLimit() isQueryGetAllBatchesRequest_XLimit + func (x *QueryGetAllBatchesRequest) GetXOffset() isQueryGetAllBatchesRequest_XOffset + func (x *QueryGetAllBatchesRequest) GetXOrder() isQueryGetAllBatchesRequest_XOrder + func (x *QueryGetAllBatchesRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetAllBatchesRequest) Reset() + func (x *QueryGetAllBatchesRequest) String() string + type QueryGetAllBatchesRequest_Limit struct + Limit uint64 + type QueryGetAllBatchesRequest_Offset struct + Offset uint64 + type QueryGetAllBatchesRequest_Order struct + Order string + type QueryGetAllBatchesResponse struct + Batch []*Batch + Limit uint64 + Offset uint64 + Order string + Total uint64 + func (*QueryGetAllBatchesResponse) Descriptor() ([]byte, []int) + func (*QueryGetAllBatchesResponse) ProtoMessage() + func (x *QueryGetAllBatchesResponse) GetBatch() []*Batch + func (x *QueryGetAllBatchesResponse) GetLimit() uint64 + func (x *QueryGetAllBatchesResponse) GetOffset() uint64 + func (x *QueryGetAllBatchesResponse) GetOrder() string + func (x *QueryGetAllBatchesResponse) GetTotal() uint64 + func (x *QueryGetAllBatchesResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetAllBatchesResponse) Reset() + func (x *QueryGetAllBatchesResponse) String() string + type QueryGetBatchInfoRequest struct + BatchNo uint64 + RollupId string + func (*QueryGetBatchInfoRequest) Descriptor() ([]byte, []int) + func (*QueryGetBatchInfoRequest) ProtoMessage() + func (x *QueryGetBatchInfoRequest) GetBatchNo() uint64 + func (x *QueryGetBatchInfoRequest) GetRollupId() string + func (x *QueryGetBatchInfoRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetBatchInfoRequest) Reset() + func (x *QueryGetBatchInfoRequest) String() string + type QueryGetBatchInfoResponse struct + BatchInfo *Batch + func (*QueryGetBatchInfoResponse) Descriptor() ([]byte, []int) + func (*QueryGetBatchInfoResponse) ProtoMessage() + func (x *QueryGetBatchInfoResponse) GetBatchInfo() *Batch + func (x *QueryGetBatchInfoResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetBatchInfoResponse) Reset() + func (x *QueryGetBatchInfoResponse) String() string + type QueryGetRollupByMonikerRequest struct + Moniker string + func (*QueryGetRollupByMonikerRequest) Descriptor() ([]byte, []int) + func (*QueryGetRollupByMonikerRequest) ProtoMessage() + func (x *QueryGetRollupByMonikerRequest) GetMoniker() string + func (x *QueryGetRollupByMonikerRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupByMonikerRequest) Reset() + func (x *QueryGetRollupByMonikerRequest) String() string + type QueryGetRollupByMonikerResponse struct + RollupInfo *RollupMetadata + func (*QueryGetRollupByMonikerResponse) Descriptor() ([]byte, []int) + func (*QueryGetRollupByMonikerResponse) ProtoMessage() + func (x *QueryGetRollupByMonikerResponse) GetRollupInfo() *RollupMetadata + func (x *QueryGetRollupByMonikerResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupByMonikerResponse) Reset() + func (x *QueryGetRollupByMonikerResponse) String() string + type QueryGetRollupInfoRequest struct + RollupId string + func (*QueryGetRollupInfoRequest) Descriptor() ([]byte, []int) + func (*QueryGetRollupInfoRequest) ProtoMessage() + func (x *QueryGetRollupInfoRequest) GetRollupId() string + func (x *QueryGetRollupInfoRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupInfoRequest) Reset() + func (x *QueryGetRollupInfoRequest) String() string + type QueryGetRollupInfoResponse struct + RollupInfo *RollupMetadata + func (*QueryGetRollupInfoResponse) Descriptor() ([]byte, []int) + func (*QueryGetRollupInfoResponse) ProtoMessage() + func (x *QueryGetRollupInfoResponse) GetRollupInfo() *RollupMetadata + func (x *QueryGetRollupInfoResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupInfoResponse) Reset() + func (x *QueryGetRollupInfoResponse) String() string + type QueryGetRollupStakedAmountRequest struct + RollupId string + func (*QueryGetRollupStakedAmountRequest) Descriptor() ([]byte, []int) + func (*QueryGetRollupStakedAmountRequest) ProtoMessage() + func (x *QueryGetRollupStakedAmountRequest) GetRollupId() string + func (x *QueryGetRollupStakedAmountRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupStakedAmountRequest) Reset() + func (x *QueryGetRollupStakedAmountRequest) String() string + type QueryGetRollupStakedAmountResponse struct + AmountStaked uint64 + Denom string + func (*QueryGetRollupStakedAmountResponse) Descriptor() ([]byte, []int) + func (*QueryGetRollupStakedAmountResponse) ProtoMessage() + func (x *QueryGetRollupStakedAmountResponse) GetAmountStaked() uint64 + func (x *QueryGetRollupStakedAmountResponse) GetDenom() string + func (x *QueryGetRollupStakedAmountResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupStakedAmountResponse) Reset() + func (x *QueryGetRollupStakedAmountResponse) String() string + type QueryGetRollupsRequest struct + Pagination *v1beta1.PageRequest + func (*QueryGetRollupsRequest) Descriptor() ([]byte, []int) + func (*QueryGetRollupsRequest) ProtoMessage() + func (x *QueryGetRollupsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryGetRollupsRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupsRequest) Reset() + func (x *QueryGetRollupsRequest) String() string + type QueryGetRollupsResponse struct + Pagination *v1beta1.PageResponse + Rollups []*RollupMetadata + func (*QueryGetRollupsResponse) Descriptor() ([]byte, []int) + func (*QueryGetRollupsResponse) ProtoMessage() + func (x *QueryGetRollupsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryGetRollupsResponse) GetRollups() []*RollupMetadata + func (x *QueryGetRollupsResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetRollupsResponse) Reset() + func (x *QueryGetRollupsResponse) String() string + type QueryGetStakeDetailsByUserRequest struct + Address string + func (*QueryGetStakeDetailsByUserRequest) Descriptor() ([]byte, []int) + func (*QueryGetStakeDetailsByUserRequest) ProtoMessage() + func (x *QueryGetStakeDetailsByUserRequest) GetAddress() string + func (x *QueryGetStakeDetailsByUserRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetStakeDetailsByUserRequest) Reset() + func (x *QueryGetStakeDetailsByUserRequest) String() string + type QueryGetStakeDetailsByUserResponse struct + Rollups []*RollupStake + TotalStakedAmount int64 + func (*QueryGetStakeDetailsByUserResponse) Descriptor() ([]byte, []int) + func (*QueryGetStakeDetailsByUserResponse) ProtoMessage() + func (x *QueryGetStakeDetailsByUserResponse) GetRollups() []*RollupStake + func (x *QueryGetStakeDetailsByUserResponse) GetTotalStakedAmount() int64 + func (x *QueryGetStakeDetailsByUserResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetStakeDetailsByUserResponse) Reset() + func (x *QueryGetStakeDetailsByUserResponse) String() string + type QueryGetTotalStakedAmountRequest struct + func (*QueryGetTotalStakedAmountRequest) Descriptor() ([]byte, []int) + func (*QueryGetTotalStakedAmountRequest) ProtoMessage() + func (x *QueryGetTotalStakedAmountRequest) ProtoReflect() protoreflect.Message + func (x *QueryGetTotalStakedAmountRequest) Reset() + func (x *QueryGetTotalStakedAmountRequest) String() string + type QueryGetTotalStakedAmountResponse struct + Creators []*Creator + TotalStakedAmount int64 + func (*QueryGetTotalStakedAmountResponse) Descriptor() ([]byte, []int) + func (*QueryGetTotalStakedAmountResponse) ProtoMessage() + func (x *QueryGetTotalStakedAmountResponse) GetCreators() []*Creator + func (x *QueryGetTotalStakedAmountResponse) GetTotalStakedAmount() int64 + func (x *QueryGetTotalStakedAmountResponse) ProtoReflect() protoreflect.Message + func (x *QueryGetTotalStakedAmountResponse) Reset() + func (x *QueryGetTotalStakedAmountResponse) String() string + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message + func (x *QueryParamsRequest) Reset() + func (x *QueryParamsRequest) String() string + type QueryParamsResponse struct + Params *Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (x *QueryParamsResponse) GetParams() *Params + func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message + func (x *QueryParamsResponse) Reset() + func (x *QueryParamsResponse) String() string + type QueryServer interface + CheckMonikerAvailability func(context.Context, *QueryCheckMonikerAvailabilityRequest) (*QueryCheckMonikerAvailabilityResponse, error) + GetAllBatches func(context.Context, *QueryGetAllBatchesRequest) (*QueryGetAllBatchesResponse, error) + GetBatchInfo func(context.Context, *QueryGetBatchInfoRequest) (*QueryGetBatchInfoResponse, error) + GetRollupByMoniker func(context.Context, *QueryGetRollupByMonikerRequest) (*QueryGetRollupByMonikerResponse, error) + GetRollupInfo func(context.Context, *QueryGetRollupInfoRequest) (*QueryGetRollupInfoResponse, error) + GetRollupStakedAmount func(context.Context, *QueryGetRollupStakedAmountRequest) (*QueryGetRollupStakedAmountResponse, error) + GetRollups func(context.Context, *QueryGetRollupsRequest) (*QueryGetRollupsResponse, error) + GetStakeDetailsByUser func(context.Context, *QueryGetStakeDetailsByUserRequest) (*QueryGetStakeDetailsByUserResponse, error) + GetTotalStakedAmount func(context.Context, *QueryGetTotalStakedAmountRequest) (*QueryGetTotalStakedAmountResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + type RollupMetadata struct + AclContractAddress string + AscContractAddress string + ChainId string + CreatedBy string + DaLatestHash string + DaType string + DenomName string + GatewayContractAddress string + Keys []string + KmsVerifierAddress string + Moniker string + ProverEndpoint string + ProverType string + ProverVerificationKey []byte + RelayerASCAddress string + RelayerGAddress string + RollupId string + RollupLatestBatchNo uint64 + RollupLatestFinalizedBatchNo uint64 + Supply []uint64 + TfheExecutorAddress string + func (*RollupMetadata) Descriptor() ([]byte, []int) + func (*RollupMetadata) ProtoMessage() + func (x *RollupMetadata) GetAclContractAddress() string + func (x *RollupMetadata) GetAscContractAddress() string + func (x *RollupMetadata) GetChainId() string + func (x *RollupMetadata) GetCreatedBy() string + func (x *RollupMetadata) GetDaLatestHash() string + func (x *RollupMetadata) GetDaType() string + func (x *RollupMetadata) GetDenomName() string + func (x *RollupMetadata) GetGatewayContractAddress() string + func (x *RollupMetadata) GetKeys() []string + func (x *RollupMetadata) GetKmsVerifierAddress() string + func (x *RollupMetadata) GetMoniker() string + func (x *RollupMetadata) GetProverEndpoint() string + func (x *RollupMetadata) GetProverType() string + func (x *RollupMetadata) GetProverVerificationKey() []byte + func (x *RollupMetadata) GetRelayerASCAddress() string + func (x *RollupMetadata) GetRelayerGAddress() string + func (x *RollupMetadata) GetRollupId() string + func (x *RollupMetadata) GetRollupLatestBatchNo() uint64 + func (x *RollupMetadata) GetRollupLatestFinalizedBatchNo() uint64 + func (x *RollupMetadata) GetSupply() []uint64 + func (x *RollupMetadata) GetTfheExecutorAddress() string + func (x *RollupMetadata) ProtoReflect() protoreflect.Message + func (x *RollupMetadata) Reset() + func (x *RollupMetadata) String() string + type RollupPacketData struct + Packet isRollupPacketData_Packet + func (*RollupPacketData) Descriptor() ([]byte, []int) + func (*RollupPacketData) ProtoMessage() + func (x *RollupPacketData) GetNoData() *NoData + func (x *RollupPacketData) GetPacket() isRollupPacketData_Packet + func (x *RollupPacketData) ProtoReflect() protoreflect.Message + func (x *RollupPacketData) Reset() + func (x *RollupPacketData) String() string + type RollupPacketData_NoData struct + NoData *NoData + type RollupStake struct + AmountStaked int64 + Denom string + RollupId string + func (*RollupStake) Descriptor() ([]byte, []int) + func (*RollupStake) ProtoMessage() + func (x *RollupStake) GetAmountStaked() int64 + func (x *RollupStake) GetDenom() string + func (x *RollupStake) GetRollupId() string + func (x *RollupStake) ProtoReflect() protoreflect.Message + func (x *RollupStake) Reset() + func (x *RollupStake) String() string + type UnimplementedMsgServer struct + func (UnimplementedMsgServer) InitProver(context.Context, *MsgInitProver) (*MsgInitProverResponse, error) + func (UnimplementedMsgServer) InitRollup(context.Context, *MsgInitRollup) (*MsgInitRollupResponse, error) + func (UnimplementedMsgServer) SubmitBatch(context.Context, *MsgSubmitBatch) (*MsgSubmitBatchResponse, error) + func (UnimplementedMsgServer) SubmitBatchMetadata(context.Context, *MsgSubmitBatchMetadata) (*MsgSubmitBatchMetadataResponse, error) + func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type UnimplementedQueryServer struct + func (UnimplementedQueryServer) CheckMonikerAvailability(context.Context, *QueryCheckMonikerAvailabilityRequest) (*QueryCheckMonikerAvailabilityResponse, error) + func (UnimplementedQueryServer) GetAllBatches(context.Context, *QueryGetAllBatchesRequest) (*QueryGetAllBatchesResponse, error) + func (UnimplementedQueryServer) GetBatchInfo(context.Context, *QueryGetBatchInfoRequest) (*QueryGetBatchInfoResponse, error) + func (UnimplementedQueryServer) GetRollupByMoniker(context.Context, *QueryGetRollupByMonikerRequest) (*QueryGetRollupByMonikerResponse, error) + func (UnimplementedQueryServer) GetRollupInfo(context.Context, *QueryGetRollupInfoRequest) (*QueryGetRollupInfoResponse, error) + func (UnimplementedQueryServer) GetRollupStakedAmount(context.Context, *QueryGetRollupStakedAmountRequest) (*QueryGetRollupStakedAmountResponse, error) + func (UnimplementedQueryServer) GetRollups(context.Context, *QueryGetRollupsRequest) (*QueryGetRollupsResponse, error) + func (UnimplementedQueryServer) GetStakeDetailsByUser(context.Context, *QueryGetStakeDetailsByUserRequest) (*QueryGetStakeDetailsByUserResponse, error) + func (UnimplementedQueryServer) GetTotalStakedAmount(context.Context, *QueryGetTotalStakedAmountRequest) (*QueryGetTotalStakedAmountResponse, error) + func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + type UnsafeMsgServer interface + type UnsafeQueryServer interface