Parameters Contract
Protocol governance and configuration
Parameters Contract
Stores protocol-wide configuration values that govern loan terms, reputation thresholds, and fee structures.
Contract ID: CCAE72SKYX55C5L56DBEFIMFVXRUIJY6JYLBREHEWRFNOW7AX5NBIJ5B
initialize_defaults()
Sets initial protocol parameters. Called once on deployment.
pub fn initialize_defaults(env: Env, admin: Address)
get_parameters()
Returns all current protocol parameters.
pub fn get_parameters(env: Env) -> ProtocolParameters