novax-token 0.1.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.52.3"

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

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

[dependencies.novax]
version = "0.1.21"

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

[dependencies.novax-request]
version = "0.1.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.http]
version = "1.1.0"

[dev-dependencies.hyper]
version = "1.1.0"

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

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

[lib]
name = "novax_token"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
readme = false
repository = "https://github.com/gfusee/novax"
version = "0.1.21"