Script Type¶
-
class
blocksci.script_type¶ Enumeration of all script types
-
multisig= script_type.multisig¶
-
nonstandard= script_type.nonstandard¶
-
nulldata= script_type.nulldata¶
-
pubkey= script_type.pubkey¶
-
scripthash= script_type.scripthash¶
-
types= [script_type.pubkey, script_type.scripthash, script_type.multisig, script_type.nulldata, script_type.nonstandard]¶
-