Versions in this module Expand all Collapse all v0 v0.7.0 Dec 4, 2025 Changes in this version + func NewSubmitter(signingIdentityProvider SigningIdentityProvider, ...) *submitter + func NewSubmitterCustomTxID(signingIdentityProvider SigningIdentityProvider, ...) *submitter + func NewSubmitterFromFNS(fnsp *fabric.NetworkServiceProvider) *submitter + func NewTMSDeployerService(ppFetcher *pp.PublicParametersService, configService *config.Service, ...) *deployerService + type DeployerService interface + DeployTMS func(tmsID token.TMSID) error + DeployTMSWithPP func(tmsID token.TMSID, ppRaw []byte) error + DeployTMSs func() error + func GetTMSDeployerService(sp services.Provider) (DeployerService, error) + type EnvelopeBroadcaster interface + Broadcast func(network, channel string, txID driver.TxID, env *cb.Envelope) error + type Signer interface + Serialize func() ([]byte, error) + Sign func(msg []byte) ([]byte, error) + type SigningIdentityProvider interface + DefaultIdentity func(network, channel string) (view.Identity, error) + DefaultSigningIdentity func(network, channel string) (Signer, error) + type Submitter interface + Submit func(network, channel string, tx *protoblocktx.Tx) error