Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 171 Bytes

policyparser_go.md

File metadata and controls

2 lines (2 loc) · 171 Bytes

policyparser.go

主要提供了 FromString(policy string) (*common.SignaturePolicyEnvelope, error) 方法,将字符串指定的策略生成 Policy 信封结构。