Newer
Older
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"
license = "Apache-2.0"
description = "Runtime API module for orml-oracle-rpc."
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false }
[features]
default = ["std"]
std = [
"codec/std",