line / line-blockchain-developers-sdk-js

Javascript library for line blockchain developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When typecasting to EventCollectionNftIssued, Set Type variables of objects are returned as Array Type variables.

KIM-KOOKHYUN opened this issue · comments

Default information

  • lbd-sdk-js version: 1.4.0
  • nodeJs version: e.g. v10.x.x.
  • module-type(specify type value in package.json): e.g. commonJs

Description of the bug

When typecasting to EventCollectionNftIssued, Set Type variables of objects are returned as Array Type variables.

Example codes

var txEvent1 : EventCollectionNftIssued = responseV2.responseData.events[0]

// If you see txEvent1 via Debugging, tokenAttributes type is Array

Error logs

Please add error logs from the bug

Anything else we need to know

resolved in #97