auth.AccountStore assumes go-wire; Remove GetTxBytes() from Tx
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
package types
|
||||
|
||||
// A generic codec for a fixed type.
|
||||
type Codec interface {
|
||||
|
||||
// Returns a prototype (empty) object.
|
||||
Prototype() interface{}
|
||||
|
||||
// Encodes the object.
|
||||
Encode(o interface{}) ([]byte, error)
|
||||
|
||||
// Decodes an object.
|
||||
Decode(bz []byte) (interface{}, error)
|
||||
}
|
||||
Reference in New Issue
Block a user