ipld-eth-server/pkg/core/transaction.go
2017-11-06 13:06:03 -06:00

12 lines
158 B
Go

package core
type Transaction struct {
Hash string
Data []byte
Nonce uint64
To string
GasLimit int64
GasPrice int64
Value int64
}