| Address | | Origin address of transaction |
| Account Key |  0x5abb7143b3a48328...
| Ed25519 public key of the signer |
| Transaction Hash |  0x59c188ec50ad9bcc...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #135,:sequence 7,:command (def test-upgradable-actor (deploy (quote (do (def owner *caller*) (def enabled? true) (defn ^{:callable true} upgrade [code] (if-not enabled? (fail :STATE "No longer enabled for upgrade")) (if (and enabled? (= *caller* owner)) (eval code) (fail :TRUST "Not authorised to upgrade")))))))} | CVX representation of the transaction |
| Storage Size | 568 | Bytes consumed by transaction data |