Skip to content
Snippets Groups Projects
Commit d9f1d5f1 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

Also remove the SendParam struct

parent b26fb94d
No related branches found
No related tags found
No related merge requests found
......@@ -90,13 +90,6 @@ type (
GasLimit int64 `json:"gas_limit"`
}
// Used when sending a 'Send' transaction.
SendParam struct {
PrivKey []byte `json:"priv_key"`
ToAddress []byte `json:"to_address"`
Amount int64 `json:"amount"`
}
NameRegEntryParam struct {
Name string `json:"name"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment