通过 Developer>Extrinsic
调用 balances.locks
[
{
id: pcx/phre,
amount: 100,000,000,
reasons: All
}
]
[
{
id: staking ,
amount: 4.0000 PCX,
reasons: All
}
]
[
{
id: democrac,
amount: 3.0000 PCX,
reasons: Misc
}
]
查询lock详情:调用 elections.voting
unlock: 调用elections.removeVoter(), 取消投票并解锁
查询lock详情:调用 democracy.votingOf
unlock: 调用democracy.removeVote()取消公投投票,再调用democracy.
unlock()解锁
查询lock详情: 调用 xStaking.locks 和 xStaking.nominations
unlock: 调用xStaking.unlockUnbondedWithdrawal()解锁
备注: 2022.04.07 xstaking 解绑锁定两周