PolicyId
Extends: RefCounted
Description
Constants Descriptions
Status
Method Descriptions
_init
WARNING: Do not use this constructor directly, use [method from_hex], [method from_script] or [method from_script_source] for safe building.
to_hex
Get the hex encoding of the minting policy's hash
from_hex (static)
Try to parse a PolicyId encoded as hex.
from_script (static)
Obtain a PolicyId.
from_script_source (static)
Obtain a PolicyId.
Sub-classes
FromHexResult
Property Descriptions
value
- Getter:
@value_getter
WARNING: This function may fail! First match on Result.tag or call Result.is_ok.
error
- Getter:
@error_getter
WARNING: This function may fail! First match on Result.tag or call Result._is_err.