Commit 100f3db
committed
feat(sdk-core): 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 100f3db
1 file changed
+5
-0
lines changed| 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