rollup

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

View Source
const (
	Query_Params_FullMethodName                   = "/junction.rollup.Query/Params"
	Query_CheckMonikerAvailability_FullMethodName = "/junction.rollup.Query/CheckMonikerAvailability"
	Query_GetRollupInfo_FullMethodName            = "/junction.rollup.Query/GetRollupInfo"
	Query_GetRollups_FullMethodName               = "/junction.rollup.Query/GetRollups"
	Query_GetRollupByMoniker_FullMethodName       = "/junction.rollup.Query/GetRollupByMoniker"
	Query_GetBatchInfo_FullMethodName             = "/junction.rollup.Query/GetBatchInfo"
	Query_GetAllBatches_FullMethodName            = "/junction.rollup.Query/GetAllBatches"
	Query_GetTotalStakedAmount_FullMethodName     = "/junction.rollup.Query/GetTotalStakedAmount"
	Query_GetStakeDetailsByUser_FullMethodName    = "/junction.rollup.Query/GetStakeDetailsByUser"
	Query_GetRollupStakedAmount_FullMethodName    = "/junction.rollup.Query/GetRollupStakedAmount"
)
View Source
const (
	Msg_UpdateParams_FullMethodName        = "/junction.rollup.Msg/UpdateParams"
	Msg_InitRollup_FullMethodName          = "/junction.rollup.Msg/InitRollup"
	Msg_InitProver_FullMethodName          = "/junction.rollup.Msg/InitProver"
	Msg_SubmitBatchMetadata_FullMethodName = "/junction.rollup.Msg/SubmitBatchMetadata"
	Msg_SubmitBatch_FullMethodName         = "/junction.rollup.Msg/SubmitBatch"
)

Variables

