You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
337 B

10 years ago
  1. package vm
  2. const (
  3. GasSha3 uint64 = 1
  4. GasGetAccount uint64 = 1
  5. GasStorageUpdate uint64 = 1
  6. GasStackOp uint64 = 1
  7. GasEcRecover uint64 = 1
  8. GasSha256Word uint64 = 1
  9. GasSha256Base uint64 = 1
  10. GasRipemd160Word uint64 = 1
  11. GasRipemd160Base uint64 = 1
  12. GasIdentityWord uint64 = 1
  13. GasIdentityBase uint64 = 1
  14. )