Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoshisupra committed Nov 29, 2024
1 parent 98126df commit 444d268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ module supra_framework::vesting_without_staking {
}

#[view]
//Return the vesting record of the shareholder
//Return the vesting record of the shareholder as a tuple `(init_amount, left_amount, last_vested_period)`
public fun get_vesting_record(vesting_contract_address:address, shareholder_address:address) : (u64,u64,u64)
acquires VestingContract {
assert_vesting_contract_exists(vesting_contract_address);
Expand Down

0 comments on commit 444d268

Please sign in to comment.