You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdk-core): add XdcStakeOptions with kycHash for XDC masternode
Add XdcStakeOptions extending StakeOptions with an optional kycHash
field, following the same pattern as TaoStakeOptions and VetStakeOptions.
The kycHash carries the IPFS CIDv0 returned by the staking-service KYC
upload endpoint before calling stake(). stakingWallet.stake() spreads
all options into the POST body, so no further changes are needed.
Ticket: SC-6159
0 commit comments