concordium-node-sdk-js
concordium-node-sdk-js copied to clipboard
Align `TransactionType` enum with GRPC api types
In the current version of the SDK, transaction types are numbered according to the V1 API specification. Our other SDK's seem to follow the GRPC V2 TransactionType
in terms of the underlying value of this type.