We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DestinationAmount
RipplePathFind
1 parent 4497b45 commit e8669f8Copy full SHA for e8669f8
xrpl/queries/path/v1/ripple_path_find_test.go
@@ -111,6 +111,11 @@ func TestRipplePathFindResponse(t *testing.T) {
111
},
112
113
DestinationAccount: "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
114
+ DestinationAmount: types.IssuedCurrencyAmount{
115
+ Issuer: "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B",
116
+ Currency: "USD",
117
+ Value: "0.001",
118
+ },
119
DestinationCurrencies: []string{
120
"015841551A748AD2C1F76FF6ECB0CCCD00000000",
121
"JOE",
@@ -195,6 +200,11 @@ func TestRipplePathFindResponse(t *testing.T) {
195
200
"USD",
196
201
"XRP"
197
202
],
203
+ "destination_amount": {
204
+ "issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B",
205
+ "currency": "USD",
206
+ "value": "0.001"
207
198
208
"source_account": "",
199
209
"validated": false
210
}`
0 commit comments