nimiq/core-rs-albatross

Inconsistencies in the naming of web client methods

Closed this issue · 2 comments

  • PublicKey missing fromAny
  • Transaction missing deserialize, but serialize does exist. (Using fromAny does the same as deserialize)
  • Address missing deserialize, but serialize does exist.
  • Missing PlainTransactionFlag enum. Need to use 0b1 or 0b10, but no types for it too.
  • Missing Account.TYPE_MAP that was present in core-js
sisou commented

@Albermonte How important is the Account.TYPE_MAP to you? I don't think it would work currently.

@Albermonte How important is the Account.TYPE_MAP to you? I don't think it would work currently.

1/10
You can omit it