View Source
var File_junction_rollup_batch_proto protoreflect.FileDescriptor
View Source
var File_junction_rollup_genesis_proto protoreflect.FileDescriptor
View Source
var File_junction_rollup_ledger_entry_proto protoreflect.FileDescriptor
View Source
var File_junction_rollup_packet_proto protoreflect.FileDescriptor
View Source
var File_junction_rollup_params_proto protoreflect.FileDescriptor
View Source
var File_junction_rollup_query_proto protoreflect.FileDescriptor
View Source
var File_junction_rollup_rollup_metadata_proto protoreflect.FileDescriptor
View Source
var File_junction_rollup_tx_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "junction.rollup.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateParams",
			Handler:    _Msg_UpdateParams_Handler,
		},
		{
			MethodName: "InitRollup",
			Handler:    _Msg_InitRollup_Handler,
		},
		{
			MethodName: "InitProver",
			Handler:    _Msg_InitProver_Handler,
		},
		{
			MethodName: "SubmitBatchMetadata",
			Handler:    _Msg_SubmitBatchMetadata_Handler,
		},
		{
			MethodName: "SubmitBatch",
			Handler:    _Msg_SubmitBatch_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "junction/rollup/tx.proto",
}

Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "junction.rollup.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "CheckMonikerAvailability",
			Handler:    _Query_CheckMonikerAvailability_Handler,
		},
		{
			MethodName: "GetRollupInfo",
			Handler:    _Query_GetRollupInfo_Handler,
		},
		{
			MethodName: "GetRollups",
			Handler:    _Query_GetRollups_Handler,
		},
		{
			MethodName: "GetRollupByMoniker",
			Handler:    _Query_GetRollupByMoniker_Handler,
		},
		{
			MethodName: "GetBatchInfo",
			Handler:    _Query_GetBatchInfo_Handler,
		},
		{
			MethodName: "GetAllBatches",
			Handler:    _Query_GetAllBatches_Handler,
		},
		{
			MethodName: "GetTotalStakedAmount",
			Handler:    _Query_GetTotalStakedAmount_Handler,
		},
		{
			MethodName: "GetStakeDetailsByUser",
			Handler:    _Query_GetStakeDetailsByUser_Handler,
		},
		{
			MethodName: "GetRollupStakedAmount",
			Handler:    _Query_GetRollupStakedAmount_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "junction/rollup/query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMsgServer

func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type Batch

type Batch struct {
	Submitter              string `protobuf:"bytes,1,opt,name=submitter,proto3" json:"submitter,omitempty"`
	RollupId               string `protobuf:"bytes,2,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	BatchNo                uint64 `protobuf:"varint,3,opt,name=batchNo,proto3" json:"batchNo,omitempty"`
	MerkleRootHash         string `protobuf:"bytes,4,opt,name=merkleRootHash,proto3" json:"merkleRootHash,omitempty"`
	PreviousMerkleRootHash string `protobuf:"bytes,5,opt,name=previousMerkleRootHash,proto3" json:"previousMerkleRootHash,omitempty"`
	// prover data for a batch
	ZkProof       []byte `protobuf:"bytes,6,opt,name=zkProof,proto3" json:"zkProof,omitempty"`
	PublicWitness []byte `protobuf:"bytes,7,opt,name=publicWitness,proto3" json:"publicWitness,omitempty"`
	// da data for a batch
	Timestamp    string `protobuf:"bytes,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	DaName       string `protobuf:"bytes,9,opt,name=daName,proto3" json:"daName,omitempty"`
	DaCommitment string `protobuf:"bytes,10,opt,name=daCommitment,proto3" json:"daCommitment,omitempty"`
	DaHash       string `protobuf:"bytes,11,opt,name=daHash,proto3" json:"daHash,omitempty"`
	DaPointer    string `protobuf:"bytes,12,opt,name=daPointer,proto3" json:"daPointer,omitempty"`
	DaNamespace  string `protobuf:"bytes,13,opt,name=daNamespace,proto3" json:"daNamespace,omitempty"`
	IsFinalized  bool   `protobuf:"varint,14,opt,name=isFinalized,proto3" json:"isFinalized,omitempty"`
	// contains filtered or unexported fields
}

func (*Batch) Descriptor deprecated

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

Deprecated: Use Batch.ProtoReflect.Descriptor instead.

func (*Batch) GetBatchNo

func (x *Batch) GetBatchNo() uint64

func (*Batch) GetDaCommitment

func (x *Batch) GetDaCommitment() string

func (*Batch) GetDaHash

func (x *Batch) GetDaHash() string

func (*Batch) GetDaName

func (x *Batch) GetDaName() string

func (*Batch) GetDaNamespace

func (x *Batch) GetDaNamespace() string

func (*Batch) GetDaPointer

func (x *Batch) GetDaPointer() string

func (*Batch) GetIsFinalized

func (x *Batch) GetIsFinalized() bool

func (*Batch) GetMerkleRootHash

func (x *Batch) GetMerkleRootHash() string

func (*Batch) GetPreviousMerkleRootHash

func (x *Batch) GetPreviousMerkleRootHash() string

func (*Batch) GetPublicWitness

func (x *Batch) GetPublicWitness() []byte

func (*Batch) GetRollupId

func (x *Batch) GetRollupId() string

func (*Batch) GetSubmitter

func (x *Batch) GetSubmitter() string

func (*Batch) GetTimestamp

func (x *Batch) GetTimestamp() string

func (*Batch) GetZkProof

func (x *Batch) GetZkProof() []byte

func (*Batch) ProtoMessage

func (*Batch) ProtoMessage()

func (*Batch) ProtoReflect

func (x *Batch) ProtoReflect() protoreflect.Message

func (*Batch) Reset

func (x *Batch) Reset()

func (*Batch) String

func (x *Batch) String() string

type Creator

type Creator struct {
	CreatorAddress string         `protobuf:"bytes,1,opt,name=creator_address,json=creatorAddress,proto3" json:"creator_address,omitempty"`
	Rollups        []*RollupStake `protobuf:"bytes,2,rep,name=rollups,proto3" json:"rollups,omitempty"`
	// contains filtered or unexported fields
}

func (*Creator) Descriptor deprecated

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

Deprecated: Use Creator.ProtoReflect.Descriptor instead.

func (*Creator) GetCreatorAddress

func (x *Creator) GetCreatorAddress() string

func (*Creator) GetRollups

func (x *Creator) GetRollups() []*RollupStake

func (*Creator) ProtoMessage

func (*Creator) ProtoMessage()

func (*Creator) ProtoReflect

func (x *Creator) ProtoReflect() protoreflect.Message

func (*Creator) Reset

func (x *Creator) Reset()

func (*Creator) String

func (x *Creator) String() string

type GenesisState

type GenesisState struct {

	// params defines all the parameters of the module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	PortId string  `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the rollup module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetPortId

func (x *GenesisState) GetPortId() string

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

func (x *GenesisState) ProtoReflect() protoreflect.Message

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type LedgerEntry

type LedgerEntry struct {
	CreatorAddress string `protobuf:"bytes,1,opt,name=creatorAddress,proto3" json:"creatorAddress,omitempty"`
	AmountStaked   uint64 `protobuf:"varint,2,opt,name=amountStaked,proto3" json:"amountStaked,omitempty"`
	Denom          string `protobuf:"bytes,3,opt,name=denom,proto3" json:"denom,omitempty"`
	RollupId       string `protobuf:"bytes,4,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	Timestamp      string `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	BlockHeight    uint64 `protobuf:"varint,6,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*LedgerEntry) Descriptor deprecated

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

Deprecated: Use LedgerEntry.ProtoReflect.Descriptor instead.

func (*LedgerEntry) GetAmountStaked

func (x *LedgerEntry) GetAmountStaked() uint64

func (*LedgerEntry) GetBlockHeight

func (x *LedgerEntry) GetBlockHeight() uint64

func (*LedgerEntry) GetCreatorAddress

func (x *LedgerEntry) GetCreatorAddress() string

func (*LedgerEntry) GetDenom

func (x *LedgerEntry) GetDenom() string

func (*LedgerEntry) GetRollupId

func (x *LedgerEntry) GetRollupId() string

func (*LedgerEntry) GetTimestamp

func (x *LedgerEntry) GetTimestamp() string

func (*LedgerEntry) ProtoMessage

func (*LedgerEntry) ProtoMessage()

func (*LedgerEntry) ProtoReflect

func (x *LedgerEntry) ProtoReflect() protoreflect.Message

func (*LedgerEntry) Reset

func (x *LedgerEntry) Reset()

func (*LedgerEntry) String

func (x *LedgerEntry) String() string

type MsgClient

type MsgClient interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)
	InitRollup(ctx context.Context, in *MsgInitRollup, opts ...grpc.CallOption) (*MsgInitRollupResponse, error)
	InitProver(ctx context.Context, in *MsgInitProver, opts ...grpc.CallOption) (*MsgInitProverResponse, error)
	SubmitBatchMetadata(ctx context.Context, in *MsgSubmitBatchMetadata, opts ...grpc.CallOption) (*MsgSubmitBatchMetadataResponse, error)
	SubmitBatch(ctx context.Context, in *MsgSubmitBatch, opts ...grpc.CallOption) (*MsgSubmitBatchResponse, error)
}

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc.ClientConnInterface) MsgClient

type MsgInitProver

type MsgInitProver struct {
	Creator               string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	RollupId              string `protobuf:"bytes,2,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	ProverVerificationKey []byte `protobuf:"bytes,3,opt,name=proverVerificationKey,proto3" json:"proverVerificationKey,omitempty"`
	ProverType            string `protobuf:"bytes,4,opt,name=proverType,proto3" json:"proverType,omitempty"`
	ProverEndpoint        string `protobuf:"bytes,5,opt,name=proverEndpoint,proto3" json:"proverEndpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgInitProver) Descriptor deprecated

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

Deprecated: Use MsgInitProver.ProtoReflect.Descriptor instead.

func (*MsgInitProver) GetCreator

func (x *MsgInitProver) GetCreator() string

func (*MsgInitProver) GetProverEndpoint

func (x *MsgInitProver) GetProverEndpoint() string

func (*MsgInitProver) GetProverType

func (x *MsgInitProver) GetProverType() string

func (*MsgInitProver) GetProverVerificationKey

func (x *MsgInitProver) GetProverVerificationKey() []byte

func (*MsgInitProver) GetRollupId

func (x *MsgInitProver) GetRollupId() string

func (*MsgInitProver) ProtoMessage

func (*MsgInitProver) ProtoMessage()

func (*MsgInitProver) ProtoReflect

func (x *MsgInitProver) ProtoReflect() protoreflect.Message

func (*MsgInitProver) Reset

func (x *MsgInitProver) Reset()

func (*MsgInitProver) String

func (x *MsgInitProver) String() string

type MsgInitProverResponse

type MsgInitProverResponse struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgInitProverResponse) Descriptor deprecated

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

Deprecated: Use MsgInitProverResponse.ProtoReflect.Descriptor instead.

func (*MsgInitProverResponse) GetStatus

func (x *MsgInitProverResponse) GetStatus() bool

func (*MsgInitProverResponse) ProtoMessage

func (*MsgInitProverResponse) ProtoMessage()

func (*MsgInitProverResponse) ProtoReflect

func (x *MsgInitProverResponse) ProtoReflect() protoreflect.Message

func (*MsgInitProverResponse) Reset

func (x *MsgInitProverResponse) Reset()

func (*MsgInitProverResponse) String

func (x *MsgInitProverResponse) String() string

type MsgInitRollup

type MsgInitRollup struct {
	Creator   string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Moniker   string   `protobuf:"bytes,2,opt,name=moniker,proto3" json:"moniker,omitempty"`
	ChainId   string   `protobuf:"bytes,3,opt,name=chainId,proto3" json:"chainId,omitempty"`
	DenomName string   `protobuf:"bytes,4,opt,name=denomName,proto3" json:"denomName,omitempty"`
	DaType    string   `protobuf:"bytes,5,opt,name=daType,proto3" json:"daType,omitempty"`
	Keys      []string `protobuf:"bytes,6,rep,name=keys,proto3" json:"keys,omitempty"`
	Supply    []uint64 `protobuf:"varint,7,rep,packed,name=supply,proto3" json:"supply,omitempty"`
	// cosmos.base.v1beta1.Coin genesisSupply  = 8 [(gogoproto.nullable) = false];
	AclContractAddress     string `protobuf:"bytes,8,opt,name=aclContractAddress,proto3" json:"aclContractAddress,omitempty"`
	KmsVerifierAddress     string `protobuf:"bytes,9,opt,name=kmsVerifierAddress,proto3" json:"kmsVerifierAddress,omitempty"`
	TfheExecutorAddress    string `protobuf:"bytes,10,opt,name=tfheExecutorAddress,proto3" json:"tfheExecutorAddress,omitempty"`
	GatewayContractAddress string `protobuf:"bytes,11,opt,name=gatewayContractAddress,proto3" json:"gatewayContractAddress,omitempty"`
	AscContractAddress     string `protobuf:"bytes,12,opt,name=ascContractAddress,proto3" json:"ascContractAddress,omitempty"`
	RelayerGAddress        string `protobuf:"bytes,13,opt,name=relayerGAddress,proto3" json:"relayerGAddress,omitempty"`
	RelayerASCAddress      string `protobuf:"bytes,14,opt,name=relayerASCAddress,proto3" json:"relayerASCAddress,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgInitRollup) Descriptor deprecated

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

Deprecated: Use MsgInitRollup.ProtoReflect.Descriptor instead.

func (*MsgInitRollup) GetAclContractAddress

func (x *MsgInitRollup) GetAclContractAddress() string

func (*MsgInitRollup) GetAscContractAddress

func (x *MsgInitRollup) GetAscContractAddress() string

func (*MsgInitRollup) GetChainId

func (x *MsgInitRollup) GetChainId() string

func (*MsgInitRollup) GetCreator

func (x *MsgInitRollup) GetCreator() string

func (*MsgInitRollup) GetDaType

func (x *MsgInitRollup) GetDaType() string

func (*MsgInitRollup) GetDenomName

func (x *MsgInitRollup) GetDenomName() string

func (*MsgInitRollup) GetGatewayContractAddress

func (x *MsgInitRollup) GetGatewayContractAddress() string

func (*MsgInitRollup) GetKeys

func (x *MsgInitRollup) GetKeys() []string

func (*MsgInitRollup) GetKmsVerifierAddress

func (x *MsgInitRollup) GetKmsVerifierAddress() string

func (*MsgInitRollup) GetMoniker

func (x *MsgInitRollup) GetMoniker() string

func (*MsgInitRollup) GetRelayerASCAddress

func (x *MsgInitRollup) GetRelayerASCAddress() string

func (*MsgInitRollup) GetRelayerGAddress

func (x *MsgInitRollup) GetRelayerGAddress() string

func (*MsgInitRollup) GetSupply

func (x *MsgInitRollup) GetSupply() []uint64

func (*MsgInitRollup) GetTfheExecutorAddress

func (x *MsgInitRollup) GetTfheExecutorAddress() string

func (*MsgInitRollup) ProtoMessage

func (*MsgInitRollup) ProtoMessage()

func (*MsgInitRollup) ProtoReflect

func (x *MsgInitRollup) ProtoReflect() protoreflect.Message

func (*MsgInitRollup) Reset

func (x *MsgInitRollup) Reset()

func (*MsgInitRollup) String

func (x *MsgInitRollup) String() string

type MsgInitRollupResponse

type MsgInitRollupResponse struct {
	RollupId string `protobuf:"bytes,1,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	Status   bool   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgInitRollupResponse) Descriptor deprecated

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

Deprecated: Use MsgInitRollupResponse.ProtoReflect.Descriptor instead.

func (*MsgInitRollupResponse) GetRollupId

func (x *MsgInitRollupResponse) GetRollupId() string

func (*MsgInitRollupResponse) GetStatus

func (x *MsgInitRollupResponse) GetStatus() bool

func (*MsgInitRollupResponse) ProtoMessage

func (*MsgInitRollupResponse) ProtoMessage()

func (*MsgInitRollupResponse) ProtoReflect

func (x *MsgInitRollupResponse) ProtoReflect() protoreflect.Message

func (*MsgInitRollupResponse) Reset

func (x *MsgInitRollupResponse) Reset()

func (*MsgInitRollupResponse) String

func (x *MsgInitRollupResponse) String() string

type MsgServer

type MsgServer interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
	InitRollup(context.Context, *MsgInitRollup) (*MsgInitRollupResponse, error)
	InitProver(context.Context, *MsgInitProver) (*MsgInitProverResponse, error)
	SubmitBatchMetadata(context.Context, *MsgSubmitBatchMetadata) (*MsgSubmitBatchMetadataResponse, error)
	SubmitBatch(context.Context, *MsgSubmitBatch) (*MsgSubmitBatchResponse, error)
	// contains filtered or unexported methods
}

MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility

type MsgSubmitBatch

type MsgSubmitBatch struct {
	Creator                string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	RollupId               string `protobuf:"bytes,2,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	BatchNo                uint64 `protobuf:"varint,3,opt,name=batchNo,proto3" json:"batchNo,omitempty"`
	MerkleRootHash         string `protobuf:"bytes,4,opt,name=merkleRootHash,proto3" json:"merkleRootHash,omitempty"`
	PreviousMerkleRootHash string `protobuf:"bytes,5,opt,name=previousMerkleRootHash,proto3" json:"previousMerkleRootHash,omitempty"`
	ZkProof                []byte `protobuf:"bytes,6,opt,name=zkProof,proto3" json:"zkProof,omitempty"`
	PublicWitness          []byte `protobuf:"bytes,7,opt,name=publicWitness,proto3" json:"publicWitness,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSubmitBatch) Descriptor deprecated

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

Deprecated: Use MsgSubmitBatch.ProtoReflect.Descriptor instead.

func (*MsgSubmitBatch) GetBatchNo

func (x *MsgSubmitBatch) GetBatchNo() uint64

func (*MsgSubmitBatch) GetCreator

func (x *MsgSubmitBatch) GetCreator() string

func (*MsgSubmitBatch) GetMerkleRootHash

func (x *MsgSubmitBatch) GetMerkleRootHash() string

func (*MsgSubmitBatch) GetPreviousMerkleRootHash

func (x *MsgSubmitBatch) GetPreviousMerkleRootHash() string

func (*MsgSubmitBatch) GetPublicWitness

func (x *MsgSubmitBatch) GetPublicWitness() []byte

func (*MsgSubmitBatch) GetRollupId

func (x *MsgSubmitBatch) GetRollupId() string

func (*MsgSubmitBatch) GetZkProof

func (x *MsgSubmitBatch) GetZkProof() []byte

func (*MsgSubmitBatch) ProtoMessage

func (*MsgSubmitBatch) ProtoMessage()

func (*MsgSubmitBatch) ProtoReflect

func (x *MsgSubmitBatch) ProtoReflect() protoreflect.Message

func (*MsgSubmitBatch) Reset

func (x *MsgSubmitBatch) Reset()

func (*MsgSubmitBatch) String

func (x *MsgSubmitBatch) String() string

type MsgSubmitBatchMetadata

type MsgSubmitBatchMetadata struct {
	Creator      string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	BatchNo      uint64 `protobuf:"varint,2,opt,name=batchNo,proto3" json:"batchNo,omitempty"`
	RollupId     string `protobuf:"bytes,3,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	DaName       string `protobuf:"bytes,4,opt,name=daName,proto3" json:"daName,omitempty"`
	DaCommitment string `protobuf:"bytes,5,opt,name=daCommitment,proto3" json:"daCommitment,omitempty"`
	DaHash       string `protobuf:"bytes,6,opt,name=daHash,proto3" json:"daHash,omitempty"`
	DaPointer    string `protobuf:"bytes,7,opt,name=daPointer,proto3" json:"daPointer,omitempty"`
	DaNamespace  string `protobuf:"bytes,8,opt,name=daNamespace,proto3" json:"daNamespace,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSubmitBatchMetadata) Descriptor deprecated

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

Deprecated: Use MsgSubmitBatchMetadata.ProtoReflect.Descriptor instead.

func (*MsgSubmitBatchMetadata) GetBatchNo

func (x *MsgSubmitBatchMetadata) GetBatchNo() uint64

func (*MsgSubmitBatchMetadata) GetCreator

func (x *MsgSubmitBatchMetadata) GetCreator() string

func (*MsgSubmitBatchMetadata) GetDaCommitment

func (x *MsgSubmitBatchMetadata) GetDaCommitment() string

func (*MsgSubmitBatchMetadata) GetDaHash

func (x *MsgSubmitBatchMetadata) GetDaHash() string

func (*MsgSubmitBatchMetadata) GetDaName

func (x *MsgSubmitBatchMetadata) GetDaName() string

func (*MsgSubmitBatchMetadata) GetDaNamespace

func (x *MsgSubmitBatchMetadata) GetDaNamespace() string

func (*MsgSubmitBatchMetadata) GetDaPointer

func (x *MsgSubmitBatchMetadata) GetDaPointer() string

func (*MsgSubmitBatchMetadata) GetRollupId

func (x *MsgSubmitBatchMetadata) GetRollupId() string

func (*MsgSubmitBatchMetadata) ProtoMessage

func (*MsgSubmitBatchMetadata) ProtoMessage()

func (*MsgSubmitBatchMetadata) ProtoReflect

func (x *MsgSubmitBatchMetadata) ProtoReflect() protoreflect.Message

func (*MsgSubmitBatchMetadata) Reset

func (x *MsgSubmitBatchMetadata) Reset()

func (*MsgSubmitBatchMetadata) String

func (x *MsgSubmitBatchMetadata) String() string

type MsgSubmitBatchMetadataResponse

type MsgSubmitBatchMetadataResponse struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSubmitBatchMetadataResponse) Descriptor deprecated

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

Deprecated: Use MsgSubmitBatchMetadataResponse.ProtoReflect.Descriptor instead.

func (*MsgSubmitBatchMetadataResponse) GetStatus

func (x *MsgSubmitBatchMetadataResponse) GetStatus() bool

func (*MsgSubmitBatchMetadataResponse) ProtoMessage

func (*MsgSubmitBatchMetadataResponse) ProtoMessage()

func (*MsgSubmitBatchMetadataResponse) ProtoReflect

func (*MsgSubmitBatchMetadataResponse) Reset

func (x *MsgSubmitBatchMetadataResponse) Reset()

func (*MsgSubmitBatchMetadataResponse) String

type MsgSubmitBatchResponse

type MsgSubmitBatchResponse struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSubmitBatchResponse) Descriptor deprecated

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

Deprecated: Use MsgSubmitBatchResponse.ProtoReflect.Descriptor instead.

func (*MsgSubmitBatchResponse) GetStatus

func (x *MsgSubmitBatchResponse) GetStatus() bool

func (*MsgSubmitBatchResponse) ProtoMessage

func (*MsgSubmitBatchResponse) ProtoMessage()

func (*MsgSubmitBatchResponse) ProtoReflect

func (x *MsgSubmitBatchResponse) ProtoReflect() protoreflect.Message

func (*MsgSubmitBatchResponse) Reset

func (x *MsgSubmitBatchResponse) Reset()

func (*MsgSubmitBatchResponse) String

func (x *MsgSubmitBatchResponse) String() string

type MsgUpdateParams

type MsgUpdateParams struct {

	// authority is the address that controls the module (defaults to x/gov unless overwritten).
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	// NOTE: All parameters must be supplied.
	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

MsgUpdateParams is the Msg/UpdateParams request type.

func (*MsgUpdateParams) Descriptor deprecated

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

Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.

func (*MsgUpdateParams) GetAuthority

func (x *MsgUpdateParams) GetAuthority() string

func (*MsgUpdateParams) GetParams

func (x *MsgUpdateParams) GetParams() *Params

func (*MsgUpdateParams) ProtoMessage

func (*MsgUpdateParams) ProtoMessage()

func (*MsgUpdateParams) ProtoReflect

func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message

func (*MsgUpdateParams) Reset

func (x *MsgUpdateParams) Reset()

func (*MsgUpdateParams) String

func (x *MsgUpdateParams) String() string

type MsgUpdateParamsResponse

type MsgUpdateParamsResponse struct {
	// contains filtered or unexported fields
}

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

func (*MsgUpdateParamsResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateParamsResponse) ProtoMessage

func (*MsgUpdateParamsResponse) ProtoMessage()

func (*MsgUpdateParamsResponse) ProtoReflect

func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message

func (*MsgUpdateParamsResponse) Reset

func (x *MsgUpdateParamsResponse) Reset()

func (*MsgUpdateParamsResponse) String

func (x *MsgUpdateParamsResponse) String() string

type NoData

type NoData struct {
	// contains filtered or unexported fields
}

func (*NoData) Descriptor deprecated

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

Deprecated: Use NoData.ProtoReflect.Descriptor instead.

func (*NoData) ProtoMessage

func (*NoData) ProtoMessage()

func (*NoData) ProtoReflect

func (x *NoData) ProtoReflect() protoreflect.Message

func (*NoData) Reset

func (x *NoData) Reset()

func (*NoData) String

func (x *NoData) String() string

type Params

type Params struct {
	// contains filtered or unexported fields
}

Params defines the parameters for the module.

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type QueryCheckMonikerAvailabilityRequest

type QueryCheckMonikerAvailabilityRequest struct {
	Moniker string `protobuf:"bytes,1,opt,name=moniker,proto3" json:"moniker,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCheckMonikerAvailabilityRequest) Descriptor deprecated

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

Deprecated: Use QueryCheckMonikerAvailabilityRequest.ProtoReflect.Descriptor instead.

func (*QueryCheckMonikerAvailabilityRequest) GetMoniker

func (*QueryCheckMonikerAvailabilityRequest) ProtoMessage

func (*QueryCheckMonikerAvailabilityRequest) ProtoMessage()

func (*QueryCheckMonikerAvailabilityRequest) ProtoReflect

func (*QueryCheckMonikerAvailabilityRequest) Reset

func (*QueryCheckMonikerAvailabilityRequest) String

type QueryCheckMonikerAvailabilityResponse

type QueryCheckMonikerAvailabilityResponse struct {
	IsAvailable bool `protobuf:"varint,1,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCheckMonikerAvailabilityResponse) Descriptor deprecated

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

Deprecated: Use QueryCheckMonikerAvailabilityResponse.ProtoReflect.Descriptor instead.

func (*QueryCheckMonikerAvailabilityResponse) GetIsAvailable

func (x *QueryCheckMonikerAvailabilityResponse) GetIsAvailable() bool

func (*QueryCheckMonikerAvailabilityResponse) ProtoMessage

func (*QueryCheckMonikerAvailabilityResponse) ProtoMessage()

func (*QueryCheckMonikerAvailabilityResponse) ProtoReflect

func (*QueryCheckMonikerAvailabilityResponse) Reset

func (*QueryCheckMonikerAvailabilityResponse) String

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 CheckMonikerAvailability items.
	CheckMonikerAvailability(ctx context.Context, in *QueryCheckMonikerAvailabilityRequest, opts ...grpc.CallOption) (*QueryCheckMonikerAvailabilityResponse, error)
	// Queries a list of GetRollupInfo items.
	GetRollupInfo(ctx context.Context, in *QueryGetRollupInfoRequest, opts ...grpc.CallOption) (*QueryGetRollupInfoResponse, error)
	// Queries a list of GetRollups items.
	GetRollups(ctx context.Context, in *QueryGetRollupsRequest, opts ...grpc.CallOption) (*QueryGetRollupsResponse, error)
	// Queries a list of GetRollupByMoniker items.
	GetRollupByMoniker(ctx context.Context, in *QueryGetRollupByMonikerRequest, opts ...grpc.CallOption) (*QueryGetRollupByMonikerResponse, error)
	// Queries a list of GetBatchInfo items.
	GetBatchInfo(ctx context.Context, in *QueryGetBatchInfoRequest, opts ...grpc.CallOption) (*QueryGetBatchInfoResponse, error)
	// Queries a list of GetAllBatches items.
	GetAllBatches(ctx context.Context, in *QueryGetAllBatchesRequest, opts ...grpc.CallOption) (*QueryGetAllBatchesResponse, error)
	// Queries a list of GetTotalStakedAmount items.
	GetTotalStakedAmount(ctx context.Context, in *QueryGetTotalStakedAmountRequest, opts ...grpc.CallOption) (*QueryGetTotalStakedAmountResponse, error)
	// Queries a list of GetStakeDetailsByUser items.
	GetStakeDetailsByUser(ctx context.Context, in *QueryGetStakeDetailsByUserRequest, opts ...grpc.CallOption) (*QueryGetStakeDetailsByUserResponse, error)
	// Queries a list of GetRollupStakedAmount items.
	GetRollupStakedAmount(ctx context.Context, in *QueryGetRollupStakedAmountRequest, opts ...grpc.CallOption) (*QueryGetRollupStakedAmountResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryGetAllBatchesRequest

type QueryGetAllBatchesRequest struct {
	RollupId string `protobuf:"bytes,1,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	// Types that are assignable to XOffset:
	//
	//	*QueryGetAllBatchesRequest_Offset
	XOffset isQueryGetAllBatchesRequest_XOffset `protobuf_oneof:"_offset"`
	// Types that are assignable to XLimit:
	//
	//	*QueryGetAllBatchesRequest_Limit
	XLimit isQueryGetAllBatchesRequest_XLimit `protobuf_oneof:"_limit"`
	// Types that are assignable to XOrder:
	//
	//	*QueryGetAllBatchesRequest_Order
	XOrder isQueryGetAllBatchesRequest_XOrder `protobuf_oneof:"_order"`
	// contains filtered or unexported fields
}

func (*QueryGetAllBatchesRequest) Descriptor deprecated

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

Deprecated: Use QueryGetAllBatchesRequest.ProtoReflect.Descriptor instead.

func (*QueryGetAllBatchesRequest) GetLimit

func (x *QueryGetAllBatchesRequest) GetLimit() uint64

func (*QueryGetAllBatchesRequest) GetOffset

func (x *QueryGetAllBatchesRequest) GetOffset() uint64

func (*QueryGetAllBatchesRequest) GetOrder

func (x *QueryGetAllBatchesRequest) GetOrder() string

func (*QueryGetAllBatchesRequest) GetRollupId

func (x *QueryGetAllBatchesRequest) GetRollupId() string

func (*QueryGetAllBatchesRequest) GetXLimit

func (x *QueryGetAllBatchesRequest) GetXLimit() isQueryGetAllBatchesRequest_XLimit

func (*QueryGetAllBatchesRequest) GetXOffset

func (x *QueryGetAllBatchesRequest) GetXOffset() isQueryGetAllBatchesRequest_XOffset

func (*QueryGetAllBatchesRequest) GetXOrder

func (x *QueryGetAllBatchesRequest) GetXOrder() isQueryGetAllBatchesRequest_XOrder

func (*QueryGetAllBatchesRequest) ProtoMessage

func (*QueryGetAllBatchesRequest) ProtoMessage()

func (*QueryGetAllBatchesRequest) ProtoReflect

func (*QueryGetAllBatchesRequest) Reset

func (x *QueryGetAllBatchesRequest) Reset()

func (*QueryGetAllBatchesRequest) String

func (x *QueryGetAllBatchesRequest) String() string

type QueryGetAllBatchesRequest_Limit

type QueryGetAllBatchesRequest_Limit struct {
	Limit uint64 `protobuf:"varint,3,opt,name=limit,proto3,oneof"`
}

type QueryGetAllBatchesRequest_Offset

type QueryGetAllBatchesRequest_Offset struct {
	Offset uint64 `protobuf:"varint,2,opt,name=offset,proto3,oneof"`
}

type QueryGetAllBatchesRequest_Order

type QueryGetAllBatchesRequest_Order struct {
	Order string `protobuf:"bytes,4,opt,name=order,proto3,oneof"`
}

type QueryGetAllBatchesResponse

type QueryGetAllBatchesResponse struct {
	Batch  []*Batch `protobuf:"bytes,1,rep,name=batch,proto3" json:"batch,omitempty"`
	Total  uint64   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Offset uint64   `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit  uint64   `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	Order  string   `protobuf:"bytes,5,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetAllBatchesResponse) Descriptor deprecated

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

Deprecated: Use QueryGetAllBatchesResponse.ProtoReflect.Descriptor instead.

func (*QueryGetAllBatchesResponse) GetBatch

func (x *QueryGetAllBatchesResponse) GetBatch() []*Batch

func (*QueryGetAllBatchesResponse) GetLimit

func (x *QueryGetAllBatchesResponse) GetLimit() uint64

func (*QueryGetAllBatchesResponse) GetOffset

func (x *QueryGetAllBatchesResponse) GetOffset() uint64

func (*QueryGetAllBatchesResponse) GetOrder

func (x *QueryGetAllBatchesResponse) GetOrder() string

func (*QueryGetAllBatchesResponse) GetTotal

func (x *QueryGetAllBatchesResponse) GetTotal() uint64

func (*QueryGetAllBatchesResponse) ProtoMessage

func (*QueryGetAllBatchesResponse) ProtoMessage()

func (*QueryGetAllBatchesResponse) ProtoReflect

func (*QueryGetAllBatchesResponse) Reset

func (x *QueryGetAllBatchesResponse) Reset()

func (*QueryGetAllBatchesResponse) String

func (x *QueryGetAllBatchesResponse) String() string

type QueryGetBatchInfoRequest

type QueryGetBatchInfoRequest struct {
	RollupId string `protobuf:"bytes,1,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	BatchNo  uint64 `protobuf:"varint,2,opt,name=batchNo,proto3" json:"batchNo,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetBatchInfoRequest) Descriptor deprecated

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

Deprecated: Use QueryGetBatchInfoRequest.ProtoReflect.Descriptor instead.

func (*QueryGetBatchInfoRequest) GetBatchNo

func (x *QueryGetBatchInfoRequest) GetBatchNo() uint64

func (*QueryGetBatchInfoRequest) GetRollupId

func (x *QueryGetBatchInfoRequest) GetRollupId() string

func (*QueryGetBatchInfoRequest) ProtoMessage

func (*QueryGetBatchInfoRequest) ProtoMessage()

func (*QueryGetBatchInfoRequest) ProtoReflect

func (x *QueryGetBatchInfoRequest) ProtoReflect() protoreflect.Message

func (*QueryGetBatchInfoRequest) Reset

func (x *QueryGetBatchInfoRequest) Reset()

func (*QueryGetBatchInfoRequest) String

func (x *QueryGetBatchInfoRequest) String() string

type QueryGetBatchInfoResponse

type QueryGetBatchInfoResponse struct {
	BatchInfo *Batch `protobuf:"bytes,1,opt,name=batchInfo,proto3" json:"batchInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetBatchInfoResponse) Descriptor deprecated

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

Deprecated: Use QueryGetBatchInfoResponse.ProtoReflect.Descriptor instead.

func (*QueryGetBatchInfoResponse) GetBatchInfo

func (x *QueryGetBatchInfoResponse) GetBatchInfo() *Batch

func (*QueryGetBatchInfoResponse) ProtoMessage

func (*QueryGetBatchInfoResponse) ProtoMessage()

func (*QueryGetBatchInfoResponse) ProtoReflect

func (*QueryGetBatchInfoResponse) Reset

func (x *QueryGetBatchInfoResponse) Reset()

func (*QueryGetBatchInfoResponse) String

func (x *QueryGetBatchInfoResponse) String() string

type QueryGetRollupByMonikerRequest

type QueryGetRollupByMonikerRequest struct {
	Moniker string `protobuf:"bytes,1,opt,name=moniker,proto3" json:"moniker,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupByMonikerRequest) Descriptor deprecated

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

Deprecated: Use QueryGetRollupByMonikerRequest.ProtoReflect.Descriptor instead.

func (*QueryGetRollupByMonikerRequest) GetMoniker

func (x *QueryGetRollupByMonikerRequest) GetMoniker() string

func (*QueryGetRollupByMonikerRequest) ProtoMessage

func (*QueryGetRollupByMonikerRequest) ProtoMessage()

func (*QueryGetRollupByMonikerRequest) ProtoReflect

func (*QueryGetRollupByMonikerRequest) Reset

func (x *QueryGetRollupByMonikerRequest) Reset()

func (*QueryGetRollupByMonikerRequest) String

type QueryGetRollupByMonikerResponse

type QueryGetRollupByMonikerResponse struct {
	RollupInfo *RollupMetadata `protobuf:"bytes,1,opt,name=rollupInfo,proto3" json:"rollupInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupByMonikerResponse) Descriptor deprecated

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

Deprecated: Use QueryGetRollupByMonikerResponse.ProtoReflect.Descriptor instead.

func (*QueryGetRollupByMonikerResponse) GetRollupInfo

func (x *QueryGetRollupByMonikerResponse) GetRollupInfo() *RollupMetadata

func (*QueryGetRollupByMonikerResponse) ProtoMessage

func (*QueryGetRollupByMonikerResponse) ProtoMessage()

func (*QueryGetRollupByMonikerResponse) ProtoReflect

func (*QueryGetRollupByMonikerResponse) Reset

func (*QueryGetRollupByMonikerResponse) String

type QueryGetRollupInfoRequest

type QueryGetRollupInfoRequest struct {
	RollupId string `protobuf:"bytes,1,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupInfoRequest) Descriptor deprecated

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

Deprecated: Use QueryGetRollupInfoRequest.ProtoReflect.Descriptor instead.

func (*QueryGetRollupInfoRequest) GetRollupId

func (x *QueryGetRollupInfoRequest) GetRollupId() string

func (*QueryGetRollupInfoRequest) ProtoMessage

func (*QueryGetRollupInfoRequest) ProtoMessage()

func (*QueryGetRollupInfoRequest) ProtoReflect

func (*QueryGetRollupInfoRequest) Reset

func (x *QueryGetRollupInfoRequest) Reset()

func (*QueryGetRollupInfoRequest) String

func (x *QueryGetRollupInfoRequest) String() string

type QueryGetRollupInfoResponse

type QueryGetRollupInfoResponse struct {
	RollupInfo *RollupMetadata `protobuf:"bytes,1,opt,name=rollupInfo,proto3" json:"rollupInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupInfoResponse) Descriptor deprecated

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

Deprecated: Use QueryGetRollupInfoResponse.ProtoReflect.Descriptor instead.

func (*QueryGetRollupInfoResponse) GetRollupInfo

func (x *QueryGetRollupInfoResponse) GetRollupInfo() *RollupMetadata

func (*QueryGetRollupInfoResponse) ProtoMessage

func (*QueryGetRollupInfoResponse) ProtoMessage()

func (*QueryGetRollupInfoResponse) ProtoReflect

func (*QueryGetRollupInfoResponse) Reset

func (x *QueryGetRollupInfoResponse) Reset()

func (*QueryGetRollupInfoResponse) String

func (x *QueryGetRollupInfoResponse) String() string

type QueryGetRollupStakedAmountRequest

type QueryGetRollupStakedAmountRequest struct {
	RollupId string `protobuf:"bytes,1,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupStakedAmountRequest) Descriptor deprecated

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

Deprecated: Use QueryGetRollupStakedAmountRequest.ProtoReflect.Descriptor instead.

func (*QueryGetRollupStakedAmountRequest) GetRollupId

func (x *QueryGetRollupStakedAmountRequest) GetRollupId() string

func (*QueryGetRollupStakedAmountRequest) ProtoMessage

func (*QueryGetRollupStakedAmountRequest) ProtoMessage()

func (*QueryGetRollupStakedAmountRequest) ProtoReflect

func (*QueryGetRollupStakedAmountRequest) Reset

func (*QueryGetRollupStakedAmountRequest) String

type QueryGetRollupStakedAmountResponse

type QueryGetRollupStakedAmountResponse struct {
	AmountStaked uint64 `protobuf:"varint,1,opt,name=amountStaked,proto3" json:"amountStaked,omitempty"`
	Denom        string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupStakedAmountResponse) Descriptor deprecated

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

Deprecated: Use QueryGetRollupStakedAmountResponse.ProtoReflect.Descriptor instead.

func (*QueryGetRollupStakedAmountResponse) GetAmountStaked

func (x *QueryGetRollupStakedAmountResponse) GetAmountStaked() uint64

func (*QueryGetRollupStakedAmountResponse) GetDenom

func (*QueryGetRollupStakedAmountResponse) ProtoMessage

func (*QueryGetRollupStakedAmountResponse) ProtoMessage()

func (*QueryGetRollupStakedAmountResponse) ProtoReflect

func (*QueryGetRollupStakedAmountResponse) Reset

func (*QueryGetRollupStakedAmountResponse) String

type QueryGetRollupsRequest

type QueryGetRollupsRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupsRequest) Descriptor deprecated

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

Deprecated: Use QueryGetRollupsRequest.ProtoReflect.Descriptor instead.

func (*QueryGetRollupsRequest) GetPagination

func (x *QueryGetRollupsRequest) GetPagination() *v1beta1.PageRequest

func (*QueryGetRollupsRequest) ProtoMessage

func (*QueryGetRollupsRequest) ProtoMessage()

func (*QueryGetRollupsRequest) ProtoReflect

func (x *QueryGetRollupsRequest) ProtoReflect() protoreflect.Message

func (*QueryGetRollupsRequest) Reset

func (x *QueryGetRollupsRequest) Reset()

func (*QueryGetRollupsRequest) String

func (x *QueryGetRollupsRequest) String() string

type QueryGetRollupsResponse

type QueryGetRollupsResponse struct {
	Rollups    []*RollupMetadata     `protobuf:"bytes,1,rep,name=rollups,proto3" json:"rollups,omitempty"`
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetRollupsResponse) Descriptor deprecated

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

Deprecated: Use QueryGetRollupsResponse.ProtoReflect.Descriptor instead.

func (*QueryGetRollupsResponse) GetPagination

func (x *QueryGetRollupsResponse) GetPagination() *v1beta1.PageResponse

func (*QueryGetRollupsResponse) GetRollups

func (x *QueryGetRollupsResponse) GetRollups() []*RollupMetadata

func (*QueryGetRollupsResponse) ProtoMessage

func (*QueryGetRollupsResponse) ProtoMessage()

func (*QueryGetRollupsResponse) ProtoReflect

func (x *QueryGetRollupsResponse) ProtoReflect() protoreflect.Message

func (*QueryGetRollupsResponse) Reset

func (x *QueryGetRollupsResponse) Reset()

func (*QueryGetRollupsResponse) String

func (x *QueryGetRollupsResponse) String() string

type QueryGetStakeDetailsByUserRequest

type QueryGetStakeDetailsByUserRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetStakeDetailsByUserRequest) Descriptor deprecated

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

Deprecated: Use QueryGetStakeDetailsByUserRequest.ProtoReflect.Descriptor instead.

func (*QueryGetStakeDetailsByUserRequest) GetAddress

func (x *QueryGetStakeDetailsByUserRequest) GetAddress() string

func (*QueryGetStakeDetailsByUserRequest) ProtoMessage

func (*QueryGetStakeDetailsByUserRequest) ProtoMessage()

func (*QueryGetStakeDetailsByUserRequest) ProtoReflect

func (*QueryGetStakeDetailsByUserRequest) Reset

func (*QueryGetStakeDetailsByUserRequest) String

type QueryGetStakeDetailsByUserResponse

type QueryGetStakeDetailsByUserResponse struct {
	TotalStakedAmount int64          `protobuf:"varint,1,opt,name=total_staked_amount,json=totalStakedAmount,proto3" json:"total_staked_amount,omitempty"`
	Rollups           []*RollupStake `protobuf:"bytes,2,rep,name=rollups,proto3" json:"rollups,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetStakeDetailsByUserResponse) Descriptor deprecated

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

Deprecated: Use QueryGetStakeDetailsByUserResponse.ProtoReflect.Descriptor instead.

func (*QueryGetStakeDetailsByUserResponse) GetRollups

func (*QueryGetStakeDetailsByUserResponse) GetTotalStakedAmount

func (x *QueryGetStakeDetailsByUserResponse) GetTotalStakedAmount() int64

func (*QueryGetStakeDetailsByUserResponse) ProtoMessage

func (*QueryGetStakeDetailsByUserResponse) ProtoMessage()

func (*QueryGetStakeDetailsByUserResponse) ProtoReflect

func (*QueryGetStakeDetailsByUserResponse) Reset

func (*QueryGetStakeDetailsByUserResponse) String

type QueryGetTotalStakedAmountRequest

type QueryGetTotalStakedAmountRequest struct {
	// contains filtered or unexported fields
}

func (*QueryGetTotalStakedAmountRequest) Descriptor deprecated

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

Deprecated: Use QueryGetTotalStakedAmountRequest.ProtoReflect.Descriptor instead.

func (*QueryGetTotalStakedAmountRequest) ProtoMessage

func (*QueryGetTotalStakedAmountRequest) ProtoMessage()

func (*QueryGetTotalStakedAmountRequest) ProtoReflect

func (*QueryGetTotalStakedAmountRequest) Reset

func (*QueryGetTotalStakedAmountRequest) String

type QueryGetTotalStakedAmountResponse

type QueryGetTotalStakedAmountResponse struct {
	Creators          []*Creator `protobuf:"bytes,1,rep,name=creators,proto3" json:"creators,omitempty"`
	TotalStakedAmount int64      `protobuf:"varint,2,opt,name=total_staked_amount,json=totalStakedAmount,proto3" json:"total_staked_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetTotalStakedAmountResponse) Descriptor deprecated

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

Deprecated: Use QueryGetTotalStakedAmountResponse.ProtoReflect.Descriptor instead.

func (*QueryGetTotalStakedAmountResponse) GetCreators

func (x *QueryGetTotalStakedAmountResponse) GetCreators() []*Creator

func (*QueryGetTotalStakedAmountResponse) GetTotalStakedAmount

func (x *QueryGetTotalStakedAmountResponse) GetTotalStakedAmount() int64

func (*QueryGetTotalStakedAmountResponse) ProtoMessage

func (*QueryGetTotalStakedAmountResponse) ProtoMessage()

func (*QueryGetTotalStakedAmountResponse) ProtoReflect

func (*QueryGetTotalStakedAmountResponse) Reset

func (*QueryGetTotalStakedAmountResponse) String

type QueryParamsRequest

type QueryParamsRequest struct {
	// contains filtered or unexported fields
}

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

func (*QueryParamsRequest) Descriptor deprecated

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

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params holds all the parameters of this module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

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

func (*QueryParamsResponse) Descriptor deprecated

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

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a list of CheckMonikerAvailability items.
	CheckMonikerAvailability(context.Context, *QueryCheckMonikerAvailabilityRequest) (*QueryCheckMonikerAvailabilityResponse, error)
	// Queries a list of GetRollupInfo items.
	GetRollupInfo(context.Context, *QueryGetRollupInfoRequest) (*QueryGetRollupInfoResponse, error)
	// Queries a list of GetRollups items.
	GetRollups(context.Context, *QueryGetRollupsRequest) (*QueryGetRollupsResponse, error)
	// Queries a list of GetRollupByMoniker items.
	GetRollupByMoniker(context.Context, *QueryGetRollupByMonikerRequest) (*QueryGetRollupByMonikerResponse, error)
	// Queries a list of GetBatchInfo items.
	GetBatchInfo(context.Context, *QueryGetBatchInfoRequest) (*QueryGetBatchInfoResponse, error)
	// Queries a list of GetAllBatches items.
	GetAllBatches(context.Context, *QueryGetAllBatchesRequest) (*QueryGetAllBatchesResponse, error)
	// Queries a list of GetTotalStakedAmount items.
	GetTotalStakedAmount(context.Context, *QueryGetTotalStakedAmountRequest) (*QueryGetTotalStakedAmountResponse, error)
	// Queries a list of GetStakeDetailsByUser items.
	GetStakeDetailsByUser(context.Context, *QueryGetStakeDetailsByUserRequest) (*QueryGetStakeDetailsByUserResponse, error)
	// Queries a list of GetRollupStakedAmount items.
	GetRollupStakedAmount(context.Context, *QueryGetRollupStakedAmountRequest) (*QueryGetRollupStakedAmountResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type RollupMetadata

type RollupMetadata struct {
	CreatedBy                    string `protobuf:"bytes,1,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	RollupId                     string `protobuf:"bytes,2,opt,name=rollupId,proto3" json:"rollupId,omitempty"`
	RollupLatestBatchNo          uint64 `protobuf:"varint,3,opt,name=rollupLatestBatchNo,proto3" json:"rollupLatestBatchNo,omitempty"`
	RollupLatestFinalizedBatchNo uint64 `protobuf:"varint,4,opt,name=rollupLatestFinalizedBatchNo,proto3" json:"rollupLatestFinalizedBatchNo,omitempty"`
	// rollup genesis data
	Moniker   string   `protobuf:"bytes,5,opt,name=moniker,proto3" json:"moniker,omitempty"`
	ChainId   string   `protobuf:"bytes,6,opt,name=chainId,proto3" json:"chainId,omitempty"`
	DenomName string   `protobuf:"bytes,7,opt,name=denomName,proto3" json:"denomName,omitempty"`
	Keys      []string `protobuf:"bytes,8,rep,name=keys,proto3" json:"keys,omitempty"`
	Supply    []uint64 `protobuf:"varint,9,rep,packed,name=supply,proto3" json:"supply,omitempty"`
	// da data for a rollup
	DaType       string `protobuf:"bytes,10,opt,name=daType,proto3" json:"daType,omitempty"`
	DaLatestHash string `protobuf:"bytes,11,opt,name=daLatestHash,proto3" json:"daLatestHash,omitempty"`
	// prover data for a rollup
	ProverType            string `protobuf:"bytes,12,opt,name=proverType,proto3" json:"proverType,omitempty"`
	ProverVerificationKey []byte `protobuf:"bytes,13,opt,name=proverVerificationKey,proto3" json:"proverVerificationKey,omitempty"`
	ProverEndpoint        string `protobuf:"bytes,14,opt,name=proverEndpoint,proto3" json:"proverEndpoint,omitempty"`
	// FHE data for a rollup
	AclContractAddress     string `protobuf:"bytes,15,opt,name=aclContractAddress,proto3" json:"aclContractAddress,omitempty"`
	KmsVerifierAddress     string `protobuf:"bytes,16,opt,name=kmsVerifierAddress,proto3" json:"kmsVerifierAddress,omitempty"`
	TfheExecutorAddress    string `protobuf:"bytes,17,opt,name=tfheExecutorAddress,proto3" json:"tfheExecutorAddress,omitempty"`
	GatewayContractAddress string `protobuf:"bytes,18,opt,name=gatewayContractAddress,proto3" json:"gatewayContractAddress,omitempty"`
	// junction wasm contract address
	AscContractAddress string `protobuf:"bytes,19,opt,name=ascContractAddress,proto3" json:"ascContractAddress,omitempty"`
	// relayer data
	RelayerGAddress   string `protobuf:"bytes,20,opt,name=relayerGAddress,proto3" json:"relayerGAddress,omitempty"`
	RelayerASCAddress string `protobuf:"bytes,21,opt,name=relayerASCAddress,proto3" json:"relayerASCAddress,omitempty"`
	// contains filtered or unexported fields
}

func (*RollupMetadata) Descriptor deprecated

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

Deprecated: Use RollupMetadata.ProtoReflect.Descriptor instead.

func (*RollupMetadata) GetAclContractAddress

func (x *RollupMetadata) GetAclContractAddress() string

func (*RollupMetadata) GetAscContractAddress

func (x *RollupMetadata) GetAscContractAddress() string

func (*RollupMetadata) GetChainId

func (x *RollupMetadata) GetChainId() string

func (*RollupMetadata) GetCreatedBy

func (x *RollupMetadata) GetCreatedBy() string

func (*RollupMetadata) GetDaLatestHash

func (x *RollupMetadata) GetDaLatestHash() string

func (*RollupMetadata) GetDaType

func (x *RollupMetadata) GetDaType() string

func (*RollupMetadata) GetDenomName

func (x *RollupMetadata) GetDenomName() string

func (*RollupMetadata) GetGatewayContractAddress

func (x *RollupMetadata) GetGatewayContractAddress() string

func (*RollupMetadata) GetKeys

func (x *RollupMetadata) GetKeys() []string

func (*RollupMetadata) GetKmsVerifierAddress

func (x *RollupMetadata) GetKmsVerifierAddress() string

func (*RollupMetadata) GetMoniker

func (x *RollupMetadata) GetMoniker() string

func (*RollupMetadata) GetProverEndpoint

func (x *RollupMetadata) GetProverEndpoint() string

func (*RollupMetadata) GetProverType

func (x *RollupMetadata) GetProverType() string

func (*RollupMetadata) GetProverVerificationKey

func (x *RollupMetadata) GetProverVerificationKey() []byte

func (*RollupMetadata) GetRelayerASCAddress

func (x *RollupMetadata) GetRelayerASCAddress() string

func (*RollupMetadata) GetRelayerGAddress

func (x *RollupMetadata) GetRelayerGAddress() string

func (*RollupMetadata) GetRollupId

func (x *RollupMetadata) GetRollupId() string

func (*RollupMetadata) GetRollupLatestBatchNo

func (x *RollupMetadata) GetRollupLatestBatchNo() uint64

func (*RollupMetadata) GetRollupLatestFinalizedBatchNo

func (x *RollupMetadata) GetRollupLatestFinalizedBatchNo() uint64

func (*RollupMetadata) GetSupply

func (x *RollupMetadata) GetSupply() []uint64

func (*RollupMetadata) GetTfheExecutorAddress

func (x *RollupMetadata) GetTfheExecutorAddress() string

func (*RollupMetadata) ProtoMessage

func (*RollupMetadata) ProtoMessage()

func (*RollupMetadata) ProtoReflect

func (x *RollupMetadata) ProtoReflect() protoreflect.Message

func (*RollupMetadata) Reset

func (x *RollupMetadata) Reset()

func (*RollupMetadata) String

func (x *RollupMetadata) String() string

type RollupPacketData

type RollupPacketData struct {

	// Types that are assignable to Packet:
	//
	//	*RollupPacketData_NoData
	Packet isRollupPacketData_Packet `protobuf_oneof:"packet"`
	// contains filtered or unexported fields
}

func (*RollupPacketData) Descriptor deprecated

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

Deprecated: Use RollupPacketData.ProtoReflect.Descriptor instead.

func (*RollupPacketData) GetNoData

func (x *RollupPacketData) GetNoData() *NoData

func (*RollupPacketData) GetPacket

func (x *RollupPacketData) GetPacket() isRollupPacketData_Packet

func (*RollupPacketData) ProtoMessage

func (*RollupPacketData) ProtoMessage()

func (*RollupPacketData) ProtoReflect

func (x *RollupPacketData) ProtoReflect() protoreflect.Message

func (*RollupPacketData) Reset

func (x *RollupPacketData) Reset()

func (*RollupPacketData) String

func (x *RollupPacketData) String() string

type RollupPacketData_NoData

type RollupPacketData_NoData struct {
	NoData *NoData `protobuf:"bytes,1,opt,name=noData,proto3,oneof"`
}

type RollupStake

type RollupStake struct {
	RollupId     string `protobuf:"bytes,1,opt,name=rollup_id,json=rollupId,proto3" json:"rollup_id,omitempty"`
	AmountStaked int64  `protobuf:"varint,2,opt,name=amount_staked,json=amountStaked,proto3" json:"amount_staked,omitempty"`
	Denom        string `protobuf:"bytes,3,opt,name=denom,proto3" json:"denom,omitempty"`
	// contains filtered or unexported fields
}

func (*RollupStake) Descriptor deprecated

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

Deprecated: Use RollupStake.ProtoReflect.Descriptor instead.

func (*RollupStake) GetAmountStaked

func (x *RollupStake) GetAmountStaked() int64

func (*RollupStake) GetDenom

func (x *RollupStake) GetDenom() string

func (*RollupStake) GetRollupId

func (x *RollupStake) GetRollupId() string

func (*RollupStake) ProtoMessage

func (*RollupStake) ProtoMessage()

func (*RollupStake) ProtoReflect

func (x *RollupStake) ProtoReflect() protoreflect.Message

func (*RollupStake) Reset

func (x *RollupStake) Reset()

func (*RollupStake) String

func (x *RollupStake) String() string

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) InitProver

func (UnimplementedMsgServer) InitRollup

func (UnimplementedMsgServer) SubmitBatch

func (UnimplementedMsgServer) UpdateParams

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) Params

type UnsafeMsgServer

type UnsafeMsgServer interface {
	// contains filtered or unexported methods
}

UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

Directories

Path Synopsis
Code generated by protoc-gen-go-pulsar.
Code generated by protoc-gen-go-pulsar.

Jump to

Keyboard shortcuts

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