urbit/pkg/arvo/ted/eth/read-contract.hoon
2020-12-08 01:47:06 +01:00

16 lines
365 B
Plaintext

:: eth/read-contract: query ethereum for contract data
::
:: produces hex string result, for use with +decode-results:rpc:ethereum
::
/+ ethereum, ethio, strandio
=, ethereum-types
=, jael
::
|= args=vase
=/ m (strand:strandio ,vase)
^- form:m
;< res=@t bind:m
%- read-contract:ethio
!<([@t proto-read-request:rpc:ethereum] args)
(pure:m !>(res))