BatchManagerMetadata
Descriptive metadata for a batch manager.
Contains human-readable information and configuration details about a batch manager, including its name, description, risk profile, and operational status.
type BatchManagerMetadata {
name: String!
description: String!
supersededBy: String
riskHint: Float
link: String
collateralToken: TokenMetadata!
}
Fields
BatchManagerMetadata.name
● String!
non-null scalar
Display name of the batch manager (e.g., "ETH Conservative")
BatchManagerMetadata.description
● String!
non-null scalar
Detailed description of the batch manager's purpose and strategy
BatchManagerMetadata.supersededBy
● String
scalar
If this batch manager has been replaced, contains the address of the new manager.
Represented as an H160 hex string. null
if not superseded.
BatchManagerMetadata.riskHint
● Float
scalar
A UI display hint value from 0.0 (conservative) to 1.0 (aggressive) for positioning this batch manager on a slider in the user interface. This is purely for display purposes and should not be considered any real measure of risk. It only suggests the relative position of this manager compared to others in the UI. Optional field - if not provided, no positioning hint is available.
BatchManagerMetadata.link
● String
scalar
Optional URL with additional information about this batch manager. May link to documentation, dashboards, or related resources.
BatchManagerMetadata.collateralToken
● TokenMetadata!
non-null object
The token metadata for the collateral branch
Member Of
BatchManager
object