forked from cerc-io/ipld-eth-server
Nest packages under pkg
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package core
|
||||
|
||||
type Transaction struct {
|
||||
Hash string
|
||||
Data []byte
|
||||
Nonce uint64
|
||||
To string
|
||||
GasLimit int64
|
||||
GasPrice int64
|
||||
Value int64
|
||||
}
|
||||
Reference in New Issue
Block a user