Multisig Address Iterator¶
-
class
blocksci.MultisigAddressIterator¶ -
property
addresses¶ For each item: The list of the keys that can sign for this address
-
property
required¶ For each item: The number of signatures required for this address
- Type
numpy.ndarray[int]
-
property
total¶ For each item: The total number of keys that can sign for this address
- Type
numpy.ndarray[int]
-
property