MPC Tally API Server

get-proposal-security-analysis

Get security analysis for a specific proposal, including threat analysis and simulations

Input Schema

NameRequiredDescriptionDefault
proposalIdYesThe ID of the proposal to get security analysis for

Input Schema (JSON Schema)

{ "properties": { "proposalId": { "description": "The ID of the proposal to get security analysis for", "type": "string" } }, "required": [ "proposalId" ], "type": "object" }