Merge pull request #2591 from urbit/m/eth-abi-etyp

zuse: better ethereum abi data type
This commit is contained in:
ixv 2020-03-24 15:02:17 -07:00 committed by GitHub
commit 375cb9ba1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8171,15 +8171,18 @@
=> |% => |%
:: solidity types. integer bitsizes ignored :: solidity types. integer bitsizes ignored
++ etyp ++ etyp
$@ $? :: static
%address %bool
%int %uint
%real %ureal
:: dynamic
%bytes %string
==
$% :: static $% :: static
%address %bool
%int %uint
%real %ureal
[%bytes-n n=@ud] [%bytes-n n=@ud]
:: dynamic :: dynamic
[%array-n t=etyp n=@ud] [%array-n t=etyp n=@ud]
[%array t=etyp] [%array t=etyp]
%bytes %string
== ==
:: ::
:: solidity-style typed data. integer bitsizes ignored :: solidity-style typed data. integer bitsizes ignored