X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fenums%2FCreationError.ts;h=ac012800897c050e088b4ad3a4e20ab6be2a8edb;hb=1854b5cebef22ace9e9e4dd191f609818df9ce08;hp=b3ce7f1e1047aaf6d3eab94b4534ef2815cdc9fa;hpb=5fd405f7a48aaeca779c45c88ec6b3d3d3dbf0e4;p=ldk-java diff --git a/ts/enums/CreationError.ts b/ts/enums/CreationError.ts index b3ce7f1e..ac012800 100644 --- a/ts/enums/CreationError.ts +++ b/ts/enums/CreationError.ts @@ -16,5 +16,9 @@ LDKCreationError_TimestampOutOfBounds, * The supplied expiry time could cause an overflow if added to a `PositiveTimestamp` */ LDKCreationError_ExpiryTimeOutOfBounds, + /** + * The supplied millisatoshi amount was greater than the total bitcoin supply. + */ +LDKCreationError_InvalidAmount, }