Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
links234 committed Nov 13, 2024
1 parent 5933818 commit b2f1c19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pallets/file-system/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,10 @@ impl<T: Config> Debug for StorageRequestMspBucketResponse<T> {

/// Input for MSPs to respond to storage request(s).
///
/// The input is a list of ([BucketIdFor], [MspStorageRequestResponse]) elements,
/// where the [MspStorageRequestResponse] contains the file keys that are accepted
/// or rejected by the MSP.
/// The input is a list of bucket responses, where each response contains:
/// - The bucket ID
/// - Optional accepted file keys and proof for the whole list
/// - List of rejected file keys and rejection reasons
pub type StorageRequestMspResponse<T> =
BoundedVec<StorageRequestMspBucketResponse<T>, MaxBatchMspRespondStorageRequests<T>>;

Expand Down

0 comments on commit b2f1c19

Please sign in to comment.