Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs
Browse files Browse the repository at this point in the history
actions-user committed Mar 27, 2024
1 parent ea5a6eb commit 5536ac7
Showing 562 changed files with 27,748 additions and 1 deletion.
Empty file added docs/.lock
Empty file.
1 change: 1 addition & 0 deletions docs/crates.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.ALL_CRATES = ["dao","macros"];
1 change: 1 addition & 0 deletions docs/dao/all.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions docs/dao/bid_escrow/bid/enum.BidStatus.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/bid/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Bid struct and structs that the Bid uses."><title>dao::bid_escrow::bid - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module bid</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">bid</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/bid.rs.html#1-283">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Bid struct and structs that the Bid uses.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Bid.html" title="struct dao::bid_escrow::bid::Bid">Bid</a></div><div class="desc docblock-short">Serializable representation of a <code>Bid</code>.</div></li><li><div class="item-name"><a class="struct" href="struct.CancelBidRequest.html" title="struct dao::bid_escrow::bid::CancelBidRequest">CancelBidRequest</a></div><div class="desc docblock-short">Data required to cancel a bid.</div></li><li><div class="item-name"><a class="struct" href="struct.ReclaimBidRequest.html" title="struct dao::bid_escrow::bid::ReclaimBidRequest">ReclaimBidRequest</a></div><div class="desc docblock-short">Data required to reclaim a bid during <a href="../contract/index.html#grace-period" title="mod dao::bid_escrow::contract">Grace Period</a>.</div></li><li><div class="item-name"><a class="struct" href="struct.SubmitBidRequest.html" title="struct dao::bid_escrow::bid::SubmitBidRequest">SubmitBidRequest</a></div><div class="desc docblock-short">Data required to create a Bid.</div></li></ul><h2 id="enums" class="small-section-header"><a href="#enums">Enums</a></h2><ul class="item-table"><li><div class="item-name"><a class="enum" href="enum.BidStatus.html" title="enum dao::bid_escrow::bid::BidStatus">BidStatus</a></div><div class="desc docblock-short">Bid status representation</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/bid/sidebar-items.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 73 additions & 0 deletions docs/dao/bid_escrow/bid/struct.Bid.html

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions docs/dao/bid_escrow/bid/struct.CancelBidRequest.html

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions docs/dao/bid_escrow/bid/struct.ReclaimBidRequest.html

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions docs/dao/bid_escrow/bid/struct.SubmitBidRequest.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/dao/bid_escrow/bid_engine/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Bid engine module. It is responsible for handling all Bid-related operations. It stores all Bids and Jobs."><title>dao::bid_escrow::bid_engine - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module bid_engine</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">bid_engine</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/bid_engine.rs.html#1-379">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Bid engine module.
It is responsible for handling all Bid-related operations.
It stores all Bids and Jobs.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.BidEngine.html" title="struct dao::bid_escrow::bid_engine::BidEngine">BidEngine</a></div><div class="desc docblock-short">Manages the Bidding process.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/bid_engine/sidebar-items.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"struct":["BidEngine"]};
43 changes: 43 additions & 0 deletions docs/dao/bid_escrow/bid_engine/struct.BidEngine.html

Large diffs are not rendered by default.

