Skip to content

Commit

Permalink
Merge pull request #44 from uport-project/feature/162611211/signer-ad…
Browse files Browse the repository at this point in the history
…dr-param

add from and net params to eth sign requests
  • Loading branch information
mi-xu committed Dec 18, 2018
2 parents 9db552d + 7133f8c commit 80120da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions messages/personalsignreq.md
Expand Up @@ -23,6 +23,8 @@ Name | Description | Required
`data` | A string containing the hex encoding of the data to be signed | yes
`callback` | Callback URL for returning the response to a request (may be deprecated in future) | no
`riss` | The DID of the identity you want to sign the Verified Claim | no
`from` | Hex encoded address requested to sign the transaction. If not specified the user will select an account. | no
`net` | network id of Ethereum chain of identity eg. `0x4` for `rinkeby`. It defaults to `0x1` for `mainnet`. | no
`vc` | Array of Verified Claims JWTs or IPFS hash of JSON encoded equivalent about the `iss` of this message. See [Issuer Claims](/messages/claims.md) and [Verified Claims](/messages/verification.md) | no


Expand Down
2 changes: 2 additions & 0 deletions messages/signtypeddatareq.md
Expand Up @@ -24,6 +24,8 @@ Name | Description | Required
`typedData` | A JSON object that conforms to the [ERC712 specification for typed data](https://eips.ethereum.org/EIPS/eip-712). It must contain the keys `types`, `primaryType`, `domain`, and `message`. | yes
`callback` | Callback URL for returning the response to a request (may be deprecated in future) | no
`riss` | The DID of the identity you want to sign the Verified Claim | no
`from` | Hex encoded address requested to sign the transaction. If not specified the user will select an account. | no
`net` | network id of Ethereum chain of identity eg. `0x4` for `rinkeby`. It defaults to `0x1` for `mainnet`. | no
`vc` | Array of Verified Claims JWTs or IPFS hash of JSON encoded equivalent about the `iss` of this message. See [Issuer Claims](/messages/claims.md) and [Verified Claims](/messages/verification.md) | no


Expand Down

0 comments on commit 80120da

Please sign in to comment.