orml-schedule-update 0.1.1

Provides way to schedule a call to be dispatched at later block.
Documentation
[dependencies.codec]
default-features = false
package = "parity-scale-codec"
version = "1.3.0"

[dependencies.frame-support]
default-features = false
version = "2.0.0-rc2"

[dependencies.frame-system]
default-features = false
version = "2.0.0-rc2"

[dependencies.orml-traits]
default-features = false
version = "0.1.1"

[dependencies.sp-runtime]
default-features = false
version = "2.0.0-rc2"

[dependencies.sp-std]
default-features = false
version = "2.0.0-rc2"

[features]
default = ["std"]
std = ["codec/std", "frame-support/std", "frame-system/std", "sp-std/std", "sp-runtime/std", "orml-traits/std"]

[package]
authors = ["Laminar Developers <hello@laminar.one>"]
description = "Provides way to schedule a call to be dispatched at later block."
edition = "2018"
license = "Apache-2.0"
name = "orml-schedule-update"
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/schedule-update"
version = "0.1.1"