Commit a99eb82
committed
feat(staking): add kycHash to StakeOptions for XDC masternode
Add optional kycHash field to StakeOptions interface to support XDC
masternode staking. The field carries the IPFS CID of the KYC document
uploaded via the staking-service KYC upload endpoint before staking.
stakingWallet.stake() spreads all StakeOptions fields into the POST
body automatically, so no further changes are needed.
Ticket: SC-61591 parent f47b962 commit a99eb82
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
| |||
0 commit comments