Exemplo n.º 1
0
 def send_transaction(self, tx):
     self.write_command(op=CommandOp.NEW_TRANSACTION_LIST,
                        cmd=NewTransactionListCommand([tx]))
Exemplo n.º 2
0
 def broadcast_tx_list(self, tx_list):
     self.write_command(op=CommandOp.NEW_TRANSACTION_LIST,
                        cmd=NewTransactionListCommand(tx_list))