get-validator-self-delegation
Retrieve the self-delegation amount for a validator on the Osmosis blockchain using the validator address as input.
Instructions
Returns the self-delegation amount for a validator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
validatorAddress | Yes | The validator address |
Input Schema (JSON Schema)
{
"properties": {
"validatorAddress": {
"description": "The validator address",
"type": "string"
}
},
"required": [
"validatorAddress"
],
"type": "object"
}