Cargo Features

[dependencies]
polymesh-api-tester = { version = "0.8.0", default-features = false, features = ["polymesh_v6", "polymesh_v7", "download_metadata"] }
default = polymesh_v6

The polymesh_v6 feature is set by default whenever polymesh-api-tester is added without default-features = false somewhere in the dependency tree.

polymesh_v6 default

Enables polymesh_v6 of polymesh-api and polymesh-api-client-extras

polymesh_v7

Enables polymesh_v7 of polymesh-api and polymesh-api-client-extras

download_metadata

Enables download_metadata of polymesh-api

polymesh-api:

Download the chain metadata from a RPC node.

polymesh-api-tester has 4 features without comments.