ipld-eth-server/pkg/core/transaction.go
2017-11-09 16:51:22 -06:00

13 lines
175 B
Go

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