Skip to content

Commit 6e06f4e

Browse files
committed
feat: add Slice.SkipRef()
1 parent ae73f85 commit 6e06f4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TonLibDotNet/Cells/Slice.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,11 @@ public Cell PreloadRef()
218218
EnsureCanLoadRef();
219219
return refs![refIndex];
220220
}
221+
222+
public void SkipRef()
223+
{
224+
EnsureCanLoadRef();
225+
refIndex++;
226+
}
221227
}
222228
}

0 commit comments

Comments
 (0)