burnable-tech / elm-ethereum / Eth.Sentry.Wallet

Wallet Sentry


type alias WalletSentry =
{ account : Maybe Eth.Types.Address
, networkId : Eth.Net.NetworkId 
}

default : WalletSentry

decoder : Json.Decode.Decoder WalletSentry

decodeToMsg : (String -> msg) -> (WalletSentry -> msg) -> Json.Decode.Value -> msg