mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
21 lines
320 B
Plaintext
21 lines
320 B
Plaintext
:: list of ethereum logs
|
|
::
|
|
/+ ethereum
|
|
::
|
|
|_ logs=(list event-log:rpc:ethereum)
|
|
++ grab
|
|
|%
|
|
++ noun (list event-log:rpc:ethereum)
|
|
++ mime
|
|
|= [mite =octs]
|
|
(noun (cue q.octs))
|
|
--
|
|
::
|
|
++ grow
|
|
|%
|
|
++ mime
|
|
[/application/x-ethereum-logs (as-octs:mimes:html (jam logs))]
|
|
--
|
|
++ grad %mime
|
|
--
|