- Modity
msgType
option intransaction_page_request
tomsg_type
to unify all options format.
- Add
GET /v2/users/{userId}/transactions
- Add
GET /v2/wallets/{walletAddress}/transactions
- Add
GET /v2/transactions/{txHash}
- Add warning to
GET /v1/users/{userId}/transactions
- Add warning to
GET /v1/wallets/{walletAddress}/transactions
- Add warning to
GET /v1/transactions/{txHash}
- Fix invalid validation to some parametars.
- Add
GET /v1/item-tokens/{contractId}/fungibles/thumbnails/{request-id}/status
- Add
PUT /v1/item-tokens/{contractId}/fungibles/thumbnails
- Add
GET /v1/item-tokens/{contractId}/fungibles/media-resources/{request-id}/status
- Add
PUT /v1/item-tokens/{contractId}/fungibles/media-resources
- Add
GET /v1/item-tokens/{contractId}/non-fungibles/thumbnails/{request-id}/status
- Add
PUT /v1/item-tokens/{contractId}/non-fungibles/thumbnails
- Add
GET /v1/item-tokens/{contractId}/non-fungibles/media-resources/{request-id}/status
- Add
PUT /v1/item-tokens/{contractId}/non-fungibles/media-resources
- Delete
GET /v1/item-tokens/{contractId}/fungibles/icon/{request-id}/status
- Delete
PUT /v1/item-tokens/{contractId}/fungibles/icon
- Delete
GET /v1/item-tokens/{contractId}/non-fungibles/icon/{request-id}/status
- Delete
PUT /v1/item-tokens/{contractId}/non-fungibles/icon
- Add
GET /v1/item-tokens
. - Add
POST /v1/item-tokens
. - Add
GET /v1/service-tokens/by-txHash/{txHash}
. - Add
POST /v1/service-tokens
.
- Add
GET /v1/users/{userId}/item-tokens/{contractId}/non-fungibles/with-type
.
- Refactor payload handling.
- Implemented all LINE Blockchain Developer API client.