File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,8 @@ impl TransactionBody {
345345
346346 /// !!! DEPRECATED !!!
347347 /// Returns a Option<Slot32> (u32) value in case the underlying original Option<BigNum> (u64) value is within the limits.
348- /// Otherwise will just return JsError.
348+ /// Otherwise will just raise an error.
349+ /// Use `.validity_start_interval_bignum` instead.
349350 #[ deprecated(
350351 since = "10.1.0" ,
351352 note = "Possible boundary error. Use validity_start_interval_bignum instead"
@@ -1662,7 +1663,8 @@ impl TimelockStart {
16621663
16631664 /// !!! DEPRECATED !!!
16641665 /// Returns a Slot32 (u32) value in case the underlying original BigNum (u64) value is within the limits.
1665- /// Otherwise will just return JsError.
1666+ /// Otherwise will just raise an error.
1667+ /// Use `.slot_bignum` instead
16661668 #[ deprecated(
16671669 since = "10.1.0" ,
16681670 note = "Possible boundary error. Use slot_bignum instead"
You can’t perform that action at this time.
0 commit comments