Uses of Class
org.ldk.structs.BigSize
-
Packages that use BigSize Package Description org.ldk.structs -
-
Uses of BigSize in org.ldk.structs
Fields in org.ldk.structs declared as BigSize Modifier and Type Field Description BigSizeResult_BigSizeDecodeErrorZ.Result_BigSizeDecodeErrorZ_OK. resMethods in org.ldk.structs that return BigSize Modifier and Type Method Description BigSizeBigSize. clone()Creates a copy of the BigSizestatic BigSizeBigSize. of(long a_arg)Constructs a new BigSize given each fieldMethods in org.ldk.structs with parameters of type BigSize Modifier and Type Method Description booleanBigSize. eq(BigSize b)Checks if two BigSizes contain equal inner contents.static Result_BigSizeDecodeErrorZResult_BigSizeDecodeErrorZ. ok(BigSize o)Creates a new CResult_BigSizeDecodeErrorZ in the success state.
-