Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.28 KB

File metadata and controls

28 lines (19 loc) · 1.28 KB

Fund-My-Cause API Reference

Contract version: 4 · Network: Stellar / Soroban · Rustdoc

This directory contains the full API surface of both on-chain contracts.

Document Contents
crowdfund.md Every public function on the crowdfund contract
registry.md Campaign discovery registry contract
events.md Complete event reference with payloads
errors.md All ContractError codes with remediation
types.md Every #[contracttype] struct and enum

Quick links

Conventions

Amounts — all token amounts are in stroops (1 XLM = 10 000 000 stroops) unless otherwise noted.

Auth — functions that mutate state require the caller identified by the first Address argument to sign the transaction. Read-only functions (view) do not require auth.

Errors — all mutable functions return Result<_, ContractError>. See errors.md for the full table.