Documentation ¶
Index ¶
- Constants
- type ApplicationProvider
- func (ap *ApplicationProvider) ACLs() bool
- func (ap ApplicationProvider) CollectionUpgrade() bool
- func (ap *ApplicationProvider) ForbidDuplicateTXIdInBlock() bool
- func (ap *ApplicationProvider) HasCapability(capability string) bool
- func (ap *ApplicationProvider) KeyLevelEndorsement() bool
- func (ap *ApplicationProvider) LifecycleV20() bool
- func (ap *ApplicationProvider) MetadataLifecycle() bool
- func (ap *ApplicationProvider) PrivateChannelData() bool
- func (ap *ApplicationProvider) StorePvtDataOfInvalidTx() bool
- func (r ApplicationProvider) Supported() error
- func (ap *ApplicationProvider) Type() string
- func (ap *ApplicationProvider) V1_1Validation() bool
- func (ap *ApplicationProvider) V1_2Validation() bool
- func (ap *ApplicationProvider) V1_3Validation() bool
- func (ap *ApplicationProvider) V2_0Validation() bool
- type ChannelProvider
- func (cp *ChannelProvider) ConsensusTypeMigration() bool
- func (cp *ChannelProvider) HasCapability(capability string) bool
- func (cp *ChannelProvider) MSPVersion() msp.MSPVersion
- func (cp *ChannelProvider) OrgSpecificOrdererEndpoints() bool
- func (r ChannelProvider) Supported() error
- func (cp *ChannelProvider) Type() string
- type OrdererProvider
- func (cp *OrdererProvider) ConsensusTypeMigration() bool
- func (cp *OrdererProvider) ExpirationCheck() bool
- func (cp *OrdererProvider) HasCapability(capability string) bool
- func (cp *OrdererProvider) PredictableChannelTemplate() bool
- func (cp *OrdererProvider) Resubmission() bool
- func (r OrdererProvider) Supported() error
- func (cp *OrdererProvider) Type() string
- func (cp *OrdererProvider) UseChannelCreationPolicyAsAdmins() bool
Constants ¶
View Source
const ( ApplicationV1_1 = "V1_1" ApplicationV1_2 = "V1_2" ApplicationV1_3 = "V1_3" ApplicationV1_4_2 = "V1_4_2" ApplicationV2_0 = "V2_0" ApplicationPvtDataExperimental = "V1_1_PVTDATA_EXPERIMENTAL" ApplicationResourcesTreeExperimental = "V1_1_RESOURCETREE_EXPERIMENTAL" )
View Source
const ( ChannelV1_1 = "V1_1" ChannelV1_3 = "V1_3" ChannelV1_4_2 = "V1_4_2" ChannelV2_0 = "V2_0" )
View Source
const ( OrdererV1_1 = "V1_1" OrdererV1_4_2 = "V1_4_2" OrdererV2_0 = "V2_0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationProvider ¶
type ApplicationProvider struct {
// contains filtered or unexported fields
}
func NewApplicationProvider ¶
func NewApplicationProvider(capabilities map[string]*cb.Capability) *ApplicationProvider
func (*ApplicationProvider) ACLs ¶
func (ap *ApplicationProvider) ACLs() bool
func (ApplicationProvider) CollectionUpgrade ¶
func (ap ApplicationProvider) CollectionUpgrade() bool
func (*ApplicationProvider) ForbidDuplicateTXIdInBlock ¶
func (ap *ApplicationProvider) ForbidDuplicateTXIdInBlock() bool
func (*ApplicationProvider) HasCapability ¶
func (ap *ApplicationProvider) HasCapability(capability string) bool
func (*ApplicationProvider) KeyLevelEndorsement ¶
func (ap *ApplicationProvider) KeyLevelEndorsement() bool
func (*ApplicationProvider) LifecycleV20 ¶
func (ap *ApplicationProvider) LifecycleV20() bool
func (*ApplicationProvider) MetadataLifecycle ¶
func (ap *ApplicationProvider) MetadataLifecycle() bool
func (*ApplicationProvider) PrivateChannelData ¶
func (ap *ApplicationProvider) PrivateChannelData() bool
func (*ApplicationProvider) StorePvtDataOfInvalidTx ¶
func (ap *ApplicationProvider) StorePvtDataOfInvalidTx() bool
func (*ApplicationProvider) Type ¶
func (ap *ApplicationProvider) Type() string
func (*ApplicationProvider) V1_1Validation ¶
func (ap *ApplicationProvider) V1_1Validation() bool
func (*ApplicationProvider) V1_2Validation ¶
func (ap *ApplicationProvider) V1_2Validation() bool
func (*ApplicationProvider) V1_3Validation ¶
func (ap *ApplicationProvider) V1_3Validation() bool
func (*ApplicationProvider) V2_0Validation ¶
func (ap *ApplicationProvider) V2_0Validation() bool
type ChannelProvider ¶
type ChannelProvider struct {
// contains filtered or unexported fields
}
func NewChannelProvider ¶
func NewChannelProvider(capabilities map[string]*cb.Capability) *ChannelProvider
func (*ChannelProvider) ConsensusTypeMigration ¶
func (cp *ChannelProvider) ConsensusTypeMigration() bool
func (*ChannelProvider) HasCapability ¶
func (cp *ChannelProvider) HasCapability(capability string) bool
func (*ChannelProvider) MSPVersion ¶
func (cp *ChannelProvider) MSPVersion() msp.MSPVersion
func (*ChannelProvider) OrgSpecificOrdererEndpoints ¶
func (cp *ChannelProvider) OrgSpecificOrdererEndpoints() bool
func (*ChannelProvider) Type ¶
func (cp *ChannelProvider) Type() string
type OrdererProvider ¶
type OrdererProvider struct { V20 bool // contains filtered or unexported fields }
func NewOrdererProvider ¶
func NewOrdererProvider(capabilities map[string]*cb.Capability) *OrdererProvider
func (*OrdererProvider) ConsensusTypeMigration ¶
func (cp *OrdererProvider) ConsensusTypeMigration() bool
func (*OrdererProvider) ExpirationCheck ¶
func (cp *OrdererProvider) ExpirationCheck() bool
func (*OrdererProvider) HasCapability ¶
func (cp *OrdererProvider) HasCapability(capability string) bool
func (*OrdererProvider) PredictableChannelTemplate ¶
func (cp *OrdererProvider) PredictableChannelTemplate() bool
func (*OrdererProvider) Resubmission ¶
func (cp *OrdererProvider) Resubmission() bool
func (*OrdererProvider) Type ¶
func (cp *OrdererProvider) Type() string
func (*OrdererProvider) UseChannelCreationPolicyAsAdmins ¶
func (cp *OrdererProvider) UseChannelCreationPolicyAsAdmins() bool
Click to show internal directories.
Click to hide internal directories.