Address Types¶
-
class
blocksci.address_type¶ Enumeration of all address types
-
multisig= address_type.multisig¶
-
multisig_pubkey= address_type.multisig_pubkey¶
-
nonstandard= address_type.nonstandard¶
-
nulldata= address_type.nulldata¶
-
pubkey= address_type.pubkey¶
-
pubkeyhash= address_type.pubkeyhash¶
-
scripthash= address_type.scripthash¶
-
types= [address_type.pubkey, address_type.pubkeyhash, address_type.multisig_pubkey, address_type.scripthash, address_type.multisig, address_type.nulldata, address_type.nonstandard, address_type.witness_pubkeyhash, address_type.witness_scripthash]¶
-
witness_pubkeyhash= address_type.witness_pubkeyhash¶
-
witness_scripthash= address_type.witness_scripthash¶
-