@ -16,12 +16,12 @@
|
||||
|
||||
package params
|
||||
|
||||
// These are the multipliers for ether denominations.
|
||||
// Example: To get the wei value of an amount in 'douglas', use
|
||||
//
|
||||
// new(big.Int).Mul(value, big.NewInt(params.Douglas))
|
||||
//
|
||||
const (
|
||||
// These are the multipliers for ether denominations.
|
||||
// Example: To get the wei value of an amount in 'douglas', use
|
||||
//
|
||||
// new(big.Int).Mul(value, big.NewInt(params.Douglas))
|
||||
//
|
||||
Wei = 1
|
||||
Ada = 1e3
|
||||
Babbage = 1e6
|
||||
|
Reference in New Issue
Block a user