-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexampleTrustline.json
More file actions
51 lines (51 loc) · 1.31 KB
/
exampleTrustline.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"TransactionType": "Batch",
"Account": "rLjYu8zvMNTiV5woC8FpS9dEuvbiVeQKX2",
"Flags": 262144,
"RawTransactions": [
{
"RawTransaction": {
"TransactionType": "TrustSet",
"Account": "rhNRkAQtEF5vX5NHmfm3oYDqTvteqp16Ev",
"LimitAmount": {
"currency": "XPN",
"value": "1000000",
"issuer": "rLjYu8zvMNTiV5woC8FpS9dEuvbiVeQKX2"
},
"Flags": 1073741824,
"Fee": "0",
"SigningPubKey": ""
}
},
{
"RawTransaction": {
"TransactionType": "Payment",
"Amount": {
"currency": "XPN",
"value": "100",
"issuer": "rLjYu8zvMNTiV5woC8FpS9dEuvbiVeQKX2"
},
"Account": "rLjYu8zvMNTiV5woC8FpS9dEuvbiVeQKX2",
"Destination": "rKkg4z2chg26DjQL4DBuDK93SbFRABtFu",
"Flags": 1073741824,
"Fee": "0",
"SigningPubKey": ""
}
},
{
"RawTransaction": {
"TransactionType": "Payment",
"Amount": {
"currency": "XPN",
"value": "100",
"issuer": "rLjYu8zvMNTiV5woC8FpS9dEuvbiVeQKX2"
},
"Account": "rLjYu8zvMNTiV5woC8FpS9dEuvbiVeQKX2",
"Destination": "rhNRkAQtEF5vX5NHmfm3oYDqTvteqp16Ev",
"Flags": 1073741824,
"Fee": "0",
"SigningPubKey": ""
}
}
]
}