-
Notifications
You must be signed in to change notification settings - Fork 2
/
tx_description.py
35 lines (35 loc) · 1.29 KB
/
tx_description.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
tx_description = {
'desc': [
{
'amount_in': 2969360000,
'amount_out': 2911120000,
'change_address': '42q2w6k8pcWiYViMdnqPRTQeyigWkJmBr1LsHh5KPYKrFWFZniZKgTTbx8ePnK4yHpFSbijdAHqkM9iGoVsFhtqTHsxHyBq',
'change_amount': 911120000,
'dummy_outputs': 0,
'extra': '01b225e9d7513904b36c76f3505832099d2fcbec2aa1af64a0df7047db845389fb0209010000000000000000',
'fee': 58240000,
'payment_id': '',
'recipients': [
{
'address': '45ztWzvAL4MChDQ18SvPZug8rstm3atqK3CguYicSUsMNLNWzTN3DbDNZRD37FyenLehQefVdXs3tKwUd4Ww1Jt1AxH2EjE',
'amount': 2000000000
}
],
'ring_size': 16,
'unlock_time': 0
}
],
'summary': {
'amount_in': 2969360000,
'amount_out': 2911120000,
'change_address': '42q2w6k8pcWiYViMdnqPRTQeyigWkJmBr1LsHh5KPYKrFWFZniZKgTTbx8ePnK4yHpFSbijdAHqkM9iGoVsFhtqTHsxHyBq',
'change_amount': 911120000,
'fee': 58240000,
'recipients': [
{
'address': '45ztWzvAL4MChDQ18SvPZug8rstm3atqK3CguYicSUsMNLNWzTN3DbDNZRD37FyenLehQefVdXs3tKwUd4Ww1Jt1AxH2EjE',
'amount': 2000000000
}
]
}
}