mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
:: aggregator/nonce: get next nonce
|
|
::
|
|
/- rpc=json-rpc
|
|
/+ ethereum, ethio, strandio
|
|
::
|
|
|= args=vase
|
|
=+ !<([endpoint=@t pk=@] args)
|
|
=/ m (strand:strandio ,vase)
|
|
^- form:m
|
|
::
|
|
=/ =address:ethereum
|
|
(address-from-prv:key:ethereum pk)
|
|
;< expected-nonce=@ud bind:m
|
|
(get-next-nonce:ethio endpoint address)
|
|
(pure:m !>(expected-nonce))
|