status-go/sign
Adrià Cidre c82d5635b6
Allow gas and gas input as argument on signing TTXX (#1000)
* Allow gas and gas input as argument on signing TTXX

* Two different bindings ApproveSignRequest and ApproveSignRequestWithArgs
2018-06-06 09:35:32 +02:00
..
README.md Generalize signing requests. 2018-04-09 20:48:00 +02:00
errors.go Implement `personal_sign`. 2018-04-17 11:18:58 +02:00
notifications.go Move signal logic into signal package 2018-05-03 09:35:58 +02:00
pending_requests.go Allow gas and gas input as argument on signing TTXX (#1000) 2018-06-06 09:35:32 +02:00
pending_requests_test.go Allow gas and gas input as argument on signing TTXX (#1000) 2018-06-06 09:35:32 +02:00
request.go Allow gas and gas input as argument on signing TTXX (#1000) 2018-06-06 09:35:32 +02:00
result.go Implement `personal_sign`. 2018-04-17 11:18:58 +02:00

README.md

sign

sign package represents the API and signals for sending and receiving signature request to and from our API user.

When a method is called that requires an additional signature confirmation from a user (like, a transaction), it gets it's sign request.

Client of the API is then nofified of the sign request.

Client has a chance to approve the sign request (by providing a valid password) or to discard it. When the request is approved, the locked functinality is executed.