novax-token 0.0.21

The `novax-token` crate offers utilities for retrieving token information from the blockchain, such as querying address balances, token metadata, and other related operations. By encapsulating the logic for interacting with token-related blockchain features, `novax-token` simplifies the process of querying and managing tokens within decentralized applications, making it a valuable tool for developers working with blockchain tokens and assets.
Documentation
[dependencies.async-trait]
version = "0.1.73"

[dependencies.base64]
version = "0.21.5"

[dependencies.hex]
version = "0.4.3"

[dependencies.multiversx-sc]
version = "=0.43.3"

[dependencies.multiversx-sc-codec]
version = "=0.18.1"

[dependencies.multiversx-sc-scenario]
version = "=0.43.3"

[dependencies.novax]
version = "0.0.21"

[dependencies.novax-data]
version = "0.0.21"

[dependencies.novax-request]
version = "0.0.21"

[dependencies.num-bigint]
version = "0.4.4"

[dependencies.serde]
version = "1.0.188"

[dependencies.serde_json]
version = "1.0.105"
[dev-dependencies.async-trait]
version = "0.1.73"

[dev-dependencies.hyper]
version = "1.0.0-rc.4"

[dev-dependencies.reqwest]
version = "0.11.20"

[dev-dependencies.tokio]
version = "1.32.0"

[package]
description = "The `novax-token` crate offers utilities for retrieving token information from the blockchain, such as querying address balances, token metadata, and other related operations. By encapsulating the logic for interacting with token-related blockchain features, `novax-token` simplifies the process of querying and managing tokens within decentralized applications, making it a valuable tool for developers working with blockchain tokens and assets."
edition = "2021"
license = "GPL-3.0-only"
name = "novax-token"
repository = "https://github.com/gfusee/novax"
version = "0.0.21"