Address Type

class blocksci.address_type

Enumeration of all address types

multisig = address_type.multisig
nonstandard = address_type.nonstandard
nulldata = address_type.nulldata
pretty_name(self: blocksci.blocksci_interface.address_type) → str
pubkey = address_type.pubkey
pubkeyhash = address_type.pubkeyhash
scripthash = address_type.scripthash
types = [address_type.pubkey, address_type.pubkeyhash, address_type.scripthash, address_type.multisig, address_type.nulldata, address_type.nonstandard]