projectv1

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 License: Apache-2.0 Imports: 20 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.

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                    = "/network.project.v1.Query/Params"
	Query_GetMainnetAccount_FullMethodName         = "/network.project.v1.Query/GetMainnetAccount"
	Query_ListMainnetAccount_FullMethodName        = "/network.project.v1.Query/ListMainnetAccount"
	Query_GetProject_FullMethodName                = "/network.project.v1.Query/GetProject"
	Query_ListProject_FullMethodName               = "/network.project.v1.Query/ListProject"
	Query_GetProjectChains_FullMethodName          = "/network.project.v1.Query/GetProjectChains"
	Query_SpecialAllocationsBalance_FullMethodName = "/network.project.v1.Query/SpecialAllocationsBalance"
	Query_MainnetAccountBalance_FullMethodName     = "/network.project.v1.Query/MainnetAccountBalance"
	Query_ListMainnetAccountBalance_FullMethodName = "/network.project.v1.Query/ListMainnetAccountBalance"
	Query_TotalShares_FullMethodName               = "/network.project.v1.Query/TotalShares"
)
View Source
const (
	Msg_UpdateParams_FullMethodName             = "/network.project.v1.Msg/UpdateParams"
	Msg_CreateProject_FullMethodName            = "/network.project.v1.Msg/CreateProject"
	Msg_EditProject_FullMethodName              = "/network.project.v1.Msg/EditProject"
	Msg_UpdateTotalSupply_FullMethodName        = "/network.project.v1.Msg/UpdateTotalSupply"
	Msg_UpdateSpecialAllocations_FullMethodName = "/network.project.v1.Msg/UpdateSpecialAllocations"
	Msg_InitializeMainnet_FullMethodName        = "/network.project.v1.Msg/InitializeMainnet"
	Msg_MintVouchers_FullMethodName             = "/network.project.v1.Msg/MintVouchers"
	Msg_BurnVouchers_FullMethodName             = "/network.project.v1.Msg/BurnVouchers"
	Msg_RedeemVouchers_FullMethodName           = "/network.project.v1.Msg/RedeemVouchers"
	Msg_UnredeemVouchers_FullMethodName         = "/network.project.v1.Msg/UnredeemVouchers"
)

Variables

