-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for now, don't allow Extractors to parse a multi send in a single tra…
…nsaction as a send. Because we only have the ability to extract + display a single. Need to fallback to batch or generic UI
- Loading branch information
Showing
3 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
Tests/KukaiCoreSwiftTests/Stubs/operation-factory-extractor-multiple-send-in-param.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
[ | ||
{ | ||
"amount": "0", | ||
"counter": "24122766", | ||
"destination": "KT1U6EHmNxJTkvaWJ4ThczG4FSDaHC21ssvi", | ||
"fee": "0", | ||
"gas_limit": "1040000", | ||
"kind": "transaction", | ||
"parameters": { | ||
"entrypoint": "transfer", | ||
"value": [ | ||
{ | ||
"args": [ | ||
{ | ||
"string": "tz1Nzj8BKu3F6KhyaJYZXEfXkyN51HBNJixi" | ||
}, | ||
[ | ||
{ | ||
"args": [ | ||
{ | ||
"string": "tz1burnburnburnburnburnburnburjAYjjX" | ||
}, | ||
{ | ||
"args": [ | ||
{ | ||
"int": "1445926" | ||
}, | ||
{ | ||
"int": "1" | ||
} | ||
], | ||
"prim": "Pair" | ||
} | ||
], | ||
"prim": "Pair" | ||
}, | ||
{ | ||
"args": [ | ||
{ | ||
"string": "tz1burnburnburnburnburnburnburjAYjjX" | ||
}, | ||
{ | ||
"args": [ | ||
{ | ||
"int": "1545568" | ||
}, | ||
{ | ||
"int": "1" | ||
} | ||
], | ||
"prim": "Pair" | ||
} | ||
], | ||
"prim": "Pair" | ||
} | ||
] | ||
], | ||
"prim": "Pair" | ||
} | ||
] | ||
}, | ||
"source": "tz1Nzj8BKu3F6KhyaJYZXEfXkyN51HBNJixi", | ||
"storage_limit": "60000" | ||
} | ||
] |