pub type Call = Call;

Aliased Type§

enum Call {
    set {
        now: u64,
    },
}

Variants§

§

set

Fields

§now: u64