Skip to content

Commit

Permalink
addWithdrawalRequestGroups is melt of Owned Owner, related to #16
Browse files Browse the repository at this point in the history
  • Loading branch information
phroi committed Sep 26, 2024
1 parent 244ad1c commit 161d86f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ickb_logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ export function ickbRequestWithdrawalFrom(
return daoRequestWithdrawalFrom(tx, deposits, ownedOwnerScript(config));
}

// addWithdrawalRequestGroups implements the melt of Owned Withdrawal Request and Owner cell
// See: https://github.com/ickb/proposal#melt-owned-owner
export function addWithdrawalRequestGroups(
tx: TransactionSkeletonType,
withdrawalRequestGroups: readonly WithdrawalRequestGroup[],
Expand Down

0 comments on commit 161d86f

Please sign in to comment.