mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-14 17:04:11 +00:00
[EIP] Optional pay- prefix.
If no prefix exists, pay- is assumed.
This commit is contained in:
parent
b5444e4c94
commit
f4ba09d033
@ -26,7 +26,7 @@ This specification supersedes ERC #67, which is a URL format for representing ar
|
||||
### Syntax
|
||||
Payment request URLs contain "ethereum" in their schema (protocol) part and are constructed as follows:
|
||||
|
||||
request = "ethereum" ":" target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ]
|
||||
request = "ethereum" ":" [ "pay-" ]target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ]
|
||||
target_address = ethereum_address
|
||||
chain_id = 1*DIGIT
|
||||
function_name = STRING
|
||||
|
Loading…
x
Reference in New Issue
Block a user