Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytsu committed May 31, 2023
1 parent dc9e7f1 commit 4108592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actors/miner/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ pub mod verifreg {
#[derive(Clone, Debug, PartialEq, Eq, Serialize_tuple, Deserialize_tuple)]
#[serde(transparent)]
pub struct ClaimAllocationsReturn {
/// claim_results is parallel to ClaimAllocationsParams.allocations with failed allocations
/// being represented by claimed_space == BigInt::zero()
pub claim_results: Vec<SectorAllocationClaimResult>,
}
}
2 changes: 2 additions & 0 deletions actors/verifreg/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ pub struct SectorAllocationClaimResult {
#[derive(Clone, Debug, PartialEq, Eq, Serialize_tuple, Deserialize_tuple)]
#[serde(transparent)]
pub struct ClaimAllocationsReturn {
/// claim_results is parallel to ClaimAllocationsParams.allocations with failed allocations
/// being represented by claimed_space == BigInt::zero()
pub claim_results: Vec<SectorAllocationClaimResult>,
}

Expand Down

0 comments on commit 4108592

Please sign in to comment.