Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccountType is replacing Account.Type #82

Open
Albermonte opened this issue Nov 18, 2024 · 3 comments
Open

AccountType is replacing Account.Type #82

Albermonte opened this issue Nov 18, 2024 · 3 comments
Labels
good first issue Good for newcomers

Comments

@Albermonte
Copy link
Member

No description provided.

@onmax onmax added the good first issue Good for newcomers label Nov 18, 2024
@onmax
Copy link
Member

onmax commented Nov 18, 2024

Do you know if the same values?
it is a enum?

@sisou
Copy link
Member

sisou commented Nov 18, 2024

Still an enum, still numerical values. Just now the names are

  • BASIC => Basic
  • VESTING =>Vesting
  • HTLC stays the same
  • new name Staking

@onmax
Copy link
Member

onmax commented Nov 19, 2024

some warnings

[warning] The signature SerialBuffer.reduce has an @param with name "initialValue", which was not used
[warning] The signature SerialBuffer.reduceRight has an @param with name "initialValue", which was not used
[warning] PrivateKey, defined in ./node_modules/@nimiq/core/types/wasm/bundler.d.ts, is referenced by Entropy.fromEncrypted but not included in the documentation
[warning] Address, defined in ./node_modules/@nimiq/core/types/wasm/bundler.d.ts, is referenced by ExtendedPrivateKey.toAddress but not included in the documentation
[warning] TypedArray, defined in ./node_modules/@nimiq/core/lib/index.d.ts, is referenced by BufferUtils.compare.a but not included in the documentation
[warning] Serializable, defined in ./node_modules/@nimiq/core/lib/index.d.ts, is referenced by Entropy.compare.o but not included in the documentation
[info] Documentation generated at ./build/web-client/reference
[warning] Found 0 errors and 6 warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants