Documentation ¶
Index ¶
- Variables
- func AddAuditPermitBloom(bloom *types.Bloom, relatedChains, relatedNodes map[string][]byte)
- func EncodePackedAndHash(ibtp *pb.IBTP, txStatus pb.TransactionStatus) ([]byte, error)
- func GetIBTPSign(ledger *ledger.Ledger, id string, isReq bool, privKey crypto2.PrivateKey) (string, []byte, error)
- func TestAuditPermitBloom(logger logrus.FieldLogger, bloom *types.Bloom, ...) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var AuditEventStrHash = types.NewHash([]byte(fmt.Sprintf("event%d%d%d%d%d%d%d%d", pb.Event_AUDIT_PROPOSAL, pb.Event_AUDIT_APPCHAIN, pb.Event_AUDIT_RULE, pb.Event_AUDIT_SERVICE, pb.Event_AUDIT_NODE, pb.Event_AUDIT_ROLE, pb.Event_AUDIT_INTERCHAIN, pb.Event_AUDIT_DAPP)))
Functions ¶
func AddAuditPermitBloom ¶ added in v1.16.0
func EncodePackedAndHash ¶ added in v1.15.0
func GetIBTPSign ¶
func TestAuditPermitBloom ¶ added in v1.16.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.