Enumeration LocktimeError

Enumeration Members

dateOutOfRange: "The provided Date is outside of the range that can be encoded in locktime."
incorrectLength: "The provided locktime is not the correct length (4 bytes)."
locktimeOutOfRange: "The provided locktime is outside of the range that can be encoded as a Date (greater than or equal to 500000000 and less than or equal to 4294967295)."

Generated using TypeDoc