Documentation
¶
Index ¶
- Constants
- type StorageIdentityOf
- func (this *StorageIdentityOf) Fetch(blockStorage interfaces.BlockStorageT, key StorageIdentityOfKey) (prim.Option[StorageIdentityOfEntry], error)
- func (this *StorageIdentityOf) FetchAll(blockStorage interfaces.BlockStorageT) ([]StorageIdentityOfEntry, error)
- func (this *StorageIdentityOf) MapKeyHasher() uint8
- func (this *StorageIdentityOf) PalletName() string
- func (this *StorageIdentityOf) StorageName() string
- type StorageIdentityOfEntry
- type StorageIdentityOfKey
- type StorageIdentityOfValue
Constants ¶
View Source
const PalletIndex = 37
View Source
const PalletName = "Identity"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageIdentityOf ¶
type StorageIdentityOf struct{}
func (*StorageIdentityOf) Fetch ¶
func (this *StorageIdentityOf) Fetch(blockStorage interfaces.BlockStorageT, key StorageIdentityOfKey) (prim.Option[StorageIdentityOfEntry], error)
func (*StorageIdentityOf) FetchAll ¶
func (this *StorageIdentityOf) FetchAll(blockStorage interfaces.BlockStorageT) ([]StorageIdentityOfEntry, error)
func (*StorageIdentityOf) MapKeyHasher ¶
func (this *StorageIdentityOf) MapKeyHasher() uint8
func (*StorageIdentityOf) PalletName ¶
func (this *StorageIdentityOf) PalletName() string
func (*StorageIdentityOf) StorageName ¶
func (this *StorageIdentityOf) StorageName() string
type StorageIdentityOfEntry ¶
type StorageIdentityOfEntry = StorageEntry[StorageIdentityOfKey, StorageIdentityOfValue]
type StorageIdentityOfKey ¶
type StorageIdentityOfValue ¶
Click to show internal directories.
Click to hide internal directories.