Credential
Extends: RefCounted
Description
Constants Descriptions
CredentialType
Status
Method Descriptions
_init
get_type
to_bytes
to_hex
to_pub_key_hash
to_script_hash
from_script (static)
from_script_hash (static)
from_script_source (static)
from_key_hash (static)
Sub-classes
ToPubKeyHashResult
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.
ToScriptHashResult
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.