SlashChargeRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
reason |
string | Yes | |
slash_amount_atomic |
integer | Yes |
View JSON Schema
{
"type": "object",
"required": [
"slash_amount_atomic",
"reason"
],
"properties": {
"reason": {
"type": "string"
},
"slash_amount_atomic": {
"type": "integer",
"format": "int64"
}
}
}