Retreives run time options for producer node
{ }
{- "max_transaction_time": 0,
- "max_irreversible_block_age": 0,
- "produce_time_offset_us": 0,
- "last_block_time_offset_us": 0,
- "max_scheduled_transaction_time_per_block_ms": 0,
- "subjective_cpu_leeway_us": 0,
- "incoming_defer_ratio": 0
}
Update run time options for producer node
required | object Defines the run time options to set for the producer | ||||||||||||||
|
{- "options": {
- "max_transaction_time": 0,
- "max_irreversible_block_age": 0,
- "produce_time_offset_us": 0,
- "last_block_time_offset_us": 0,
- "max_scheduled_transaction_time_per_block_ms": 0,
- "subjective_cpu_leeway_us": 0,
- "incoming_defer_ratio": 0
}
}
null
Adds accounts to grey list for producer node
required | object | ||||
|
{- "params": {
- "accounts": [
- "string"
]
}
}
null
Removes accounts from greylist for producer node
required | object | ||||
|
{- "params": {
- "accounts": [
- "string"
]
}
}
[- "string"
]
Retreives the white list and black list for producer node
{ }
{- "actor_whitelist": [
- "string"
], - "actor_blacklist": [
- "string"
], - "contract_whitelist": [
- "string"
], - "contract_blacklist": [
- "string"
], - "action_blacklist": [
- [
- "string"
]
], - "key_blacklist": [
- "uint64"
]
}
Sets the white list and black list for producer node
required | object Defines the actor whitelist and blacklist, the contract whitelist and blacklist, the action blacklist and key blacklist | ||||||||||||
|
{- "params": {
- "actor_whitelist": [
- "string"
], - "actor_blacklist": [
- "string"
], - "contract_whitelist": [
- "string"
], - "contract_blacklist": [
- "string"
], - "action_blacklist": [
- [
- "string"
]
], - "key_blacklist": [
- "uint64"
]
}
}
null
Creates a snapshot for producer node
required | object Defines the snapshot to be created | ||||
|
{- "next": {
- "snapshot_name": "string",
- "head_block_id": "string"
}
}
null
Schedule protocol feature activation for producer node
required | object | ||
|
{- "schedule": {
- "protocol_features_to_activate": [
- "string"
]
}
}
null
Retreives supported protocol features for producer node
required | object Defines filters based on which to return the supported protocol features | ||||
|
{- "params": {
- "exclude_disabled": true,
- "exclude_unactivatable": true
}
}
[- "string"
]