menu
payjoin package
documentation
bitcoin.dart
LiftRetVal<T>
copyWithOffset method
copyWithOffset method
dark_mode
light_mode
copyWithOffset
method
LiftRetVal
<
T
>
copyWithOffset
(
int
offset
)
Implementation
LiftRetVal<T> copyWithOffset(int offset) { return LiftRetVal(value, bytesRead + offset); }
payjoin package
documentation
bitcoin
LiftRetVal<T>
copyWithOffset method
LiftRetVal class