Skip to main content

GetAuthenticatedExtendedCardResponse

Type Alias GetAuthenticatedExtendedCardResponse 

Source
pub type GetAuthenticatedExtendedCardResponse = JsonRpcResponse<AgentCard>;

Aliased Type§

pub struct GetAuthenticatedExtendedCardResponse {
    pub jsonrpc: String,
    pub result: Option<AgentCard>,
    pub error: Option<JsonRpcError>,
    pub id: RequestId,
}

Fields§

§jsonrpc: String§result: Option<AgentCard>§error: Option<JsonRpcError>§id: RequestId