tx · AftKSuNViUK24vwjYtG5FGyFBqYDYuQqQv2pwZg3YrQM

3N3Cn2pYtqzj7N9pviSesNe8KG9Cmb718Y1:  -0.06279104 Waves

2018.10.03 11:11 [358953] smart account 3N3Cn2pYtqzj7N9pviSesNe8KG9Cmb718Y1 > SELF 0.00000000 Waves

{ "type": 13, "id": "AftKSuNViUK24vwjYtG5FGyFBqYDYuQqQv2pwZg3YrQM", "fee": 6279104, "feeAssetId": null, "timestamp": 1538554339401, "version": 1, "sender": "3N3Cn2pYtqzj7N9pviSesNe8KG9Cmb718Y1", "senderPublicKey": "DT5bC1S6XfpH7s4hcQQkLj897xnnXQPNgYbohX7zZKcr", "proofs": [ "3HHQWQHV3cpTk2VRZwQiApmtmoBNg6XKQ4dEJvp83eKV2fdNzVXDm79J1PPYixsh3ptyyDZZUCcnvNecXrcaj5y9", "2jQTUaDNVuSmJt1zWQHRXJDYtqTTRNS3ZQkNgWvHPhrwtEQHydsTLKpRByc3Cj8Nv9T7cVSY2X8veK2mNN3y5b1Y" ], "script": null, "chainId": 84, "height": 358953, "spentComplexity": 0 } View: original | compacted Prev: 3R94VeBFaJFL5U718dTBvdqKHURqgJifEonidKypcFKN Next: 3UCaHEG4CssHksPZohLr6Qbwt5pb5eMDKQQWh5K4YSSy Full:
OldNewDifferences
1-{-# STDLIB_VERSION 1 #-}
2-{-# CONTENT_TYPE EXPRESSION #-}
3-let alicePubKey = base58'5AzfA9UfpWVYiwFwvdr77k6LWupSTGLb14b24oVdEpMM'
4-let bobPubKey = base58'2KwU4vzdgPmKyf7q354H9kSyX9NZjNiq4qbnH2wi2VDF'
5-let cooperPubKey = base58'GbrUeGaBfmyFJjSQb9Z8uTCej5GzjXfRDVGJGrmgt5cD'
6-let aliceSigned = if (sigVerify(tx.bodyBytes, tx.proofs[0], alicePubKey))
7- then 1
8- else 0
9-let bobSigned = if (sigVerify(tx.bodyBytes, tx.proofs[1], bobPubKey))
10- then 1
11- else 0
12-let cooperSigned = if (sigVerify(tx.bodyBytes, tx.proofs[2], cooperPubKey))
13- then 1
14- else 0
15-(((aliceSigned + bobSigned) + cooperSigned) >= 2)
1+# no script

github/deemru/w8io/169f3d6 
30.55 ms