Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
ClientProvider ClientProvider
}
func (*Backend) PrepareNamespace ¶
func (b *Backend) PrepareNamespace(t *tokentopology.TMS)
func (*Backend) UpdatePublicParams ¶
func (b *Backend) UpdatePublicParams(tms *tokentopology.TMS, ppRaw []byte)
type ClientProvider ¶
type ClientProvider interface {
Client(string) api.GRPCClient
}
Click to show internal directories.
Click to hide internal directories.