Transaction Details
Tx Hash:
2RNeaCyzEq5XNWqN9bR8TY
Status:
OnChain
Block:
Bundler:
0xF5d3B0bF5C6F4bEC970679Ee78caDbeA8bb72417
Timestamp:
Nov.21.2023 10:18:26 AM
Caller:
0x80108172119cc97e34cee74c609b40211b6b7f1a
Signature:
0xdac89ea4d6d95ca28490f6f1de7bdb9b1968c90edc957c04eff59ed645402990253d685055e4db42b41f9768da91702577ee64234e7c14bdf91d0c771db3c8261b
SepId:
2
Namespace:
jsfiledeta
Dataset:
Collection:
Action:
insertOne
Document:
{
"jsfile": "# Import the module\nimport json\n\n# String with JSON format\ndata_JSON = \"\"\"\n{\n\t\"size\": \"Medium\",\n\t\"price\": 15.67,\n\t\"toppings\": [\"Mushrooms\", \"Extra Cheese\", \"Pepperoni\", \"Basil\"],\n\t\"client\": {\n\t\t\"name\": \"Jane Doe\",\n\t\t\"phone\": \"455-344-234\",\n\t\t\"email\": \"janedoe@email.com\"\n\t}\n}\n\"\"\"\n\n# Convert JSON string to dictionary\ndata_dict = json.loads(data_JSON)"
}