packages feed

clplug-0.1.0.0: src/Data/Lightning/Util.hs

module Data.Lightning.Util where 

import Data.Aeson
import Data.Text (Text) 

type Sat = Int 
type Msat = Int
type Params = Value
type Id = Value
type Method = Text

-- ...