Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicParameters ¶
PublicParameters is a data structure to wrap public parameters and other host related information
type PublicParametersService ¶
type PublicParametersService struct {
// contains filtered or unexported fields
}
func NewPublicParametersService ¶
func NewPublicParametersService(tmsProvider *token.ManagementServiceProvider) *PublicParametersService
func (*PublicParametersService) LoadPublicParams ¶
func (f *PublicParametersService) LoadPublicParams(tmsID token.TMSID, ppRaw []byte) error
type VersionKeeper ¶
type VersionKeeper struct {
// contains filtered or unexported fields
}
func (*VersionKeeper) GetVersion ¶
func (k *VersionKeeper) GetVersion() uint64
func (*VersionKeeper) UpdateVersion ¶
func (k *VersionKeeper) UpdateVersion()
type VersionKeeperProvider ¶
type VersionKeeperProvider lazy.Provider[token.TMSID, *VersionKeeper]
func NewVersionKeeperProvider ¶
func NewVersionKeeperProvider() VersionKeeperProvider
Click to show internal directories.
Click to hide internal directories.