Withdraw Protocol
The WithdrawParams
type
WithdrawParams
typeField | type | description |
|
| xpub of |
|
| xpub of |
|
| address of the |
|
| address to withdraw ETH to |
|
| amount of ether to withdraw, in wei |
Commitments
installRefundApp
This is exactly the same kind of install commitment produced by the install protocol for regular apps. This commitment installs a balance refund app.
withdrawCommitment
This is a commitment for the multisig to send amount
wei to recipient
.
uninstallRefundApp
This is exactly the same kind of uninstall commitment produced by the uninstall protocol for regular apps and uninstalls the app installed by installRefundApp
.
Signatures
Signature | Commitment | Signed By |
s1 | installRefundApp |
|
s2 | installRefundApp |
|
s3 | withdrawCommitment |
|
s4 | withdrawCommitment |
|
s5 | uninstallRefundApp |
|
s6 | uninstallRefundApp |
|
Messages
Field | Description |
|
|
|
|
|
|
| s1 |
| s3 |
Field | Description |
|
|
|
|
|
|
| s2 |
| s4 |
| s6 |
Field | Description |
|
|
|
|
|
|
| s5 |
Last updated