Documentation
¶
Index ¶
Constants ¶
View Source
const PalletIndex = 14
View Source
const PalletName = "TechnicalCommittee"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageMembers ¶
type StorageMembers struct{}
func (*StorageMembers) Fetch ¶
func (this *StorageMembers) Fetch(blockStorage interfaces.BlockStorageT) (StorageMembersValue, error)
func (*StorageMembers) PalletName ¶
func (this *StorageMembers) PalletName() string
func (*StorageMembers) StorageName ¶
func (this *StorageMembers) StorageName() string
type StorageMembersValue ¶
type StoragePrime ¶
type StoragePrime struct{}
func (*StoragePrime) Fetch ¶
func (this *StoragePrime) Fetch(blockStorage interfaces.BlockStorageT) (prim.Option[StoragePrimeValue], error)
func (*StoragePrime) PalletName ¶
func (this *StoragePrime) PalletName() string
func (*StoragePrime) StorageName ¶
func (this *StoragePrime) StorageName() string
type StoragePrimeValue ¶
type StorageProposalCount ¶
type StorageProposalCount struct{}
func (*StorageProposalCount) Fetch ¶
func (this *StorageProposalCount) Fetch(blockStorage interfaces.BlockStorageT) (StorageProposalCountValue, error)
func (*StorageProposalCount) PalletName ¶
func (this *StorageProposalCount) PalletName() string
func (*StorageProposalCount) StorageName ¶
func (this *StorageProposalCount) StorageName() string
type StorageProposalCountValue ¶
type StorageProposalCountValue = uint32
type StorageProposals ¶
type StorageProposals struct{}
func (*StorageProposals) Fetch ¶
func (this *StorageProposals) Fetch(blockStorage interfaces.BlockStorageT) (StorageProposalsValue, error)
func (*StorageProposals) PalletName ¶
func (this *StorageProposals) PalletName() string
func (*StorageProposals) StorageName ¶
func (this *StorageProposals) StorageName() string
type StorageProposalsValue ¶
Click to show internal directories.
Click to hide internal directories.