![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
def | __init__ (self, tx=CTransaction(), n=-1) |
Public Attributes | |
tx | |
n | |
Definition at line 16 of file p2p-fullblocktest.py.
def p2p-fullblocktest.PreviousSpendableOutput.__init__ | ( | self, | |
tx = CTransaction() , |
|||
n = -1 |
|||
) |
Definition at line 17 of file p2p-fullblocktest.py.
p2p-fullblocktest.PreviousSpendableOutput.n |
Definition at line 19 of file p2p-fullblocktest.py.
Referenced by test_framework.mininode.COutPoint.__repr__(), test_framework.mininode.COutPoint.deserialize(), and test_framework.mininode.COutPoint.serialize().
p2p-fullblocktest.PreviousSpendableOutput.tx |
Definition at line 18 of file p2p-fullblocktest.py.
Referenced by test_framework.mininode.msg_tx.__repr__(), test_framework.mininode.msg_tx.deserialize(), and test_framework.mininode.msg_tx.serialize().