Skip to content
Snippets Groups Projects

Move tools, introduce helper to check if an output is available

Merged Moul requested to merge tools_helper_output_available into dev
Files
9
@@ -4,7 +4,7 @@ import base58
import re
import hashlib
from ..constants import PUBKEY_REGEX
from ..helpers import ensure_str
from ..tools import ensure_str
# required to type hint cls in classmethod
CRCPubkeyType = TypeVar("CRCPubkeyType", bound="CRCPubkey")
Loading