mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
contract/money: Add missing doc anchor
This commit is contained in:
@@ -202,10 +202,12 @@ pub struct MoneyStakeParamsV1 {
|
||||
|
||||
/// State update for `Money::Stake`
|
||||
#[derive(Clone, Debug, SerialEncodable, SerialDecodable)]
|
||||
// ANCHOR: MoneyStakeUpdate
|
||||
pub struct MoneyStakeUpdateV1 {
|
||||
/// Revealed nullifier
|
||||
pub nullifier: Nullifier,
|
||||
}
|
||||
// ANCHOR_END: MoneyStakeUpdate
|
||||
|
||||
/// Parameters for `Money::Unstake`
|
||||
#[derive(Clone, Debug, SerialEncodable, SerialDecodable)]
|
||||
|
||||
Reference in New Issue
Block a user