requestJudgement(reg_index, max_fee)
transaction. This will request the registrar to validate the information you set on-chain earlier.reg_index
is the position of the registrar. For Astar and Shiden, use 0. Maarten, VP of Growth, is set as registrar for Astar ecosystem.max_fee
is the amount of ASN or SDN to pay the registrar. For Shiden use 1 SDN and for Astar use 0 ASN. Note that in the future, a fee may be charged for the Astar registrar.requestJudgement
. For the reg_index
put the index of the registrar you want to be judged by, and for the max_fee put the maximum you're willing to pay for these confirmations.identity.registrars()
to get the full list.cancelRequest
. Ensure that you are calling this from the correct account (the one for which you initially requested judgement). For the reg_index
, put the index of the registrar from which you requested judgement.sub accounts
", each with its own identity, under a primary account. The system reserves a bond for each sub account
. An example of how you might use this would be a validation company running multiple validators. A single entity, "My Staking Company", could register multiple sub accounts
that represent the Stash accounts of each of their validators.sub-account
on an existing account, you must currently use the Extrinsics UI. There, select the identity pallet, then setSubs
as the function to use. Click "Add Item
" for every child account you want to add to the parent sender account. The value to put into the Data field of each parent is the optional name of the sub-account. If omitted, the sub-account will inherit the parent's name and be displayed as parent/parent instead of parent/child. Note that a deposit of a certain amount is required for every sub-account.identity.subAccountDeposit
constant.sub accounts
and returns their deposits.