Update to new ABI spec URL (#978)

The old one is not maintained anymore - the new one is updated - e.g. now contains tuples
This commit is contained in:
ligi 2018-04-06 13:56:43 +02:00 committed by Nick Johnson
parent 38d3153a83
commit 164b08148d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Payment request URLs contain "ethereum" in their schema (protocol) part and are
number = [ "-" / "+" ] *DIGIT [ "." 1*DIGIT ] [ ( "e" / "E" ) [ 1*DIGIT ] [ "+" UNIT ]
Where `TYPE` is a standard ABI type name, as defined in [Ethereum Contract ABI specification](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI). `STRING` is a URL-encoded unicode string of arbitrary length, where delimiters and the
Where `TYPE` is a standard ABI type name, as defined in [Ethereum Contract ABI specification](https://solidity.readthedocs.io/en/develop/abi-spec.html). `STRING` is a URL-encoded unicode string of arbitrary length, where delimiters and the
percentage symbol (`%`) are mandatorily hex-encoded with a `%` prefix.
`UNIT` is a URL-encoded unicode string. If `UNIT` is ETH, it always means a multiplier of 10<sup>18</sup>. If it is something