ipld-eth-server/pkg/core/transaction.go

12 lines
158 B
Go
Raw Normal View History

2017-10-31 13:58:04 +00:00
package core
type Transaction struct {
Hash string
Data []byte
Nonce uint64
To string
GasLimit int64
GasPrice int64
Value int64
}