Normalized validator configuration returned by the staking API.
The object inherits objectId and objectType from SuiObject. fee is a decimal ratio, so 0.01 represents a 1% validator fee.
objectId
objectType
SuiObject
fee
0.01
Current validator fee as a decimal ratio. 0.01 represents 1%.
The on-chain object ID.
The Move type of the object.
Object ID of the operation cap associated with this validator.
Address of the validator whose configuration this object describes.
Normalized validator configuration returned by the staking API.
The object inherits
objectIdandobjectTypefromSuiObject.feeis a decimal ratio, so0.01represents a 1% validator fee.