Skip to content

Commit

Permalink
stoc: improve docs for Supply
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 14, 2025
1 parent 47d6328 commit 10b7b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ use ultrasonic::{AuthToken, CallError, CellAddr, ContractId, Operation, Opid};
use crate::aora::Aora;
use crate::{Articles, EffectiveState, RawState, Transition};

/// Persistence API for keeping and accessing the contract.
///
/// NB: Methods in the trait do not error; instead, they must perform all operations asynchronously,
/// for instance in a separate thread or using channels; and in case of error the error must be
/// reported elsewhere (via logging, or using a dedicated error reporting microservice).
Expand Down

0 comments on commit 10b7b91

Please # to comment.