168 changes: 168 additions & 0 deletions docs/dao/bid_escrow/contract/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/dao/bid_escrow/contract/sidebar-items.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"struct":["BidEscrowContract","BidEscrowContractDeployer","BidEscrowContractRef"]};
232 changes: 232 additions & 0 deletions docs/dao/bid_escrow/contract/struct.BidEscrowContract.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/contract/struct.BidEscrowContractDeployer.html

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions docs/dao/bid_escrow/contract/struct.BidEscrowContractRef.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/dao/bid_escrow/events/enum.TransferReason.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/events/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="BidEscrow-related events."><title>dao::bid_escrow::events - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module events</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">events</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/events.rs.html#1-315">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>BidEscrow-related events.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.BidCancelled.html" title="struct dao::bid_escrow::events::BidCancelled">BidCancelled</a></div><div class="desc docblock-short">Event emitted when that a <a href="../bid/struct.Bid.html" title="struct dao::bid_escrow::bid::Bid">Bid</a> has been cancelled.</div></li><li><div class="item-name"><a class="struct" href="struct.BidEscrowSlashResults.html" title="struct dao::bid_escrow::events::BidEscrowSlashResults">BidEscrowSlashResults</a></div><div class="desc docblock-short">Events out the result of the slash in the BidEscrow contract.</div></li><li><div class="item-name"><a class="struct" href="struct.BidEscrowVotingCreated.html" title="struct dao::bid_escrow::events::BidEscrowVotingCreated">BidEscrowVotingCreated</a></div><div class="desc docblock-short">Event emitted when a new <a href="../../voting/voting_engine/voting_state_machine/struct.VotingStateMachine.html" title="struct dao::voting::voting_engine::voting_state_machine::VotingStateMachine">VotingStateMachine</a> has been created.</div></li><li><div class="item-name"><a class="struct" href="struct.BidSubmitted.html" title="struct dao::bid_escrow::events::BidSubmitted">BidSubmitted</a></div><div class="desc docblock-short">Event emitted when a new <a href="../bid/struct.Bid.html" title="struct dao::bid_escrow::bid::Bid">Bid</a> has been placed.</div></li><li><div class="item-name"><a class="struct" href="struct.CSPRTransfer.html" title="struct dao::bid_escrow::events::CSPRTransfer">CSPRTransfer</a></div><div class="desc docblock-short">Event emitted when that a transfer has been made.</div></li><li><div class="item-name"><a class="struct" href="struct.JobCancelled.html" title="struct dao::bid_escrow::events::JobCancelled">JobCancelled</a></div><div class="desc docblock-short">Event emitted when the <a href="../job/struct.Job.html" title="struct dao::bid_escrow::job::Job">Job</a> has been canceled.</div></li><li><div class="item-name"><a class="struct" href="struct.JobCreated.html" title="struct dao::bid_escrow::events::JobCreated">JobCreated</a></div><div class="desc docblock-short">Event emitted when a new <a href="../job/struct.Job.html" title="struct dao::bid_escrow::job::Job">Job</a> has been created.</div></li><li><div class="item-name"><a class="struct" href="struct.JobDone.html" title="struct dao::bid_escrow::events::JobDone">JobDone</a></div><div class="desc docblock-short">Event emitted when <code>Voting</code> on the <a href="../job/struct.Job.html" title="struct dao::bid_escrow::job::Job">Job</a> passed.</div></li><li><div class="item-name"><a class="struct" href="struct.JobOfferCreated.html" title="struct dao::bid_escrow::events::JobOfferCreated">JobOfferCreated</a></div><div class="desc docblock-short">Event emitted when a new <a href="../job_offer/struct.JobOffer.html" title="struct dao::bid_escrow::job_offer::JobOffer">Job Offer</a> has been created.</div></li><li><div class="item-name"><a class="struct" href="struct.JobRejected.html" title="struct dao::bid_escrow::events::JobRejected">JobRejected</a></div><div class="desc docblock-short">Event emitted when <code>Voting</code> on the <a href="../job/struct.Job.html" title="struct dao::bid_escrow::job::Job">Job</a> failed.</div></li><li><div class="item-name"><a class="struct" href="struct.JobSubmitted.html" title="struct dao::bid_escrow::events::JobSubmitted">JobSubmitted</a></div><div class="desc docblock-short">Event emitted when the <a href="../job/struct.Job.html" title="struct dao::bid_escrow::job::Job">Job</a> proof has been submitted by the <code>Worker</code>.</div></li></ul><h2 id="enums" class="small-section-header"><a href="#enums">Enums</a></h2><ul class="item-table"><li><div class="item-name"><a class="enum" href="enum.TransferReason.html" title="enum dao::bid_escrow::events::TransferReason">TransferReason</a></div><div class="desc docblock-short">Enum covering all reasons for a transfer in BidEscrow - used in the <a href="struct.CSPRTransfer.html" title="struct dao::bid_escrow::events::CSPRTransfer">CSPRTransfer</a> event.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/events/sidebar-items.js
17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/events/struct.BidCancelled.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/dao/bid_escrow/events/struct.BidEscrowSlashResults.html

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions docs/dao/bid_escrow/events/struct.BidEscrowVotingCreated.html

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions docs/dao/bid_escrow/events/struct.BidSubmitted.html

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions docs/dao/bid_escrow/events/struct.CSPRTransfer.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/events/struct.JobCancelled.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/events/struct.JobCreated.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/events/struct.JobDone.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/events/struct.JobOfferCreated.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/events/struct.JobRejected.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/events/struct.JobSubmitted.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/dao/bid_escrow/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Bid escrow module."><title>dao::bid_escrow - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module bid_escrow</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#modules">Modules</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../index.html">dao</a>::<wbr><a class="mod" href="#">bid_escrow</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/dao/bid_escrow/mod.rs.html#1-10">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Bid escrow module.</p>
</div></details><h2 id="modules" class="small-section-header"><a href="#modules">Modules</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="bid/index.html" title="mod dao::bid_escrow::bid">bid</a></div><div class="desc docblock-short">Bid struct and structs that the Bid uses.</div></li><li><div class="item-name"><a class="mod" href="bid_engine/index.html" title="mod dao::bid_escrow::bid_engine">bid_engine</a></div><div class="desc docblock-short">Bid engine module.
It is responsible for handling all Bid-related operations.
It stores all Bids and Jobs.</div></li><li><div class="item-name"><a class="mod" href="contract/index.html" title="mod dao::bid_escrow::contract">contract</a></div><div class="desc docblock-short">Contains Bid Escrow Contract definition and related abstractions.</div></li><li><div class="item-name"><a class="mod" href="events/index.html" title="mod dao::bid_escrow::events">events</a></div><div class="desc docblock-short">BidEscrow-related events.</div></li><li><div class="item-name"><a class="mod" href="job/index.html" title="mod dao::bid_escrow::job">job</a></div><div class="desc docblock-short">Bid-related structs.</div></li><li><div class="item-name"><a class="mod" href="job_engine/index.html" title="mod dao::bid_escrow::job_engine">job_engine</a></div><div class="desc docblock-short">Job Engine module.</div></li><li><div class="item-name"><a class="mod" href="job_offer/index.html" title="mod dao::bid_escrow::job_offer">job_offer</a></div><div class="desc docblock-short">JobOffer-related structs.</div></li><li><div class="item-name"><a class="mod" href="storage/index.html" title="mod dao::bid_escrow::storage">storage</a></div><div class="desc docblock-short">Submodules storing Job and Bid data.</div></li><li><div class="item-name"><a class="mod" href="types/index.html" title="mod dao::bid_escrow::types">types</a></div><div class="desc docblock-short">Bid Escrow simple types.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
24 changes: 24 additions & 0 deletions docs/dao/bid_escrow/job/enum.JobStatus.html

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions docs/dao/bid_escrow/job/enum.WorkerType.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/job/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Bid-related structs."><title>dao::bid_escrow::job - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module job</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">job</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/job.rs.html#1-322">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Bid-related structs.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Job.html" title="struct dao::bid_escrow::job::Job">Job</a></div><div class="desc docblock-short">Serializable representation of a <code>Job</code>.</div></li><li><div class="item-name"><a class="struct" href="struct.PickBidRequest.html" title="struct dao::bid_escrow::job::PickBidRequest">PickBidRequest</a></div><div class="desc docblock-short">Data required to pick the Bid.</div></li><li><div class="item-name"><a class="struct" href="struct.ReclaimJobRequest.html" title="struct dao::bid_escrow::job::ReclaimJobRequest">ReclaimJobRequest</a></div><div class="desc docblock-short">Data required to reclaim the Job.</div></li><li><div class="item-name"><a class="struct" href="struct.SubmitJobProofRequest.html" title="struct dao::bid_escrow::job::SubmitJobProofRequest">SubmitJobProofRequest</a></div><div class="desc docblock-short">Data required to submit job proof.</div></li></ul><h2 id="enums" class="small-section-header"><a href="#enums">Enums</a></h2><ul class="item-table"><li><div class="item-name"><a class="enum" href="enum.JobStatus.html" title="enum dao::bid_escrow::job::JobStatus">JobStatus</a></div><div class="desc docblock-short">Serializable Job status.</div></li><li><div class="item-name"><a class="enum" href="enum.WorkerType.html" title="enum dao::bid_escrow::job::WorkerType">WorkerType</a></div><div class="desc docblock-short">Serializable <a href="../index.html#definitions" title="mod dao::bid_escrow">Worker</a> type.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/job/sidebar-items.js
57 changes: 57 additions & 0 deletions docs/dao/bid_escrow/job/struct.Job.html

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions docs/dao/bid_escrow/job/struct.PickBidRequest.html

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions docs/dao/bid_escrow/job/struct.ReclaimJobRequest.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/dao/bid_escrow/job/struct.SubmitJobProofRequest.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/job_engine/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Job Engine module."><title>dao::bid_escrow::job_engine - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module job_engine</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">job_engine</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/job_engine.rs.html#1-604">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Job Engine module.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.JobEngine.html" title="struct dao::bid_escrow::job_engine::JobEngine">JobEngine</a></div><div class="desc docblock-short">Manages Jobs lifecycle.</div></li><li><div class="item-name"><a class="struct" href="struct.JobEngineDeployer.html" title="struct dao::bid_escrow::job_engine::JobEngineDeployer">JobEngineDeployer</a></div><div class="desc docblock-short">Deployer for the <a href="struct.JobEngine.html" title="struct dao::bid_escrow::job_engine::JobEngine">JobEngine</a> contract.</div></li><li><div class="item-name"><a class="struct" href="struct.JobEngineRef.html" title="struct dao::bid_escrow::job_engine::JobEngineRef">JobEngineRef</a></div><div class="desc docblock-short">Reference to the <a href="struct.JobEngine.html" title="struct dao::bid_escrow::job_engine::JobEngine">JobEngine</a> contract instance.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/job_engine/sidebar-items.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"struct":["JobEngine","JobEngineDeployer","JobEngineRef"]};
60 changes: 60 additions & 0 deletions docs/dao/bid_escrow/job_engine/struct.JobEngine.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/dao/bid_escrow/job_engine/struct.JobEngineDeployer.html

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions docs/dao/bid_escrow/job_engine/struct.JobEngineRef.html

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions docs/dao/bid_escrow/job_offer/enum.AuctionState.html

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions docs/dao/bid_escrow/job_offer/enum.JobOfferStatus.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/job_offer/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="JobOffer-related structs."><title>dao::bid_escrow::job_offer - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module job_offer</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">job_offer</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/job_offer.rs.html#1-177">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>JobOffer-related structs.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.CancelJobOfferRequest.html" title="struct dao::bid_escrow::job_offer::CancelJobOfferRequest">CancelJobOfferRequest</a></div><div class="desc docblock-short">Data required to cancel a job offer.</div></li><li><div class="item-name"><a class="struct" href="struct.JobOffer.html" title="struct dao::bid_escrow::job_offer::JobOffer">JobOffer</a></div><div class="desc docblock-short">Writeable/readable representation of a <code>Job Offer</code>.</div></li><li><div class="item-name"><a class="struct" href="struct.PostJobOfferRequest.html" title="struct dao::bid_escrow::job_offer::PostJobOfferRequest">PostJobOfferRequest</a></div><div class="desc docblock-short">Data required to post a job offer.</div></li></ul><h2 id="enums" class="small-section-header"><a href="#enums">Enums</a></h2><ul class="item-table"><li><div class="item-name"><a class="enum" href="enum.AuctionState.html" title="enum dao::bid_escrow::job_offer::AuctionState">AuctionState</a></div><div class="desc docblock-short">Auction state representation.</div></li><li><div class="item-name"><a class="enum" href="enum.JobOfferStatus.html" title="enum dao::bid_escrow::job_offer::JobOfferStatus">JobOfferStatus</a></div><div class="desc docblock-short">Serializable JobOffer status representation.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/job_offer/sidebar-items.js
17 changes: 17 additions & 0 deletions docs/dao/bid_escrow/job_offer/struct.CancelJobOfferRequest.html

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions docs/dao/bid_escrow/job_offer/struct.JobOffer.html

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions docs/dao/bid_escrow/job_offer/struct.PostJobOfferRequest.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/dao/bid_escrow/sidebar-items.js
2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/storage/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Submodules storing Job and Bid data."><title>dao::bid_escrow::storage - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module storage</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">storage</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/storage.rs.html#1-210">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Submodules storing Job and Bid data.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.BidStorage.html" title="struct dao::bid_escrow::storage::BidStorage">BidStorage</a></div><div class="desc docblock-short">Stores <a href="../bid/struct.Bid.html" title="struct dao::bid_escrow::bid::Bid">Bid</a>-related variables and mappings.</div></li><li><div class="item-name"><a class="struct" href="struct.JobStorage.html" title="struct dao::bid_escrow::storage::JobStorage">JobStorage</a></div><div class="desc docblock-short">Stores <a href="../job/struct.Job.html" title="struct dao::bid_escrow::job::Job">Job</a>-related variables and mappings.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/storage/sidebar-items.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"struct":["BidStorage","JobStorage"]};
41 changes: 41 additions & 0 deletions docs/dao/bid_escrow/storage/struct.BidStorage.html

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions docs/dao/bid_escrow/storage/struct.JobStorage.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/types/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Bid Escrow simple types."><title>dao::bid_escrow::types - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module types</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#types">Type Definitions</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a class="mod" href="#">types</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/types.rs.html#1-8">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Bid Escrow simple types.</p>
</div></details><h2 id="types" class="small-section-header"><a href="#types">Type Definitions</a></h2><ul class="item-table"><li><div class="item-name"><a class="type" href="type.BidId.html" title="type dao::bid_escrow::types::BidId">BidId</a></div><div class="desc docblock-short">A unique bid id.</div></li><li><div class="item-name"><a class="type" href="type.JobId.html" title="type dao::bid_escrow::types::JobId">JobId</a></div><div class="desc docblock-short">A unique job id.</div></li><li><div class="item-name"><a class="type" href="type.JobOfferId.html" title="type dao::bid_escrow::types::JobOfferId">JobOfferId</a></div><div class="desc docblock-short">A unique job offer id.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/bid_escrow/types/sidebar-items.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"type":["BidId","JobId","JobOfferId"]};
2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/types/type.BidId.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A unique bid id."><title>BidId in dao::bid_escrow::types - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc type"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">BidId</a></h2><div class="sidebar-elems"><h2><a href="index.html">In dao::bid_escrow::types</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Type Definition <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a href="index.html">types</a>::<wbr><a class="type" href="#">BidId</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/types.rs.html#4">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub type BidId = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>;</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A unique bid id.</p>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/types/type.JobId.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A unique job id."><title>JobId in dao::bid_escrow::types - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc type"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">JobId</a></h2><div class="sidebar-elems"><h2><a href="index.html">In dao::bid_escrow::types</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Type Definition <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a href="index.html">types</a>::<wbr><a class="type" href="#">JobId</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/types.rs.html#8">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub type JobId = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>;</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A unique job id.</p>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
2 changes: 2 additions & 0 deletions docs/dao/bid_escrow/types/type.JobOfferId.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A unique job offer id."><title>JobOfferId in dao::bid_escrow::types - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc type"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../dao/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">JobOfferId</a></h2><div class="sidebar-elems"><h2><a href="index.html">In dao::bid_escrow::types</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Type Definition <a href="../../index.html">dao</a>::<wbr><a href="../index.html">bid_escrow</a>::<wbr><a href="index.html">types</a>::<wbr><a class="type" href="#">JobOfferId</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/dao/bid_escrow/types.rs.html#6">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub type JobOfferId = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>;</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A unique job offer id.</p>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
11 changes: 11 additions & 0 deletions docs/dao/configuration/builder/struct.ConfigurationBuilder.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/configuration/struct.ConfigurationBuilder.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/configuration/struct.ConfigurationBuilder.html">../../../dao/configuration/struct.ConfigurationBuilder.html</a>...</p>
<script>location.replace("../../../dao/configuration/struct.ConfigurationBuilder.html" + location.search + location.hash);</script>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/configuration/struct.DaoConfiguration.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/configuration/struct.DaoConfiguration.html">../../../dao/configuration/struct.DaoConfiguration.html</a>...</p>
<script>location.replace("../../../dao/configuration/struct.DaoConfiguration.html" + location.search + location.hash);</script>
</body>
</html>
4 changes: 4 additions & 0 deletions docs/dao/configuration/fn.get_variable.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `get_variable` fn in crate `dao`."><title>get_variable in dao::configuration - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><div class="sidebar-elems"><h2><a href="index.html">In dao::configuration</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="../index.html">dao</a>::<wbr><a href="index.html">configuration</a>::<wbr><a class="fn" href="#">get_variable</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/dao/configuration/mod.rs.html#345-357">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub fn get_variable&lt;T: OdraType&gt;(
key: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>,
variables: &amp;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, Bytes&gt;
) -&gt; T</code></pre></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
6 changes: 6 additions & 0 deletions docs/dao/configuration/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="System configuration."><title>dao::configuration - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module configuration</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#functions">Functions</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../index.html">dao</a>::<wbr><a class="mod" href="#">configuration</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/dao/configuration/mod.rs.html#1-357">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>System configuration.</p>
<p>A configuration is a mix of <a href="../core_contracts/struct.VariableRepositoryContract.html" title="struct dao::core_contracts::VariableRepositoryContract"><code>Governance Variables</code></a> and voting configuration.
DAO supports a few types of voting. Each type may have a slightly different configuration.
Once voting is created, until the end, voting relies on the system’s state at the moment of voting creation.
It mitigates unexpected behavior during voting if the internal DAO state changes.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Configuration.html" title="struct dao::configuration::Configuration">Configuration</a></div><div class="desc docblock-short">Represents the current system configuration.</div></li><li><div class="item-name"><a class="struct" href="struct.ConfigurationBuilder.html" title="struct dao::configuration::ConfigurationBuilder">ConfigurationBuilder</a></div><div class="desc docblock-short">Utility to crate a <a href="struct.Configuration.html" title="struct dao::configuration::Configuration">Configuration</a> instance.</div></li><li><div class="item-name"><a class="struct" href="struct.DaoConfiguration.html" title="struct dao::configuration::DaoConfiguration">DaoConfiguration</a></div><div class="desc docblock-short">A serializable data structure that represents DAO configuration.</div></li><li><div class="item-name"><a class="struct" href="struct.VotingConfiguration.html" title="struct dao::configuration::VotingConfiguration">VotingConfiguration</a></div><div class="desc docblock-short">A serializable data structure that represents voting configuration.</div></li></ul><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2><ul class="item-table"><li><div class="item-name"><a class="fn" href="fn.get_variable.html" title="fn dao::configuration::get_variable">get_variable</a></div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
1 change: 1 addition & 0 deletions docs/dao/configuration/sidebar-items.js
92 changes: 92 additions & 0 deletions docs/dao/configuration/struct.Configuration.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/dao/configuration/struct.ConfigurationBuilder.html

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions docs/dao/configuration/struct.DaoConfiguration.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions docs/dao/configuration/struct.VotingConfiguration.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/configuration/struct.VotingConfiguration.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/configuration/struct.VotingConfiguration.html">../../../dao/configuration/struct.VotingConfiguration.html</a>...</p>
<script>location.replace("../../../dao/configuration/struct.VotingConfiguration.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/dao_nft/struct.DaoNft.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/struct.DaoNft.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/struct.DaoNft.html">../../../dao/core_contracts/struct.DaoNft.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/struct.DaoNft.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/dao_nft/struct.DaoNftDeployer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/struct.DaoNftDeployer.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/struct.DaoNftDeployer.html">../../../dao/core_contracts/struct.DaoNftDeployer.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/struct.DaoNftDeployer.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/dao_nft/struct.DaoNftRef.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/struct.DaoNftRef.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/struct.DaoNftRef.html">../../../dao/core_contracts/struct.DaoNftRef.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/struct.DaoNftRef.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/dao_nft/type.TokenId.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/type.TokenId.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/type.TokenId.html">../../../dao/core_contracts/type.TokenId.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/type.TokenId.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/dao_nft/type.TokenUri.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/type.TokenUri.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/type.TokenUri.html">../../../dao/core_contracts/type.TokenUri.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/type.TokenUri.html" + location.search + location.hash);</script>
</body>
</html>
3 changes: 3 additions & 0 deletions docs/dao/core_contracts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Module containing core contracts of the DAO."><title>dao::core_contracts - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-e5308b57e507db71.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../static.files/light-d59023bfa12059d2.css"><link rel="stylesheet" disabled href="../../static.files/dark-1ca41bb1e10af075.css"><link rel="stylesheet" disabled href="../../static.files/ayu-18b4181a2f3fb862.css"><script src="../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../dao/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module core_contracts</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#types">Type Definitions</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../index.html">dao</a>::<wbr><a class="mod" href="#">core_contracts</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/dao/core_contracts/mod.rs.html#1-16">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Module containing core contracts of the DAO.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Burn.html" title="struct dao::core_contracts::Burn">Burn</a></div><div class="desc docblock-short">Event emitted when tokens have been burnt.</div></li><li><div class="item-name"><a class="struct" href="struct.DaoNft.html" title="struct dao::core_contracts::DaoNft">DaoNft</a></div><div class="desc docblock-short">NFT module used by DAO.</div></li><li><div class="item-name"><a class="struct" href="struct.DaoNftDeployer.html" title="struct dao::core_contracts::DaoNftDeployer">DaoNftDeployer</a></div><div class="desc docblock-short">Deployer for the <a href="struct.DaoNft.html" title="struct dao::core_contracts::DaoNft">DaoNft</a> contract.</div></li><li><div class="item-name"><a class="struct" href="struct.DaoNftRef.html" title="struct dao::core_contracts::DaoNftRef">DaoNftRef</a></div><div class="desc docblock-short">Reference to the <a href="struct.DaoNft.html" title="struct dao::core_contracts::DaoNft">DaoNft</a> contract instance.</div></li><li><div class="item-name"><a class="struct" href="struct.KycNftContract.html" title="struct dao::core_contracts::KycNftContract">KycNftContract</a></div><div class="desc docblock-short">NFT contract that tells the system if user is KYC’d.
Kyc Owned Nft contract acts like an erc-721 token and derives most of erc-721 standard.</div></li><li><div class="item-name"><a class="struct" href="struct.KycNftContractDeployer.html" title="struct dao::core_contracts::KycNftContractDeployer">KycNftContractDeployer</a></div><div class="desc docblock-short">Deployer for the <a href="struct.KycNftContract.html" title="struct dao::core_contracts::KycNftContract">KycNftContract</a> contract.</div></li><li><div class="item-name"><a class="struct" href="struct.KycNftContractRef.html" title="struct dao::core_contracts::KycNftContractRef">KycNftContractRef</a></div><div class="desc docblock-short">Reference to the <a href="struct.KycNftContract.html" title="struct dao::core_contracts::KycNftContract">KycNftContract</a> contract instance.</div></li><li><div class="item-name"><a class="struct" href="struct.Mint.html" title="struct dao::core_contracts::Mint">Mint</a></div><div class="desc docblock-short">Event emitted when tokens have been minted.</div></li><li><div class="item-name"><a class="struct" href="struct.ReputationContract.html" title="struct dao::core_contracts::ReputationContract">ReputationContract</a></div><div class="desc docblock-short">Implementation of the Reputation Contract.</div></li><li><div class="item-name"><a class="struct" href="struct.ReputationContractDeployer.html" title="struct dao::core_contracts::ReputationContractDeployer">ReputationContractDeployer</a></div><div class="desc docblock-short">Deployer for the <a href="struct.ReputationContract.html" title="struct dao::core_contracts::ReputationContract">ReputationContract</a> contract.</div></li><li><div class="item-name"><a class="struct" href="struct.ReputationContractRef.html" title="struct dao::core_contracts::ReputationContractRef">ReputationContractRef</a></div><div class="desc docblock-short">Reference to the <a href="struct.ReputationContract.html" title="struct dao::core_contracts::ReputationContract">ReputationContract</a> contract instance.</div></li><li><div class="item-name"><a class="struct" href="struct.VaNftContract.html" title="struct dao::core_contracts::VaNftContract">VaNftContract</a></div><div class="desc docblock-short">NFT contract holding information about members of the DAO.</div></li><li><div class="item-name"><a class="struct" href="struct.VaNftContractDeployer.html" title="struct dao::core_contracts::VaNftContractDeployer">VaNftContractDeployer</a></div><div class="desc docblock-short">Deployer for the <a href="struct.VaNftContract.html" title="struct dao::core_contracts::VaNftContract">VaNftContract</a> contract.</div></li><li><div class="item-name"><a class="struct" href="struct.VaNftContractRef.html" title="struct dao::core_contracts::VaNftContractRef">VaNftContractRef</a></div><div class="desc docblock-short">Reference to the <a href="struct.VaNftContract.html" title="struct dao::core_contracts::VaNftContract">VaNftContract</a> contract instance.</div></li><li><div class="item-name"><a class="struct" href="struct.VariableRepositoryContract.html" title="struct dao::core_contracts::VariableRepositoryContract">VariableRepositoryContract</a></div><div class="desc docblock-short">Variable Repository Contract.</div></li><li><div class="item-name"><a class="struct" href="struct.VariableRepositoryContractDeployer.html" title="struct dao::core_contracts::VariableRepositoryContractDeployer">VariableRepositoryContractDeployer</a></div><div class="desc docblock-short">Deployer for the <a href="struct.VariableRepositoryContract.html" title="struct dao::core_contracts::VariableRepositoryContract">VariableRepositoryContract</a> contract.</div></li><li><div class="item-name"><a class="struct" href="struct.VariableRepositoryContractRef.html" title="struct dao::core_contracts::VariableRepositoryContractRef">VariableRepositoryContractRef</a></div><div class="desc docblock-short">Reference to the <a href="struct.VariableRepositoryContract.html" title="struct dao::core_contracts::VariableRepositoryContract">VariableRepositoryContract</a> contract instance.</div></li></ul><h2 id="types" class="small-section-header"><a href="#types">Type Definitions</a></h2><ul class="item-table"><li><div class="item-name"><a class="type" href="type.TokenId.html" title="type dao::core_contracts::TokenId">TokenId</a></div><div class="desc docblock-short">A unique token id.</div></li><li><div class="item-name"><a class="type" href="type.TokenUri.html" title="type dao::core_contracts::TokenUri">TokenUri</a></div><div class="desc docblock-short">A distinct Uniform Resource Identifier (URI) for a token.</div></li></ul></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="dao" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0-nightly (31f858d9a 2023-02-28)" data-search-js="search-d5a6cd8418084717.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/kyc_ntf/struct.KycNftContract.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/struct.KycNftContract.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/struct.KycNftContract.html">../../../dao/core_contracts/struct.KycNftContract.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/struct.KycNftContract.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/kyc_ntf/struct.KycNftContractDeployer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/struct.KycNftContractDeployer.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/struct.KycNftContractDeployer.html">../../../dao/core_contracts/struct.KycNftContractDeployer.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/struct.KycNftContractDeployer.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/kyc_ntf/struct.KycNftContractRef.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../dao/core_contracts/struct.KycNftContractRef.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../dao/core_contracts/struct.KycNftContractRef.html">../../../dao/core_contracts/struct.KycNftContractRef.html</a>...</p>
<script>location.replace("../../../dao/core_contracts/struct.KycNftContractRef.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/reputation/token/events/struct.Burn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../../dao/core_contracts/struct.Burn.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../../../dao/core_contracts/struct.Burn.html">../../../../../dao/core_contracts/struct.Burn.html</a>...</p>
<script>location.replace("../../../../../dao/core_contracts/struct.Burn.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions docs/dao/core_contracts/reputation/token/events/struct.Mint.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../../dao/core_contracts/struct.Mint.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../../../dao/core_contracts/struct.Mint.html">../../../../../dao/core_contracts/struct.Mint.html</a>...</p>
<script>location.replace("../../../../../dao/core_contracts/struct.Mint.html" + location.search + location.hash);</script>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../dao/core_contracts/struct.ReputationContract.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../../dao/core_contracts/struct.ReputationContract.html">../../../../dao/core_contracts/struct.ReputationContract.html</a>...</p>
<script>location.replace("../../../../dao/core_contracts/struct.ReputationContract.html" + location.search + location.hash);</script>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../dao/core_contracts/struct.ReputationContractDeployer.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../../dao/core_contracts/struct.ReputationContractDeployer.html">../../../../dao/core_contracts/struct.ReputationContractDeployer.html</a>...</p>
<script>location.replace("../../../../dao/core_contracts/struct.ReputationContractDeployer.html" + location.search + location.hash);</script>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../dao/core_contracts/struct.ReputationContractRef.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../../../dao/core_contracts/struct.ReputationContractRef.html">../../../../dao/core_contracts/struct.ReputationContractRef.html</a>...</p>
<script>location.replace("../../../../dao/core_contracts/struct.ReputationContractRef.html" + location.search + location.hash);</script>
</body>
</html>
1 change: 1 addition & 0 deletions docs/dao/core_contracts/sidebar-items.js
Loading

0 comments on commit 5536ac7

Please sign in to comment.