Inconsistencies in the naming of web client methods
Closed this issue · 2 comments
Albermonte commented
-
PublicKey
missingfromAny
-
Transaction
missingdeserialize
, butserialize
does exist. (UsingfromAny
does the same asdeserialize
) -
Address
missingdeserialize
, butserialize
does exist. - Missing
PlainTransactionFlag
enum. Need to use0b1
or0b10
, 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 commented
@Albermonte How important is the
Account.TYPE_MAP
to you? I don't think it would work currently.
1/10
You can omit it