tx · Fd1YoHjbBHmSEgK9eTreACz4dK8xD8tJbD8ZshXf6z5y
3N7wisr78en3DHbwkc35dav7MexLnSvu73h: -0.01400000 Waves
2019.01.12 12:50 [446555] smart account 3N7wisr78en3DHbwkc35dav7MexLnSvu73h > SELF 0.00000000 Waves
{
"type": 13,
"id": "Fd1YoHjbBHmSEgK9eTreACz4dK8xD8tJbD8ZshXf6z5y",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1547286614903,
"version": 1,
"sender": "3N7wisr78en3DHbwkc35dav7MexLnSvu73h",
"senderPublicKey": "9GDkDdW7RfGDSqLrPK88Xwy1ttecZARF5jpRBoJ6Zozo",
"proofs": [
"55po8toQFfkMfJTxuZdcu2JtE6QkwB59jJxuJefPgy3rcePfYnexvhWtg95ouiKst8idqZeqdN9SjsBfwms9C3nH"
],
"script": "base64:AQQAAAAHJG1hdGNoMAUAAAACdHgDCQAAAQAAAAIFAAAAByRtYXRjaDACAAAAE1RyYW5zZmVyVHJhbnNhY3Rpb24EAAAAAXQFAAAAByRtYXRjaDAHBl/PiUk=",
"chainId": 84,
"height": 446555,
"spentComplexity": 0
}
View: original | compacted
Prev: HpR8RsqxuXXWgH25u63DWeiuWP13CNyAC9XaRDjYgeLi
Next: X7bGzDsz1yHiioMvRK2aAGkifKSLGMLWUNeMx41GbHX
Diff:
Old | New | | Differences |
---|
2 | 2 | | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | 3 | | match tx { |
---|
4 | 4 | | case t: TransferTransaction => |
---|
5 | | - | let myAddress = extract(addressFromString("3N7wisr78en3DHbwkc35dav7MexLnSvu73h")) |
---|
6 | | - | let recipientAddress = extract(addressFromString("3MtBqEtkF8cYkNJv85QUS4wteNj48ZMAnt9")) |
---|
7 | | - | let myAddressTx = t.sender |
---|
8 | | - | let recipientAddressTx = addressFromRecipient(t.recipient) |
---|
9 | | - | if ((myAddressTx == myAddress)) |
---|
10 | | - | then (recipientAddressTx == recipientAddressTx) |
---|
11 | | - | else false |
---|
| 5 | + | false |
---|
12 | 6 | | case _ => |
---|
13 | 7 | | true |
---|
14 | 8 | | } |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 1 #-} |
---|
2 | 2 | | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | 3 | | match tx { |
---|
4 | 4 | | case t: TransferTransaction => |
---|
5 | | - | let myAddress = extract(addressFromString("3N7wisr78en3DHbwkc35dav7MexLnSvu73h")) |
---|
6 | | - | let recipientAddress = extract(addressFromString("3MtBqEtkF8cYkNJv85QUS4wteNj48ZMAnt9")) |
---|
7 | | - | let myAddressTx = t.sender |
---|
8 | | - | let recipientAddressTx = addressFromRecipient(t.recipient) |
---|
9 | | - | if ((myAddressTx == myAddress)) |
---|
10 | | - | then (recipientAddressTx == recipientAddressTx) |
---|
11 | | - | else false |
---|
| 5 | + | false |
---|
12 | 6 | | case _ => |
---|
13 | 7 | | true |
---|
14 | 8 | | } |
---|