AllIssuingValidator allows all members of a channel to issue new tokens.
type AllIssuingValidator struct { Deserializer identity.Deserializer }
func (p *AllIssuingValidator) Validate(creator identity.PublicInfo, tokenType string) error
Validate returns no error if the passed creator can issue tokens of the passed type,, an error otherwise.
FabricIdentityDeserializerManager implements an DeserializerManager by routing the call to the msp/mgmt package
type FabricIdentityDeserializerManager struct { }
func (*FabricIdentityDeserializerManager) Deserializer(channel string) (identity.Deserializer, error)
Manager is used to access TMS components.
type Manager struct { IdentityDeserializerManager identity.DeserializerManager }
func (m *Manager) GetTxProcessor(channel string) (transaction.TMSTxProcessor, error)
GetTxProcessor returns a TMSTxProcessor that is used to process token transactions.