View Source
var File_network_project_v1_events_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_mainnet_account_balance_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_mainnet_account_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_params_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_project_chains_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_project_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_query_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_special_allocations_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_tx_proto protoreflect.FileDescriptor
View Source
var File_network_project_v1_vesting_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "network.project.v1.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateParams",
			Handler:    _Msg_UpdateParams_Handler,
		},
		{
			MethodName: "CreateProject",
			Handler:    _Msg_CreateProject_Handler,
		},
		{
			MethodName: "EditProject",
			Handler:    _Msg_EditProject_Handler,
		},
		{
			MethodName: "UpdateTotalSupply",
			Handler:    _Msg_UpdateTotalSupply_Handler,
		},
		{
			MethodName: "UpdateSpecialAllocations",
			Handler:    _Msg_UpdateSpecialAllocations_Handler,
		},
		{
			MethodName: "InitializeMainnet",
			Handler:    _Msg_InitializeMainnet_Handler,
		},
		{
			MethodName: "MintVouchers",
			Handler:    _Msg_MintVouchers_Handler,
		},
		{
			MethodName: "BurnVouchers",
			Handler:    _Msg_BurnVouchers_Handler,
		},
		{
			MethodName: "RedeemVouchers",
			Handler:    _Msg_RedeemVouchers_Handler,
		},
		{
			MethodName: "UnredeemVouchers",
			Handler:    _Msg_UnredeemVouchers_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/project/v1/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: "network.project.v1.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "GetMainnetAccount",
			Handler:    _Query_GetMainnetAccount_Handler,
		},
		{
			MethodName: "ListMainnetAccount",
			Handler:    _Query_ListMainnetAccount_Handler,
		},
		{
			MethodName: "GetProject",
			Handler:    _Query_GetProject_Handler,
		},
		{
			MethodName: "ListProject",
			Handler:    _Query_ListProject_Handler,
		},
		{
			MethodName: "GetProjectChains",
			Handler:    _Query_GetProjectChains_Handler,
		},
		{
			MethodName: "SpecialAllocationsBalance",
			Handler:    _Query_SpecialAllocationsBalance_Handler,
		},
		{
			MethodName: "MainnetAccountBalance",
			Handler:    _Query_MainnetAccountBalance_Handler,
		},
		{
			MethodName: "ListMainnetAccountBalance",
			Handler:    _Query_ListMainnetAccountBalance_Handler,
		},
		{
			MethodName: "TotalShares",
			Handler:    _Query_TotalShares_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/project/v1/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 EventMainnetAccountCreated

type EventMainnetAccountCreated struct {
	ProjectId uint64          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address   string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Shares    []*v1beta1.Coin `protobuf:"bytes,3,rep,name=shares,proto3" json:"shares,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMainnetAccountCreated) Descriptor deprecated

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

Deprecated: Use EventMainnetAccountCreated.ProtoReflect.Descriptor instead.

func (*EventMainnetAccountCreated) GetAddress

func (x *EventMainnetAccountCreated) GetAddress() string

func (*EventMainnetAccountCreated) GetProjectId

func (x *EventMainnetAccountCreated) GetProjectId() uint64

func (*EventMainnetAccountCreated) GetShares

func (x *EventMainnetAccountCreated) GetShares() []*v1beta1.Coin

func (*EventMainnetAccountCreated) ProtoMessage

func (*EventMainnetAccountCreated) ProtoMessage()

func (*EventMainnetAccountCreated) ProtoReflect

func (*EventMainnetAccountCreated) Reset

func (x *EventMainnetAccountCreated) Reset()

func (*EventMainnetAccountCreated) String

func (x *EventMainnetAccountCreated) String() string

type EventMainnetAccountRemoved

type EventMainnetAccountRemoved struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address   string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMainnetAccountRemoved) Descriptor deprecated

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

Deprecated: Use EventMainnetAccountRemoved.ProtoReflect.Descriptor instead.

func (*EventMainnetAccountRemoved) GetAddress

func (x *EventMainnetAccountRemoved) GetAddress() string

func (*EventMainnetAccountRemoved) GetProjectId

func (x *EventMainnetAccountRemoved) GetProjectId() uint64

func (*EventMainnetAccountRemoved) ProtoMessage

func (*EventMainnetAccountRemoved) ProtoMessage()

func (*EventMainnetAccountRemoved) ProtoReflect

func (*EventMainnetAccountRemoved) Reset

func (x *EventMainnetAccountRemoved) Reset()

func (*EventMainnetAccountRemoved) String

func (x *EventMainnetAccountRemoved) String() string

type EventMainnetAccountUpdated

type EventMainnetAccountUpdated struct {
	ProjectId uint64          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address   string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Shares    []*v1beta1.Coin `protobuf:"bytes,3,rep,name=shares,proto3" json:"shares,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMainnetAccountUpdated) Descriptor deprecated

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

Deprecated: Use EventMainnetAccountUpdated.ProtoReflect.Descriptor instead.

func (*EventMainnetAccountUpdated) GetAddress

func (x *EventMainnetAccountUpdated) GetAddress() string

func (*EventMainnetAccountUpdated) GetProjectId

func (x *EventMainnetAccountUpdated) GetProjectId() uint64

func (*EventMainnetAccountUpdated) GetShares

func (x *EventMainnetAccountUpdated) GetShares() []*v1beta1.Coin

func (*EventMainnetAccountUpdated) ProtoMessage

func (*EventMainnetAccountUpdated) ProtoMessage()

func (*EventMainnetAccountUpdated) ProtoReflect

func (*EventMainnetAccountUpdated) Reset

func (x *EventMainnetAccountUpdated) Reset()

func (*EventMainnetAccountUpdated) String

func (x *EventMainnetAccountUpdated) String() string

type EventMainnetVestingAccountCreated

type EventMainnetVestingAccountCreated struct {
	ProjectId      uint64               `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address        string               `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	VestingOptions *ShareVestingOptions `protobuf:"bytes,3,opt,name=vesting_options,json=vestingOptions,proto3" json:"vesting_options,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMainnetVestingAccountCreated) Descriptor deprecated

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

Deprecated: Use EventMainnetVestingAccountCreated.ProtoReflect.Descriptor instead.

func (*EventMainnetVestingAccountCreated) GetAddress

func (x *EventMainnetVestingAccountCreated) GetAddress() string

func (*EventMainnetVestingAccountCreated) GetProjectId

func (x *EventMainnetVestingAccountCreated) GetProjectId() uint64

func (*EventMainnetVestingAccountCreated) GetVestingOptions

func (*EventMainnetVestingAccountCreated) ProtoMessage

func (*EventMainnetVestingAccountCreated) ProtoMessage()

func (*EventMainnetVestingAccountCreated) ProtoReflect

func (*EventMainnetVestingAccountCreated) Reset

func (*EventMainnetVestingAccountCreated) String

type EventMainnetVestingAccountUpdated

type EventMainnetVestingAccountUpdated struct {
	ProjectId      uint64               `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address        string               `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	VestingOptions *ShareVestingOptions `protobuf:"bytes,3,opt,name=vesting_options,json=vestingOptions,proto3" json:"vesting_options,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMainnetVestingAccountUpdated) Descriptor deprecated

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

Deprecated: Use EventMainnetVestingAccountUpdated.ProtoReflect.Descriptor instead.

func (*EventMainnetVestingAccountUpdated) GetAddress

func (x *EventMainnetVestingAccountUpdated) GetAddress() string

func (*EventMainnetVestingAccountUpdated) GetProjectId

func (x *EventMainnetVestingAccountUpdated) GetProjectId() uint64

func (*EventMainnetVestingAccountUpdated) GetVestingOptions

func (*EventMainnetVestingAccountUpdated) ProtoMessage

func (*EventMainnetVestingAccountUpdated) ProtoMessage()

func (*EventMainnetVestingAccountUpdated) ProtoReflect

func (*EventMainnetVestingAccountUpdated) Reset

func (*EventMainnetVestingAccountUpdated) String

type EventProjectAuctionCreated

type EventProjectAuctionCreated struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AuctionId uint64 `protobuf:"varint,2,opt,name=auction_id,json=auctionId,proto3" json:"auction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventProjectAuctionCreated) Descriptor deprecated

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

Deprecated: Use EventProjectAuctionCreated.ProtoReflect.Descriptor instead.

func (*EventProjectAuctionCreated) GetAuctionId

func (x *EventProjectAuctionCreated) GetAuctionId() uint64

func (*EventProjectAuctionCreated) GetProjectId

func (x *EventProjectAuctionCreated) GetProjectId() uint64

func (*EventProjectAuctionCreated) ProtoMessage

func (*EventProjectAuctionCreated) ProtoMessage()

func (*EventProjectAuctionCreated) ProtoReflect

func (*EventProjectAuctionCreated) Reset

func (x *EventProjectAuctionCreated) Reset()

func (*EventProjectAuctionCreated) String

func (x *EventProjectAuctionCreated) String() string

type EventProjectChainAdded

type EventProjectChainAdded struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	LaunchId  uint64 `protobuf:"varint,2,opt,name=launch_id,json=launchId,proto3" json:"launch_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventProjectChainAdded) Descriptor deprecated

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

Deprecated: Use EventProjectChainAdded.ProtoReflect.Descriptor instead.

func (*EventProjectChainAdded) GetLaunchId

func (x *EventProjectChainAdded) GetLaunchId() uint64

func (*EventProjectChainAdded) GetProjectId

func (x *EventProjectChainAdded) GetProjectId() uint64

func (*EventProjectChainAdded) ProtoMessage

func (*EventProjectChainAdded) ProtoMessage()

func (*EventProjectChainAdded) ProtoReflect

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

func (*EventProjectChainAdded) Reset

func (x *EventProjectChainAdded) Reset()

func (*EventProjectChainAdded) String

func (x *EventProjectChainAdded) String() string

type EventProjectCreated

type EventProjectCreated struct {
	ProjectId          uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CoordinatorAddress string `protobuf:"bytes,2,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	CoordinatorId      uint64 `protobuf:"varint,3,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventProjectCreated) Descriptor deprecated

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

Deprecated: Use EventProjectCreated.ProtoReflect.Descriptor instead.

func (*EventProjectCreated) GetCoordinatorAddress

func (x *EventProjectCreated) GetCoordinatorAddress() string

func (*EventProjectCreated) GetCoordinatorId

func (x *EventProjectCreated) GetCoordinatorId() uint64

func (*EventProjectCreated) GetProjectId

func (x *EventProjectCreated) GetProjectId() uint64

func (*EventProjectCreated) ProtoMessage

func (*EventProjectCreated) ProtoMessage()

func (*EventProjectCreated) ProtoReflect

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

func (*EventProjectCreated) Reset

func (x *EventProjectCreated) Reset()

func (*EventProjectCreated) String

func (x *EventProjectCreated) String() string

type EventProjectInfoUpdated

type EventProjectInfoUpdated struct {
	ProjectId          uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CoordinatorAddress string `protobuf:"bytes,2,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	ProjectName        string `protobuf:"bytes,3,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	Metadata           []byte `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*EventProjectInfoUpdated) Descriptor deprecated

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

Deprecated: Use EventProjectInfoUpdated.ProtoReflect.Descriptor instead.

func (*EventProjectInfoUpdated) GetCoordinatorAddress

func (x *EventProjectInfoUpdated) GetCoordinatorAddress() string

func (*EventProjectInfoUpdated) GetMetadata

func (x *EventProjectInfoUpdated) GetMetadata() []byte

func (*EventProjectInfoUpdated) GetProjectId

func (x *EventProjectInfoUpdated) GetProjectId() uint64

func (*EventProjectInfoUpdated) GetProjectName

func (x *EventProjectInfoUpdated) GetProjectName() string

func (*EventProjectInfoUpdated) ProtoMessage

func (*EventProjectInfoUpdated) ProtoMessage()

func (*EventProjectInfoUpdated) ProtoReflect

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

func (*EventProjectInfoUpdated) Reset

func (x *EventProjectInfoUpdated) Reset()

func (*EventProjectInfoUpdated) String

func (x *EventProjectInfoUpdated) String() string

type EventProjectMainnetInitialized

type EventProjectMainnetInitialized struct {
	ProjectId          uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CoordinatorAddress string `protobuf:"bytes,2,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	MainnetId          uint64 `protobuf:"varint,3,opt,name=mainnet_id,json=mainnetId,proto3" json:"mainnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventProjectMainnetInitialized) Descriptor deprecated

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

Deprecated: Use EventProjectMainnetInitialized.ProtoReflect.Descriptor instead.

func (*EventProjectMainnetInitialized) GetCoordinatorAddress

func (x *EventProjectMainnetInitialized) GetCoordinatorAddress() string

func (*EventProjectMainnetInitialized) GetMainnetId

func (x *EventProjectMainnetInitialized) GetMainnetId() uint64

func (*EventProjectMainnetInitialized) GetProjectId

func (x *EventProjectMainnetInitialized) GetProjectId() uint64

func (*EventProjectMainnetInitialized) ProtoMessage

func (*EventProjectMainnetInitialized) ProtoMessage()

func (*EventProjectMainnetInitialized) ProtoReflect

func (*EventProjectMainnetInitialized) Reset

func (x *EventProjectMainnetInitialized) Reset()

func (*EventProjectMainnetInitialized) String

type EventProjectSharesUpdated

type EventProjectSharesUpdated struct {
	ProjectId          uint64          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CoordinatorAddress string          `protobuf:"bytes,2,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	AllocatedShares    []*v1beta1.Coin `protobuf:"bytes,3,rep,name=allocated_shares,json=allocatedShares,proto3" json:"allocated_shares,omitempty"`
	// contains filtered or unexported fields
}

func (*EventProjectSharesUpdated) Descriptor deprecated

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

Deprecated: Use EventProjectSharesUpdated.ProtoReflect.Descriptor instead.

func (*EventProjectSharesUpdated) GetAllocatedShares

func (x *EventProjectSharesUpdated) GetAllocatedShares() []*v1beta1.Coin

func (*EventProjectSharesUpdated) GetCoordinatorAddress

func (x *EventProjectSharesUpdated) GetCoordinatorAddress() string

func (*EventProjectSharesUpdated) GetProjectId

func (x *EventProjectSharesUpdated) GetProjectId() uint64

func (*EventProjectSharesUpdated) ProtoMessage

func (*EventProjectSharesUpdated) ProtoMessage()

func (*EventProjectSharesUpdated) ProtoReflect

func (*EventProjectSharesUpdated) Reset

func (x *EventProjectSharesUpdated) Reset()

func (*EventProjectSharesUpdated) String

func (x *EventProjectSharesUpdated) String() string

type EventProjectTotalSupplyUpdated

type EventProjectTotalSupplyUpdated struct {
	ProjectId          uint64          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	CoordinatorAddress string          `protobuf:"bytes,2,opt,name=coordinator_address,json=coordinatorAddress,proto3" json:"coordinator_address,omitempty"`
	TotalSupply        []*v1beta1.Coin `protobuf:"bytes,3,rep,name=total_supply,json=totalSupply,proto3" json:"total_supply,omitempty"`
	// contains filtered or unexported fields
}

func (*EventProjectTotalSupplyUpdated) Descriptor deprecated

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

Deprecated: Use EventProjectTotalSupplyUpdated.ProtoReflect.Descriptor instead.

func (*EventProjectTotalSupplyUpdated) GetCoordinatorAddress

func (x *EventProjectTotalSupplyUpdated) GetCoordinatorAddress() string

func (*EventProjectTotalSupplyUpdated) GetProjectId

func (x *EventProjectTotalSupplyUpdated) GetProjectId() uint64

func (*EventProjectTotalSupplyUpdated) GetTotalSupply

func (x *EventProjectTotalSupplyUpdated) GetTotalSupply() []*v1beta1.Coin

func (*EventProjectTotalSupplyUpdated) ProtoMessage

func (*EventProjectTotalSupplyUpdated) ProtoMessage()

func (*EventProjectTotalSupplyUpdated) ProtoReflect

func (*EventProjectTotalSupplyUpdated) Reset

func (x *EventProjectTotalSupplyUpdated) Reset()

func (*EventProjectTotalSupplyUpdated) 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"`
	ProjectList        []*Project        `protobuf:"bytes,2,rep,name=project_list,json=projectList,proto3" json:"project_list,omitempty"`
	ProjectCount       uint64            `protobuf:"varint,3,opt,name=project_count,json=projectCount,proto3" json:"project_count,omitempty"`
	ProjectChainsList  []*ProjectChains  `protobuf:"bytes,4,rep,name=project_chains_list,json=projectChainsList,proto3" json:"project_chains_list,omitempty"`
	MainnetAccountList []*MainnetAccount `protobuf:"bytes,5,rep,name=mainnet_account_list,json=mainnetAccountList,proto3" json:"mainnet_account_list,omitempty"`
	TotalShares        uint64            `protobuf:"varint,6,opt,name=total_shares,json=totalShares,proto3" json:"total_shares,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the project module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetMainnetAccountList

func (x *GenesisState) GetMainnetAccountList() []*MainnetAccount

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetProjectChainsList

func (x *GenesisState) GetProjectChainsList() []*ProjectChains

func (*GenesisState) GetProjectCount

func (x *GenesisState) GetProjectCount() uint64

func (*GenesisState) GetProjectList

func (x *GenesisState) GetProjectList() []*Project

func (*GenesisState) GetTotalShares

func (x *GenesisState) GetTotalShares() uint64

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 MainnetAccount

type MainnetAccount struct {
	ProjectId uint64          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address   string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Shares    []*v1beta1.Coin `protobuf:"bytes,3,rep,name=shares,proto3" json:"shares,omitempty"`
	// contains filtered or unexported fields
}

func (*MainnetAccount) Descriptor deprecated

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

Deprecated: Use MainnetAccount.ProtoReflect.Descriptor instead.

func (*MainnetAccount) GetAddress

func (x *MainnetAccount) GetAddress() string

func (*MainnetAccount) GetProjectId

func (x *MainnetAccount) GetProjectId() uint64

func (*MainnetAccount) GetShares

func (x *MainnetAccount) GetShares() []*v1beta1.Coin

func (*MainnetAccount) ProtoMessage

func (*MainnetAccount) ProtoMessage()

func (*MainnetAccount) ProtoReflect

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

func (*MainnetAccount) Reset

func (x *MainnetAccount) Reset()

func (*MainnetAccount) String

func (x *MainnetAccount) String() string

type MainnetAccountBalance

type MainnetAccountBalance struct {
	ProjectId uint64          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address   string          `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Coins     []*v1beta1.Coin `protobuf:"bytes,3,rep,name=coins,proto3" json:"coins,omitempty"`
	// contains filtered or unexported fields
}

func (*MainnetAccountBalance) Descriptor deprecated

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

Deprecated: Use MainnetAccountBalance.ProtoReflect.Descriptor instead.

func (*MainnetAccountBalance) GetAddress

func (x *MainnetAccountBalance) GetAddress() string

func (*MainnetAccountBalance) GetCoins

func (x *MainnetAccountBalance) GetCoins() []*v1beta1.Coin

func (*MainnetAccountBalance) GetProjectId

func (x *MainnetAccountBalance) GetProjectId() uint64

func (*MainnetAccountBalance) ProtoMessage

func (*MainnetAccountBalance) ProtoMessage()

func (*MainnetAccountBalance) ProtoReflect

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

func (*MainnetAccountBalance) Reset

func (x *MainnetAccountBalance) Reset()

func (*MainnetAccountBalance) String

func (x *MainnetAccountBalance) String() string

type MsgBurnVouchers

type MsgBurnVouchers struct {
	Sender    string          `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	ProjectId uint64          `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Vouchers  []*v1beta1.Coin `protobuf:"bytes,3,rep,name=vouchers,proto3" json:"vouchers,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgBurnVouchers) Descriptor deprecated

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

Deprecated: Use MsgBurnVouchers.ProtoReflect.Descriptor instead.

func (*MsgBurnVouchers) GetProjectId

func (x *MsgBurnVouchers) GetProjectId() uint64

func (*MsgBurnVouchers) GetSender

func (x *MsgBurnVouchers) GetSender() string

func (*MsgBurnVouchers) GetVouchers

func (x *MsgBurnVouchers) GetVouchers() []*v1beta1.Coin

func (*MsgBurnVouchers) ProtoMessage

func (*MsgBurnVouchers) ProtoMessage()

func (*MsgBurnVouchers) ProtoReflect

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

func (*MsgBurnVouchers) Reset

func (x *MsgBurnVouchers) Reset()

func (*MsgBurnVouchers) String

func (x *MsgBurnVouchers) String() string

type MsgBurnVouchersResponse

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

func (*MsgBurnVouchersResponse) Descriptor deprecated

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

Deprecated: Use MsgBurnVouchersResponse.ProtoReflect.Descriptor instead.

func (*MsgBurnVouchersResponse) ProtoMessage

func (*MsgBurnVouchersResponse) ProtoMessage()

func (*MsgBurnVouchersResponse) ProtoReflect

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

func (*MsgBurnVouchersResponse) Reset

func (x *MsgBurnVouchersResponse) Reset()

func (*MsgBurnVouchersResponse) String

func (x *MsgBurnVouchersResponse) 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)
	CreateProject(ctx context.Context, in *MsgCreateProject, opts ...grpc.CallOption) (*MsgCreateProjectResponse, error)
	EditProject(ctx context.Context, in *MsgEditProject, opts ...grpc.CallOption) (*MsgEditProjectResponse, error)
	UpdateTotalSupply(ctx context.Context, in *MsgUpdateTotalSupply, opts ...grpc.CallOption) (*MsgUpdateTotalSupplyResponse, error)
	UpdateSpecialAllocations(ctx context.Context, in *MsgUpdateSpecialAllocations, opts ...grpc.CallOption) (*MsgUpdateSpecialAllocationsResponse, error)
	InitializeMainnet(ctx context.Context, in *MsgInitializeMainnet, opts ...grpc.CallOption) (*MsgInitializeMainnetResponse, error)
	MintVouchers(ctx context.Context, in *MsgMintVouchers, opts ...grpc.CallOption) (*MsgMintVouchersResponse, error)
	BurnVouchers(ctx context.Context, in *MsgBurnVouchers, opts ...grpc.CallOption) (*MsgBurnVouchersResponse, error)
	RedeemVouchers(ctx context.Context, in *MsgRedeemVouchers, opts ...grpc.CallOption) (*MsgRedeemVouchersResponse, error)
	UnredeemVouchers(ctx context.Context, in *MsgUnredeemVouchers, opts ...grpc.CallOption) (*MsgUnredeemVouchersResponse, 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 MsgCreateProject

type MsgCreateProject struct {
	Coordinator string          `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	ProjectName string          `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	TotalSupply []*v1beta1.Coin `protobuf:"bytes,3,rep,name=total_supply,json=totalSupply,proto3" json:"total_supply,omitempty"`
	Metadata    []byte          `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateProject) Descriptor deprecated

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

Deprecated: Use MsgCreateProject.ProtoReflect.Descriptor instead.

func (*MsgCreateProject) GetCoordinator

func (x *MsgCreateProject) GetCoordinator() string

func (*MsgCreateProject) GetMetadata

func (x *MsgCreateProject) GetMetadata() []byte

func (*MsgCreateProject) GetProjectName

func (x *MsgCreateProject) GetProjectName() string

func (*MsgCreateProject) GetTotalSupply

func (x *MsgCreateProject) GetTotalSupply() []*v1beta1.Coin

func (*MsgCreateProject) ProtoMessage

func (*MsgCreateProject) ProtoMessage()

func (*MsgCreateProject) ProtoReflect

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

func (*MsgCreateProject) Reset

func (x *MsgCreateProject) Reset()

func (*MsgCreateProject) String

func (x *MsgCreateProject) String() string

type MsgCreateProjectResponse

type MsgCreateProjectResponse struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateProjectResponse) Descriptor deprecated

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

Deprecated: Use MsgCreateProjectResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateProjectResponse) GetProjectId

func (x *MsgCreateProjectResponse) GetProjectId() uint64

func (*MsgCreateProjectResponse) ProtoMessage

func (*MsgCreateProjectResponse) ProtoMessage()

func (*MsgCreateProjectResponse) ProtoReflect

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

func (*MsgCreateProjectResponse) Reset

func (x *MsgCreateProjectResponse) Reset()

func (*MsgCreateProjectResponse) String

func (x *MsgCreateProjectResponse) String() string

type MsgEditProject

type MsgEditProject struct {
	Coordinator string `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	ProjectId   uint64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Metadata    []byte `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgEditProject) Descriptor deprecated

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

Deprecated: Use MsgEditProject.ProtoReflect.Descriptor instead.

func (*MsgEditProject) GetCoordinator

func (x *MsgEditProject) GetCoordinator() string

func (*MsgEditProject) GetMetadata

func (x *MsgEditProject) GetMetadata() []byte

func (*MsgEditProject) GetName

func (x *MsgEditProject) GetName() string

func (*MsgEditProject) GetProjectId

func (x *MsgEditProject) GetProjectId() uint64

func (*MsgEditProject) ProtoMessage

func (*MsgEditProject) ProtoMessage()

func (*MsgEditProject) ProtoReflect

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

func (*MsgEditProject) Reset

func (x *MsgEditProject) Reset()

func (*MsgEditProject) String

func (x *MsgEditProject) String() string

type MsgEditProjectResponse

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

func (*MsgEditProjectResponse) Descriptor deprecated

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

Deprecated: Use MsgEditProjectResponse.ProtoReflect.Descriptor instead.

func (*MsgEditProjectResponse) ProtoMessage

func (*MsgEditProjectResponse) ProtoMessage()

func (*MsgEditProjectResponse) ProtoReflect

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

func (*MsgEditProjectResponse) Reset

func (x *MsgEditProjectResponse) Reset()

func (*MsgEditProjectResponse) String

func (x *MsgEditProjectResponse) String() string

type MsgInitializeMainnet

type MsgInitializeMainnet struct {
	Coordinator    string `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	ProjectId      uint64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SourceUrl      string `protobuf:"bytes,3,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	SourceHash     string `protobuf:"bytes,4,opt,name=source_hash,json=sourceHash,proto3" json:"source_hash,omitempty"`
	MainnetChainId string `protobuf:"bytes,5,opt,name=mainnet_chain_id,json=mainnetChainId,proto3" json:"mainnet_chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgInitializeMainnet) Descriptor deprecated

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

Deprecated: Use MsgInitializeMainnet.ProtoReflect.Descriptor instead.

func (*MsgInitializeMainnet) GetCoordinator

func (x *MsgInitializeMainnet) GetCoordinator() string

func (*MsgInitializeMainnet) GetMainnetChainId

func (x *MsgInitializeMainnet) GetMainnetChainId() string

func (*MsgInitializeMainnet) GetProjectId

func (x *MsgInitializeMainnet) GetProjectId() uint64

func (*MsgInitializeMainnet) GetSourceHash

func (x *MsgInitializeMainnet) GetSourceHash() string

func (*MsgInitializeMainnet) GetSourceUrl

func (x *MsgInitializeMainnet) GetSourceUrl() string

func (*MsgInitializeMainnet) ProtoMessage

func (*MsgInitializeMainnet) ProtoMessage()

func (*MsgInitializeMainnet) ProtoReflect

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

func (*MsgInitializeMainnet) Reset

func (x *MsgInitializeMainnet) Reset()

func (*MsgInitializeMainnet) String

func (x *MsgInitializeMainnet) String() string

type MsgInitializeMainnetResponse

type MsgInitializeMainnetResponse struct {
	MainnetId uint64 `protobuf:"varint,1,opt,name=mainnet_id,json=mainnetId,proto3" json:"mainnet_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgInitializeMainnetResponse) Descriptor deprecated

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

Deprecated: Use MsgInitializeMainnetResponse.ProtoReflect.Descriptor instead.

func (*MsgInitializeMainnetResponse) GetMainnetId

func (x *MsgInitializeMainnetResponse) GetMainnetId() uint64

func (*MsgInitializeMainnetResponse) ProtoMessage

func (*MsgInitializeMainnetResponse) ProtoMessage()

func (*MsgInitializeMainnetResponse) ProtoReflect

func (*MsgInitializeMainnetResponse) Reset

func (x *MsgInitializeMainnetResponse) Reset()

func (*MsgInitializeMainnetResponse) String

type MsgMintVouchers

type MsgMintVouchers struct {
	Coordinator string          `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	ProjectId   uint64          `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Shares      []*v1beta1.Coin `protobuf:"bytes,3,rep,name=shares,proto3" json:"shares,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgMintVouchers) Descriptor deprecated

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

Deprecated: Use MsgMintVouchers.ProtoReflect.Descriptor instead.

func (*MsgMintVouchers) GetCoordinator

func (x *MsgMintVouchers) GetCoordinator() string

func (*MsgMintVouchers) GetProjectId

func (x *MsgMintVouchers) GetProjectId() uint64

func (*MsgMintVouchers) GetShares

func (x *MsgMintVouchers) GetShares() []*v1beta1.Coin

func (*MsgMintVouchers) ProtoMessage

func (*MsgMintVouchers) ProtoMessage()

func (*MsgMintVouchers) ProtoReflect

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

func (*MsgMintVouchers) Reset

func (x *MsgMintVouchers) Reset()

func (*MsgMintVouchers) String

func (x *MsgMintVouchers) String() string

type MsgMintVouchersResponse

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

func (*MsgMintVouchersResponse) Descriptor deprecated

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

Deprecated: Use MsgMintVouchersResponse.ProtoReflect.Descriptor instead.

func (*MsgMintVouchersResponse) ProtoMessage

func (*MsgMintVouchersResponse) ProtoMessage()

func (*MsgMintVouchersResponse) ProtoReflect

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

func (*MsgMintVouchersResponse) Reset

func (x *MsgMintVouchersResponse) Reset()

func (*MsgMintVouchersResponse) String

func (x *MsgMintVouchersResponse) String() string

type MsgRedeemVouchers

type MsgRedeemVouchers struct {
	Sender    string          `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	ProjectId uint64          `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Account   string          `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	Vouchers  []*v1beta1.Coin `protobuf:"bytes,4,rep,name=vouchers,proto3" json:"vouchers,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgRedeemVouchers) Descriptor deprecated

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

Deprecated: Use MsgRedeemVouchers.ProtoReflect.Descriptor instead.

func (*MsgRedeemVouchers) GetAccount

func (x *MsgRedeemVouchers) GetAccount() string

func (*MsgRedeemVouchers) GetProjectId

func (x *MsgRedeemVouchers) GetProjectId() uint64

func (*MsgRedeemVouchers) GetSender

func (x *MsgRedeemVouchers) GetSender() string

func (*MsgRedeemVouchers) GetVouchers

func (x *MsgRedeemVouchers) GetVouchers() []*v1beta1.Coin

func (*MsgRedeemVouchers) ProtoMessage

func (*MsgRedeemVouchers) ProtoMessage()

func (*MsgRedeemVouchers) ProtoReflect

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

func (*MsgRedeemVouchers) Reset

func (x *MsgRedeemVouchers) Reset()

func (*MsgRedeemVouchers) String

func (x *MsgRedeemVouchers) String() string

type MsgRedeemVouchersResponse

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

func (*MsgRedeemVouchersResponse) Descriptor deprecated

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

Deprecated: Use MsgRedeemVouchersResponse.ProtoReflect.Descriptor instead.

func (*MsgRedeemVouchersResponse) ProtoMessage

func (*MsgRedeemVouchersResponse) ProtoMessage()

func (*MsgRedeemVouchersResponse) ProtoReflect

func (*MsgRedeemVouchersResponse) Reset

func (x *MsgRedeemVouchersResponse) Reset()

func (*MsgRedeemVouchersResponse) String

func (x *MsgRedeemVouchersResponse) 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)
	CreateProject(context.Context, *MsgCreateProject) (*MsgCreateProjectResponse, error)
	EditProject(context.Context, *MsgEditProject) (*MsgEditProjectResponse, error)
	UpdateTotalSupply(context.Context, *MsgUpdateTotalSupply) (*MsgUpdateTotalSupplyResponse, error)
	UpdateSpecialAllocations(context.Context, *MsgUpdateSpecialAllocations) (*MsgUpdateSpecialAllocationsResponse, error)
	InitializeMainnet(context.Context, *MsgInitializeMainnet) (*MsgInitializeMainnetResponse, error)
	MintVouchers(context.Context, *MsgMintVouchers) (*MsgMintVouchersResponse, error)
	BurnVouchers(context.Context, *MsgBurnVouchers) (*MsgBurnVouchersResponse, error)
	RedeemVouchers(context.Context, *MsgRedeemVouchers) (*MsgRedeemVouchersResponse, error)
	UnredeemVouchers(context.Context, *MsgUnredeemVouchers) (*MsgUnredeemVouchersResponse, error)
	// contains filtered or unexported methods
}

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

type MsgUnredeemVouchers

type MsgUnredeemVouchers struct {
	Sender    string          `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	ProjectId uint64          `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Shares    []*v1beta1.Coin `protobuf:"bytes,3,rep,name=shares,proto3" json:"shares,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUnredeemVouchers) Descriptor deprecated

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

Deprecated: Use MsgUnredeemVouchers.ProtoReflect.Descriptor instead.

func (*MsgUnredeemVouchers) GetProjectId

func (x *MsgUnredeemVouchers) GetProjectId() uint64

func (*MsgUnredeemVouchers) GetSender

func (x *MsgUnredeemVouchers) GetSender() string

func (*MsgUnredeemVouchers) GetShares

func (x *MsgUnredeemVouchers) GetShares() []*v1beta1.Coin

func (*MsgUnredeemVouchers) ProtoMessage

func (*MsgUnredeemVouchers) ProtoMessage()

func (*MsgUnredeemVouchers) ProtoReflect

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

func (*MsgUnredeemVouchers) Reset

func (x *MsgUnredeemVouchers) Reset()

func (*MsgUnredeemVouchers) String

func (x *MsgUnredeemVouchers) String() string

type MsgUnredeemVouchersResponse

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

func (*MsgUnredeemVouchersResponse) Descriptor deprecated

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

Deprecated: Use MsgUnredeemVouchersResponse.ProtoReflect.Descriptor instead.

func (*MsgUnredeemVouchersResponse) ProtoMessage

func (*MsgUnredeemVouchersResponse) ProtoMessage()

func (*MsgUnredeemVouchersResponse) ProtoReflect

func (*MsgUnredeemVouchersResponse) Reset

func (x *MsgUnredeemVouchersResponse) Reset()

func (*MsgUnredeemVouchersResponse) String

func (x *MsgUnredeemVouchersResponse) 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 MsgUpdateSpecialAllocations

type MsgUpdateSpecialAllocations struct {
	Coordinator        string              `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	ProjectId          uint64              `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SpecialAllocations *SpecialAllocations `protobuf:"bytes,3,opt,name=special_allocations,json=specialAllocations,proto3" json:"special_allocations,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateSpecialAllocations) Descriptor deprecated

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

Deprecated: Use MsgUpdateSpecialAllocations.ProtoReflect.Descriptor instead.

func (*MsgUpdateSpecialAllocations) GetCoordinator

func (x *MsgUpdateSpecialAllocations) GetCoordinator() string

func (*MsgUpdateSpecialAllocations) GetProjectId

func (x *MsgUpdateSpecialAllocations) GetProjectId() uint64

func (*MsgUpdateSpecialAllocations) GetSpecialAllocations

func (x *MsgUpdateSpecialAllocations) GetSpecialAllocations() *SpecialAllocations

func (*MsgUpdateSpecialAllocations) ProtoMessage

func (*MsgUpdateSpecialAllocations) ProtoMessage()

func (*MsgUpdateSpecialAllocations) ProtoReflect

func (*MsgUpdateSpecialAllocations) Reset

func (x *MsgUpdateSpecialAllocations) Reset()

func (*MsgUpdateSpecialAllocations) String

func (x *MsgUpdateSpecialAllocations) String() string

type MsgUpdateSpecialAllocationsResponse

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

func (*MsgUpdateSpecialAllocationsResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateSpecialAllocationsResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateSpecialAllocationsResponse) ProtoMessage

func (*MsgUpdateSpecialAllocationsResponse) ProtoMessage()

func (*MsgUpdateSpecialAllocationsResponse) ProtoReflect

func (*MsgUpdateSpecialAllocationsResponse) Reset

func (*MsgUpdateSpecialAllocationsResponse) String

type MsgUpdateTotalSupply

type MsgUpdateTotalSupply struct {
	Coordinator       string          `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	ProjectId         uint64          `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	TotalSupplyUpdate []*v1beta1.Coin `protobuf:"bytes,3,rep,name=total_supply_update,json=totalSupplyUpdate,proto3" json:"total_supply_update,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateTotalSupply) Descriptor deprecated

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

Deprecated: Use MsgUpdateTotalSupply.ProtoReflect.Descriptor instead.

func (*MsgUpdateTotalSupply) GetCoordinator

func (x *MsgUpdateTotalSupply) GetCoordinator() string

func (*MsgUpdateTotalSupply) GetProjectId

func (x *MsgUpdateTotalSupply) GetProjectId() uint64

func (*MsgUpdateTotalSupply) GetTotalSupplyUpdate

func (x *MsgUpdateTotalSupply) GetTotalSupplyUpdate() []*v1beta1.Coin

func (*MsgUpdateTotalSupply) ProtoMessage

func (*MsgUpdateTotalSupply) ProtoMessage()

func (*MsgUpdateTotalSupply) ProtoReflect

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

func (*MsgUpdateTotalSupply) Reset

func (x *MsgUpdateTotalSupply) Reset()

func (*MsgUpdateTotalSupply) String

func (x *MsgUpdateTotalSupply) String() string

type MsgUpdateTotalSupplyResponse

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

func (*MsgUpdateTotalSupplyResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateTotalSupplyResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateTotalSupplyResponse) ProtoMessage

func (*MsgUpdateTotalSupplyResponse) ProtoMessage()

func (*MsgUpdateTotalSupplyResponse) ProtoReflect

func (*MsgUpdateTotalSupplyResponse) Reset

func (x *MsgUpdateTotalSupplyResponse) Reset()

func (*MsgUpdateTotalSupplyResponse) String

type Params

type Params struct {
	TotalSupplyRange   *TotalSupplyRange `protobuf:"bytes,1,opt,name=total_supply_range,json=totalSupplyRange,proto3" json:"total_supply_range,omitempty"`
	ProjectCreationFee []*v1beta1.Coin   `protobuf:"bytes,2,rep,name=project_creation_fee,json=projectCreationFee,proto3" json:"project_creation_fee,omitempty"`
	MaxMetadataLength  uint64            `protobuf:"varint,3,opt,name=max_metadata_length,json=maxMetadataLength,proto3" json:"max_metadata_length,omitempty"`
	// 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) GetMaxMetadataLength

func (x *Params) GetMaxMetadataLength() uint64

func (*Params) GetProjectCreationFee

func (x *Params) GetProjectCreationFee() []*v1beta1.Coin

func (*Params) GetTotalSupplyRange

func (x *Params) GetTotalSupplyRange() *TotalSupplyRange

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 Project

type Project struct {
	ProjectId          uint64              `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ProjectName        string              `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	CoordinatorId      uint64              `protobuf:"varint,3,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	CreatedAt          int64               `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MainnetId          uint64              `protobuf:"varint,5,opt,name=mainnet_id,json=mainnetId,proto3" json:"mainnet_id,omitempty"`
	MainnetInitialized bool                `protobuf:"varint,6,opt,name=mainnet_initialized,json=mainnetInitialized,proto3" json:"mainnet_initialized,omitempty"`
	TotalSupply        []*v1beta1.Coin     `protobuf:"bytes,7,rep,name=total_supply,json=totalSupply,proto3" json:"total_supply,omitempty"`
	AllocatedShares    []*v1beta1.Coin     `protobuf:"bytes,8,rep,name=allocated_shares,json=allocatedShares,proto3" json:"allocated_shares,omitempty"`
	SpecialAllocations *SpecialAllocations `protobuf:"bytes,9,opt,name=special_allocations,json=specialAllocations,proto3" json:"special_allocations,omitempty"`
	Metadata           []byte              `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetAllocatedShares

func (x *Project) GetAllocatedShares() []*v1beta1.Coin

func (*Project) GetCoordinatorId

func (x *Project) GetCoordinatorId() uint64

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() int64

func (*Project) GetMainnetId

func (x *Project) GetMainnetId() uint64

func (*Project) GetMainnetInitialized

func (x *Project) GetMainnetInitialized() bool

func (*Project) GetMetadata

func (x *Project) GetMetadata() []byte

func (*Project) GetProjectId

func (x *Project) GetProjectId() uint64

func (*Project) GetProjectName

func (x *Project) GetProjectName() string

func (*Project) GetSpecialAllocations

func (x *Project) GetSpecialAllocations() *SpecialAllocations

func (*Project) GetTotalSupply

func (x *Project) GetTotalSupply() []*v1beta1.Coin

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

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

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectChains

type ProjectChains struct {
	ProjectId uint64   `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Chains    []uint64 `protobuf:"varint,2,rep,packed,name=chains,proto3" json:"chains,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectChains) Descriptor deprecated

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

Deprecated: Use ProjectChains.ProtoReflect.Descriptor instead.

func (*ProjectChains) GetChains

func (x *ProjectChains) GetChains() []uint64

func (*ProjectChains) GetProjectId

func (x *ProjectChains) GetProjectId() uint64

func (*ProjectChains) ProtoMessage

func (*ProjectChains) ProtoMessage()

func (*ProjectChains) ProtoReflect

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

func (*ProjectChains) Reset

func (x *ProjectChains) Reset()

func (*ProjectChains) String

func (x *ProjectChains) String() string

type QueryAllMainnetAccountRequest

type QueryAllMainnetAccountRequest struct {
	ProjectId  uint64               `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Pagination *v1beta1.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllMainnetAccountRequest) Descriptor deprecated

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

Deprecated: Use QueryAllMainnetAccountRequest.ProtoReflect.Descriptor instead.

func (*QueryAllMainnetAccountRequest) GetPagination

func (*QueryAllMainnetAccountRequest) GetProjectId

func (x *QueryAllMainnetAccountRequest) GetProjectId() uint64

func (*QueryAllMainnetAccountRequest) ProtoMessage

func (*QueryAllMainnetAccountRequest) ProtoMessage()

func (*QueryAllMainnetAccountRequest) ProtoReflect

func (*QueryAllMainnetAccountRequest) Reset

func (x *QueryAllMainnetAccountRequest) Reset()

func (*QueryAllMainnetAccountRequest) String

type QueryAllMainnetAccountResponse

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

func (*QueryAllMainnetAccountResponse) Descriptor deprecated

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

Deprecated: Use QueryAllMainnetAccountResponse.ProtoReflect.Descriptor instead.

func (*QueryAllMainnetAccountResponse) GetMainnetAccount

func (x *QueryAllMainnetAccountResponse) GetMainnetAccount() []*MainnetAccount

func (*QueryAllMainnetAccountResponse) GetPagination

func (*QueryAllMainnetAccountResponse) ProtoMessage

func (*QueryAllMainnetAccountResponse) ProtoMessage()

func (*QueryAllMainnetAccountResponse) ProtoReflect

func (*QueryAllMainnetAccountResponse) Reset

func (x *QueryAllMainnetAccountResponse) Reset()

func (*QueryAllMainnetAccountResponse) String

type QueryAllProjectRequest

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

func (*QueryAllProjectRequest) Descriptor deprecated

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

Deprecated: Use QueryAllProjectRequest.ProtoReflect.Descriptor instead.

func (*QueryAllProjectRequest) GetPagination

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

func (*QueryAllProjectRequest) ProtoMessage

func (*QueryAllProjectRequest) ProtoMessage()

func (*QueryAllProjectRequest) ProtoReflect

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

func (*QueryAllProjectRequest) Reset

func (x *QueryAllProjectRequest) Reset()

func (*QueryAllProjectRequest) String

func (x *QueryAllProjectRequest) String() string

type QueryAllProjectResponse

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

func (*QueryAllProjectResponse) Descriptor deprecated

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

Deprecated: Use QueryAllProjectResponse.ProtoReflect.Descriptor instead.

func (*QueryAllProjectResponse) GetPagination

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

func (*QueryAllProjectResponse) GetProject

func (x *QueryAllProjectResponse) GetProject() []*Project

func (*QueryAllProjectResponse) ProtoMessage

func (*QueryAllProjectResponse) ProtoMessage()

func (*QueryAllProjectResponse) ProtoReflect

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

func (*QueryAllProjectResponse) Reset

func (x *QueryAllProjectResponse) Reset()

func (*QueryAllProjectResponse) String

func (x *QueryAllProjectResponse) String() 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 MainnetAccount items.
	GetMainnetAccount(ctx context.Context, in *QueryGetMainnetAccountRequest, opts ...grpc.CallOption) (*QueryGetMainnetAccountResponse, error)
	ListMainnetAccount(ctx context.Context, in *QueryAllMainnetAccountRequest, opts ...grpc.CallOption) (*QueryAllMainnetAccountResponse, error)
	// Queries a list of Project items.
	GetProject(ctx context.Context, in *QueryGetProjectRequest, opts ...grpc.CallOption) (*QueryGetProjectResponse, error)
	ListProject(ctx context.Context, in *QueryAllProjectRequest, opts ...grpc.CallOption) (*QueryAllProjectResponse, error)
	// Queries a list of ProjectChains items.
	GetProjectChains(ctx context.Context, in *QueryGetProjectChainsRequest, opts ...grpc.CallOption) (*QueryGetProjectChainsResponse, error)
	// Queries a list of SpecialAllocationsBalance items.
	SpecialAllocationsBalance(ctx context.Context, in *QuerySpecialAllocationsBalanceRequest, opts ...grpc.CallOption) (*QuerySpecialAllocationsBalanceResponse, error)
	// Queries a list of MainnetAccountBalance items.
	MainnetAccountBalance(ctx context.Context, in *QueryMainnetAccountBalanceRequest, opts ...grpc.CallOption) (*QueryMainnetAccountBalanceResponse, error)
	// Queries a list of ListMainnetAccountBalance items.
	ListMainnetAccountBalance(ctx context.Context, in *QueryListMainnetAccountBalanceRequest, opts ...grpc.CallOption) (*QueryListMainnetAccountBalanceResponse, error)
	// Queries a list of TotalShares items.
	TotalShares(ctx context.Context, in *QueryTotalSharesRequest, opts ...grpc.CallOption) (*QueryTotalSharesResponse, 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 QueryGetMainnetAccountRequest

type QueryGetMainnetAccountRequest struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address   string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetMainnetAccountRequest) Descriptor deprecated

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

Deprecated: Use QueryGetMainnetAccountRequest.ProtoReflect.Descriptor instead.

func (*QueryGetMainnetAccountRequest) GetAddress

func (x *QueryGetMainnetAccountRequest) GetAddress() string

func (*QueryGetMainnetAccountRequest) GetProjectId

func (x *QueryGetMainnetAccountRequest) GetProjectId() uint64

func (*QueryGetMainnetAccountRequest) ProtoMessage

func (*QueryGetMainnetAccountRequest) ProtoMessage()

func (*QueryGetMainnetAccountRequest) ProtoReflect

func (*QueryGetMainnetAccountRequest) Reset

func (x *QueryGetMainnetAccountRequest) Reset()

func (*QueryGetMainnetAccountRequest) String

type QueryGetMainnetAccountResponse

type QueryGetMainnetAccountResponse struct {
	MainnetAccount *MainnetAccount `protobuf:"bytes,1,opt,name=mainnet_account,json=mainnetAccount,proto3" json:"mainnet_account,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetMainnetAccountResponse) Descriptor deprecated

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

Deprecated: Use QueryGetMainnetAccountResponse.ProtoReflect.Descriptor instead.

func (*QueryGetMainnetAccountResponse) GetMainnetAccount

func (x *QueryGetMainnetAccountResponse) GetMainnetAccount() *MainnetAccount

func (*QueryGetMainnetAccountResponse) ProtoMessage

func (*QueryGetMainnetAccountResponse) ProtoMessage()

func (*QueryGetMainnetAccountResponse) ProtoReflect

func (*QueryGetMainnetAccountResponse) Reset

func (x *QueryGetMainnetAccountResponse) Reset()

func (*QueryGetMainnetAccountResponse) String

type QueryGetProjectChainsRequest

type QueryGetProjectChainsRequest struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetProjectChainsRequest) Descriptor deprecated

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

Deprecated: Use QueryGetProjectChainsRequest.ProtoReflect.Descriptor instead.

func (*QueryGetProjectChainsRequest) GetProjectId

func (x *QueryGetProjectChainsRequest) GetProjectId() uint64

func (*QueryGetProjectChainsRequest) ProtoMessage

func (*QueryGetProjectChainsRequest) ProtoMessage()

func (*QueryGetProjectChainsRequest) ProtoReflect

func (*QueryGetProjectChainsRequest) Reset

func (x *QueryGetProjectChainsRequest) Reset()

func (*QueryGetProjectChainsRequest) String

type QueryGetProjectChainsResponse

type QueryGetProjectChainsResponse struct {
	ProjectChains *ProjectChains `protobuf:"bytes,1,opt,name=project_chains,json=projectChains,proto3" json:"project_chains,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetProjectChainsResponse) Descriptor deprecated

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

Deprecated: Use QueryGetProjectChainsResponse.ProtoReflect.Descriptor instead.

func (*QueryGetProjectChainsResponse) GetProjectChains

func (x *QueryGetProjectChainsResponse) GetProjectChains() *ProjectChains

func (*QueryGetProjectChainsResponse) ProtoMessage

func (*QueryGetProjectChainsResponse) ProtoMessage()

func (*QueryGetProjectChainsResponse) ProtoReflect

func (*QueryGetProjectChainsResponse) Reset

func (x *QueryGetProjectChainsResponse) Reset()

func (*QueryGetProjectChainsResponse) String

type QueryGetProjectRequest

type QueryGetProjectRequest struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetProjectRequest) Descriptor deprecated

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

Deprecated: Use QueryGetProjectRequest.ProtoReflect.Descriptor instead.

func (*QueryGetProjectRequest) GetProjectId

func (x *QueryGetProjectRequest) GetProjectId() uint64

func (*QueryGetProjectRequest) ProtoMessage

func (*QueryGetProjectRequest) ProtoMessage()

func (*QueryGetProjectRequest) ProtoReflect

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

func (*QueryGetProjectRequest) Reset

func (x *QueryGetProjectRequest) Reset()

func (*QueryGetProjectRequest) String

func (x *QueryGetProjectRequest) String() string

type QueryGetProjectResponse

type QueryGetProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetProjectResponse) Descriptor deprecated

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

Deprecated: Use QueryGetProjectResponse.ProtoReflect.Descriptor instead.

func (*QueryGetProjectResponse) GetProject

func (x *QueryGetProjectResponse) GetProject() *Project

func (*QueryGetProjectResponse) ProtoMessage

func (*QueryGetProjectResponse) ProtoMessage()

func (*QueryGetProjectResponse) ProtoReflect

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

func (*QueryGetProjectResponse) Reset

func (x *QueryGetProjectResponse) Reset()

func (*QueryGetProjectResponse) String

func (x *QueryGetProjectResponse) String() string

type QueryListMainnetAccountBalanceRequest

type QueryListMainnetAccountBalanceRequest struct {
	ProjectId  uint64               `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Pagination *v1beta1.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryListMainnetAccountBalanceRequest) Descriptor deprecated

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

Deprecated: Use QueryListMainnetAccountBalanceRequest.ProtoReflect.Descriptor instead.

func (*QueryListMainnetAccountBalanceRequest) GetPagination

func (*QueryListMainnetAccountBalanceRequest) GetProjectId

func (*QueryListMainnetAccountBalanceRequest) ProtoMessage

func (*QueryListMainnetAccountBalanceRequest) ProtoMessage()

func (*QueryListMainnetAccountBalanceRequest) ProtoReflect

func (*QueryListMainnetAccountBalanceRequest) Reset

func (*QueryListMainnetAccountBalanceRequest) String

type QueryListMainnetAccountBalanceResponse

type QueryListMainnetAccountBalanceResponse struct {
	MainnetAccountBalance []*MainnetAccountBalance `` /* 126-byte string literal not displayed */
	Pagination            *v1beta1.PageResponse    `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryListMainnetAccountBalanceResponse) Descriptor deprecated

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

Deprecated: Use QueryListMainnetAccountBalanceResponse.ProtoReflect.Descriptor instead.

func (*QueryListMainnetAccountBalanceResponse) GetMainnetAccountBalance

func (x *QueryListMainnetAccountBalanceResponse) GetMainnetAccountBalance() []*MainnetAccountBalance

func (*QueryListMainnetAccountBalanceResponse) GetPagination

func (*QueryListMainnetAccountBalanceResponse) ProtoMessage

func (*QueryListMainnetAccountBalanceResponse) ProtoReflect

func (*QueryListMainnetAccountBalanceResponse) Reset

func (*QueryListMainnetAccountBalanceResponse) String

type QueryMainnetAccountBalanceRequest

type QueryMainnetAccountBalanceRequest struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Address   string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryMainnetAccountBalanceRequest) Descriptor deprecated

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

Deprecated: Use QueryMainnetAccountBalanceRequest.ProtoReflect.Descriptor instead.

func (*QueryMainnetAccountBalanceRequest) GetAddress

func (x *QueryMainnetAccountBalanceRequest) GetAddress() string

func (*QueryMainnetAccountBalanceRequest) GetProjectId

func (x *QueryMainnetAccountBalanceRequest) GetProjectId() uint64

func (*QueryMainnetAccountBalanceRequest) ProtoMessage

func (*QueryMainnetAccountBalanceRequest) ProtoMessage()

func (*QueryMainnetAccountBalanceRequest) ProtoReflect

func (*QueryMainnetAccountBalanceRequest) Reset

func (*QueryMainnetAccountBalanceRequest) String

type QueryMainnetAccountBalanceResponse

type QueryMainnetAccountBalanceResponse struct {
	MainnetAccountBalance *MainnetAccountBalance `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*QueryMainnetAccountBalanceResponse) Descriptor deprecated

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

Deprecated: Use QueryMainnetAccountBalanceResponse.ProtoReflect.Descriptor instead.

func (*QueryMainnetAccountBalanceResponse) GetMainnetAccountBalance

func (x *QueryMainnetAccountBalanceResponse) GetMainnetAccountBalance() *MainnetAccountBalance

func (*QueryMainnetAccountBalanceResponse) ProtoMessage

func (*QueryMainnetAccountBalanceResponse) ProtoMessage()

func (*QueryMainnetAccountBalanceResponse) ProtoReflect

func (*QueryMainnetAccountBalanceResponse) Reset

func (*QueryMainnetAccountBalanceResponse) 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 MainnetAccount items.
	GetMainnetAccount(context.Context, *QueryGetMainnetAccountRequest) (*QueryGetMainnetAccountResponse, error)
	ListMainnetAccount(context.Context, *QueryAllMainnetAccountRequest) (*QueryAllMainnetAccountResponse, error)
	// Queries a list of Project items.
	GetProject(context.Context, *QueryGetProjectRequest) (*QueryGetProjectResponse, error)
	ListProject(context.Context, *QueryAllProjectRequest) (*QueryAllProjectResponse, error)
	// Queries a list of ProjectChains items.
	GetProjectChains(context.Context, *QueryGetProjectChainsRequest) (*QueryGetProjectChainsResponse, error)
	// Queries a list of SpecialAllocationsBalance items.
	SpecialAllocationsBalance(context.Context, *QuerySpecialAllocationsBalanceRequest) (*QuerySpecialAllocationsBalanceResponse, error)
	// Queries a list of MainnetAccountBalance items.
	MainnetAccountBalance(context.Context, *QueryMainnetAccountBalanceRequest) (*QueryMainnetAccountBalanceResponse, error)
	// Queries a list of ListMainnetAccountBalance items.
	ListMainnetAccountBalance(context.Context, *QueryListMainnetAccountBalanceRequest) (*QueryListMainnetAccountBalanceResponse, error)
	// Queries a list of TotalShares items.
	TotalShares(context.Context, *QueryTotalSharesRequest) (*QueryTotalSharesResponse, error)
	// contains filtered or unexported methods
}

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

type QuerySpecialAllocationsBalanceRequest

type QuerySpecialAllocationsBalanceRequest struct {
	ProjectId uint64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySpecialAllocationsBalanceRequest) Descriptor deprecated

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

Deprecated: Use QuerySpecialAllocationsBalanceRequest.ProtoReflect.Descriptor instead.

func (*QuerySpecialAllocationsBalanceRequest) GetProjectId

func (*QuerySpecialAllocationsBalanceRequest) ProtoMessage

func (*QuerySpecialAllocationsBalanceRequest) ProtoMessage()

func (*QuerySpecialAllocationsBalanceRequest) ProtoReflect

func (*QuerySpecialAllocationsBalanceRequest) Reset

func (*QuerySpecialAllocationsBalanceRequest) String

type QuerySpecialAllocationsBalanceResponse

type QuerySpecialAllocationsBalanceResponse struct {
	GenesisDistribution []*v1beta11.Coin `protobuf:"bytes,1,rep,name=genesis_distribution,json=genesisDistribution,proto3" json:"genesis_distribution,omitempty"`
	ClaimableAirdrop    []*v1beta11.Coin `protobuf:"bytes,2,rep,name=claimable_airdrop,json=claimableAirdrop,proto3" json:"claimable_airdrop,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySpecialAllocationsBalanceResponse) Descriptor deprecated

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

Deprecated: Use QuerySpecialAllocationsBalanceResponse.ProtoReflect.Descriptor instead.

func (*QuerySpecialAllocationsBalanceResponse) GetClaimableAirdrop

func (x *QuerySpecialAllocationsBalanceResponse) GetClaimableAirdrop() []*v1beta11.Coin

func (*QuerySpecialAllocationsBalanceResponse) GetGenesisDistribution

func (x *QuerySpecialAllocationsBalanceResponse) GetGenesisDistribution() []*v1beta11.Coin

func (*QuerySpecialAllocationsBalanceResponse) ProtoMessage

func (*QuerySpecialAllocationsBalanceResponse) ProtoReflect

func (*QuerySpecialAllocationsBalanceResponse) Reset

func (*QuerySpecialAllocationsBalanceResponse) String

type QueryTotalSharesRequest

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

func (*QueryTotalSharesRequest) Descriptor deprecated

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

Deprecated: Use QueryTotalSharesRequest.ProtoReflect.Descriptor instead.

func (*QueryTotalSharesRequest) ProtoMessage

func (*QueryTotalSharesRequest) ProtoMessage()

func (*QueryTotalSharesRequest) ProtoReflect

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

func (*QueryTotalSharesRequest) Reset

func (x *QueryTotalSharesRequest) Reset()

func (*QueryTotalSharesRequest) String

func (x *QueryTotalSharesRequest) String() string

type QueryTotalSharesResponse

type QueryTotalSharesResponse struct {
	TotalShares uint64 `protobuf:"varint,1,opt,name=total_shares,json=totalShares,proto3" json:"total_shares,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryTotalSharesResponse) Descriptor deprecated

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

Deprecated: Use QueryTotalSharesResponse.ProtoReflect.Descriptor instead.

func (*QueryTotalSharesResponse) GetTotalShares

func (x *QueryTotalSharesResponse) GetTotalShares() uint64

func (*QueryTotalSharesResponse) ProtoMessage

func (*QueryTotalSharesResponse) ProtoMessage()

func (*QueryTotalSharesResponse) ProtoReflect

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

func (*QueryTotalSharesResponse) Reset

func (x *QueryTotalSharesResponse) Reset()

func (*QueryTotalSharesResponse) String

func (x *QueryTotalSharesResponse) String() string

type ShareDelayedVesting

type ShareDelayedVesting struct {
	TotalShares []*v1beta1.Coin        `protobuf:"bytes,1,rep,name=total_shares,json=totalShares,proto3" json:"total_shares,omitempty"`
	Vesting     []*v1beta1.Coin        `protobuf:"bytes,2,rep,name=vesting,proto3" json:"vesting,omitempty"`
	EndTime     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

ShareDelayedVesting represents options for share delayed vesting Delayed vesting is the type of vesting where all vesting coins are vested once end time is reached

func (*ShareDelayedVesting) Descriptor deprecated

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

Deprecated: Use ShareDelayedVesting.ProtoReflect.Descriptor instead.

func (*ShareDelayedVesting) GetEndTime

func (x *ShareDelayedVesting) GetEndTime() *timestamppb.Timestamp

func (*ShareDelayedVesting) GetTotalShares

func (x *ShareDelayedVesting) GetTotalShares() []*v1beta1.Coin

func (*ShareDelayedVesting) GetVesting

func (x *ShareDelayedVesting) GetVesting() []*v1beta1.Coin

func (*ShareDelayedVesting) ProtoMessage

func (*ShareDelayedVesting) ProtoMessage()

func (*ShareDelayedVesting) ProtoReflect

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

func (*ShareDelayedVesting) Reset

func (x *ShareDelayedVesting) Reset()

func (*ShareDelayedVesting) String

func (x *ShareDelayedVesting) String() string

type ShareVestingOptions

type ShareVestingOptions struct {

	// Types that are assignable to Options:
	//
	//	*ShareVestingOptions_DelayedVesting
	Options isShareVestingOptions_Options `protobuf_oneof:"options"`
	// contains filtered or unexported fields
}

func (*ShareVestingOptions) Descriptor deprecated

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

Deprecated: Use ShareVestingOptions.ProtoReflect.Descriptor instead.

func (*ShareVestingOptions) GetDelayedVesting

func (x *ShareVestingOptions) GetDelayedVesting() *ShareDelayedVesting

func (*ShareVestingOptions) GetOptions

func (x *ShareVestingOptions) GetOptions() isShareVestingOptions_Options

func (*ShareVestingOptions) ProtoMessage

func (*ShareVestingOptions) ProtoMessage()

func (*ShareVestingOptions) ProtoReflect

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

func (*ShareVestingOptions) Reset

func (x *ShareVestingOptions) Reset()

func (*ShareVestingOptions) String

func (x *ShareVestingOptions) String() string

type ShareVestingOptions_DelayedVesting

type ShareVestingOptions_DelayedVesting struct {
	DelayedVesting *ShareDelayedVesting `protobuf:"bytes,1,opt,name=delayed_vesting,json=delayedVesting,proto3,oneof"`
}

type SpecialAllocations

type SpecialAllocations struct {
	GenesisDistribution []*v1beta1.Coin `protobuf:"bytes,1,rep,name=genesis_distribution,json=genesisDistribution,proto3" json:"genesis_distribution,omitempty"`
	ClaimableAirdrop    []*v1beta1.Coin `protobuf:"bytes,2,rep,name=claimable_airdrop,json=claimableAirdrop,proto3" json:"claimable_airdrop,omitempty"`
	// contains filtered or unexported fields
}

func (*SpecialAllocations) Descriptor deprecated

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

Deprecated: Use SpecialAllocations.ProtoReflect.Descriptor instead.

func (*SpecialAllocations) GetClaimableAirdrop

func (x *SpecialAllocations) GetClaimableAirdrop() []*v1beta1.Coin

func (*SpecialAllocations) GetGenesisDistribution

func (x *SpecialAllocations) GetGenesisDistribution() []*v1beta1.Coin

func (*SpecialAllocations) ProtoMessage

func (*SpecialAllocations) ProtoMessage()

func (*SpecialAllocations) ProtoReflect

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

func (*SpecialAllocations) Reset

func (x *SpecialAllocations) Reset()

func (*SpecialAllocations) String

func (x *SpecialAllocations) String() string

type TotalSupplyRange

type TotalSupplyRange struct {
	MinTotalSupply string `protobuf:"bytes,1,opt,name=min_total_supply,json=minTotalSupply,proto3" json:"min_total_supply,omitempty"`
	MaxTotalSupply string `protobuf:"bytes,2,opt,name=max_total_supply,json=maxTotalSupply,proto3" json:"max_total_supply,omitempty"`
	// contains filtered or unexported fields
}

TotalSupplyRange defines the range of allowed values for total supply

func (*TotalSupplyRange) Descriptor deprecated

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

Deprecated: Use TotalSupplyRange.ProtoReflect.Descriptor instead.

func (*TotalSupplyRange) GetMaxTotalSupply

func (x *TotalSupplyRange) GetMaxTotalSupply() string

func (*TotalSupplyRange) GetMinTotalSupply

func (x *TotalSupplyRange) GetMinTotalSupply() string

func (*TotalSupplyRange) ProtoMessage

func (*TotalSupplyRange) ProtoMessage()

func (*TotalSupplyRange) ProtoReflect

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

func (*TotalSupplyRange) Reset

func (x *TotalSupplyRange) Reset()

func (*TotalSupplyRange) String

func (x *TotalSupplyRange) String() string

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) BurnVouchers

func (UnimplementedMsgServer) CreateProject

func (UnimplementedMsgServer) EditProject

func (UnimplementedMsgServer) MintVouchers

func (UnimplementedMsgServer) RedeemVouchers

func (UnimplementedMsgServer) UnredeemVouchers

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.

Jump to

Keyboard shortcuts

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