This is part of the standard library for Delm.
List ( Basics.Bool, String )
Validation for Contracts.
String
Address is a unique identification of a Wallet or Contract in a blockchain.
String
A Payable Address is an Address that can be used to send Ether.
zeroAddress : String
The Zero Address is a special Address that can be handy for burning tokens.
throw : String -> a
Helper function to throw an error.
{ sender : PayableAddress
, data : String
, sig : String
, value : Basics.Int
}
Receiving Message.
{ coinbase : Address
, difficulty : Basics.Int
, gasLimit : Basics.Int
, number : Basics.Int
, timestamp : Basics.Int
}
An individual block information.
{ gasPrice : Basics.Int
, origin : Address
}
Transaction information.
{ msg : Msg
, block : Block
}
Global information.