Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckEndorserFinality ¶
func CheckEndorserFinality(network *integration.Infrastructure, id *token2.NodeReference, txID string, tmsID *token.TMSID, fail bool)
func CheckFinality ¶
func CheckFinality(network *integration.Infrastructure, id *token2.NodeReference, txID string, tmsID *token.TMSID, fail bool)
func SetDefaultParams ¶
Types ¶
type Opts ¶
type Opts struct {
CommType fsc.P2PCommunicationType
ReplicationOpts replicationOpts
Backend string
DefaultTMSOpts TMSOpts
AuditorAsIssuer bool
FSCLogSpec string
NoAuditor bool
HSM bool
SDKs []nodepkg.SDK
WebEnabled bool
Monitoring bool
TokenSelector string
FSCBasedEndorsement bool
ExtraTMSs []TMSOpts
// Orgs is the list of organizations to create for the backend network.
// If empty, defaults to ["Org1", "Org2"].
Orgs []string
// FSCEndorsementPolicyType sets services.network.fabric.fsc_endorsement.policy.type.
// If empty, defaults to "1outn".
FSCEndorsementPolicyType string
// NamespacePolicy, if set, is used as the raw endorsement policy DSL string
// for the token namespace, instead of the default unanimity policy over Orgs.
NamespacePolicy string
}
Click to show internal directories.
Click to hide internal directories.