| Address | | Origin address of transaction |
| Account Key |  0x7a033e78d6111f85...
| Ed25519 public key of the signer |
| Transaction Hash |  0x7c12f3b77e9b721a...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #157,:sequence 2,:command (do (def ADMIN-ROLE :admin) (defn has-role? [state addr role] (contains? (get-in state [:roles role]) addr)) (defn init-state [] {:roles {ADMIN-ROLE #{*caller*}}}) (defn create-actor-account [] (let [initial-state (init-state)] (do (def *state* initial-state) (defn is-admin? [] (has-role? *state* *caller* ADMIN-ROLE)) (export (quote is-admin?))))) (deploy (create-actor-account)))} | CVX representation of the transaction |
| Storage Size | 714 | Bytes consumed by transaction data |