Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0age authored Oct 30, 2024
1 parent f5adf00 commit 5858e16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,10 @@ struct SplitByIdComponent {
interface ICompactAllocatedTransferAndWithdrawal {
function allocatedTransfer(BasicTransfer calldata transfer) external returns (bool);
function allocatedWithdrawal(BasicTransfer calldata withdrawal) external returns (bool);
/* NOTE: these functions are currently unavailable; use SplitBatchTransfer for this functionality
function allocatedTransfer(SplitTransfer calldata transfer) external returns (bool);
function allocatedWithdrawal(SplitTransfer calldata withdrawal) external returns (bool);
function allocatedTransfer(BatchTransfer calldata transfer) external returns (bool);
function allocatedWithdrawal(BatchTransfer calldata withdrawal) external returns (bool);
*/
function allocatedTransfer(SplitBatchTransfer calldata transfer) external returns (bool);
function allocatedWithdrawal(SplitBatchTransfer calldata withdrawal) external returns (bool);
}
Expand Down

0 comments on commit 5858e16

Please sign in to comment.