portal_signingRequested
- Emitted by the Portal Provider when a new signing request is received by the Providerportal_signingApproved
- Emitted by you when signing a given request is approvedportal_signingRejected
- Emitted by you when signing a given request is rejectedportal_signingRequested
event using the following pattern:
portal_signingRejected
or portal_signingApproved
event.
method
and params
to determine if we are indeed approving or rejecting the correct request, so it is vital that you pass the method
and params
to your emit()
calls.