sCrypt-Inc / scryptTS-examples

Examples of using scryptTS
https://scrypt.io/scryptTS
11 stars 5 forks source link

add readonly to all @prop(false) #35

Closed xhliu closed 1 year ago

xhliu commented 1 year ago

since it is almost always immutable. Also update all scryptTS repos: scrypt-ts, docs, lib.

@prop()
  readonly x: bigint
msinkec commented 1 year ago

Done in scryptTS-examples: https://github.com/sCrypt-Inc/scryptTS-examples/commit/85919f1907bbb271182b3a405eb8a16906e898d7

msinkec commented 1 year ago

Done in docs: https://github.com/sCrypt-Inc/scryptTS-docs/commit/46bc4b6b18b9fddeef59f7b8d74610126d5c898a

msinkec commented 1 year ago

And it's already all readonly in scrypt-ts-lib. Closing this.