Multisig Address Range

class blocksci.MultisigAddressRange

Bases: blocksci.MultisigAddressSequence, blocksci.GenericAddressRange

property addresses

For each item: The list of the keys that can sign for this address

Type

blocksci.MultisigPubkeyIterator

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]