SecureBlackbox 2020 Python Edition

Questions / Feedback?

policy_hash Property

The signature policy hash value.

Syntax

def get_policy_hash() -> str: ...
def set_policy_hash(value: str) -> None: ...

policy_hash = property(get_policy_hash, set_policy_hash)

Default Value

""

Remarks

Use this property to set the signature policy hash for EPES signatures

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]