Address Types¶
-
class
blocksci.
address_type
¶ Enumeration of all address types
Members:
nonstandard
pubkey
pubkeyhash
multisig_pubkey
scripthash
multisig
nulldata
witness_pubkeyhash
witness_scripthash
witness_unknown
-
multisig
= address_type.multisig¶
-
multisig_pubkey
= address_type.multisig_pubkey¶
-
property
name
¶ (self: handle) -> str
-
nonstandard
= address_type.nonstandard¶
-
nulldata
= address_type.nulldata¶
-
pubkey
= address_type.pubkey¶
-
pubkeyhash
= address_type.pubkeyhash¶
-
scripthash
= address_type.scripthash¶
-
types
= [address_type.nonstandard, address_type.pubkey, address_type.pubkeyhash, address_type.multisig_pubkey, address_type.scripthash, address_type.multisig, address_type.nulldata, address_type.witness_pubkeyhash, address_type.witness_scripthash, address_type.witness_unknown]¶
-
witness_pubkeyhash
= address_type.witness_pubkeyhash¶
-
witness_scripthash
= address_type.witness_scripthash¶
-
witness_unknown
= address_type.witness_unknown¶
-