diff --git a/erisdb/params.go b/erisdb/params.go index 1452ac9fc168463b3d217161dc08f0d9bf872346..7c68fe2f6cf74bb76a335354b501436816b5843c 100644 --- a/erisdb/params.go +++ b/erisdb/params.go @@ -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"` }