refactor: centralize protobuf and remove go-zero
This commit is contained in:
10
module/finance/wallet/pb/blocks_compat.go
Normal file
10
module/finance/wallet/pb/blocks_compat.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package wallet
|
||||
|
||||
import blocks "bsm/full/protobuf"
|
||||
|
||||
type Empty = blocks.Empty
|
||||
type FetchRequest = blocks.FetchRequest
|
||||
type IdentRequest = blocks.IdentRequest
|
||||
type VersionRequest = blocks.VersionRequest
|
||||
type SearchRequest = blocks.SearchRequest
|
||||
type StatusReply = blocks.StatusReply
|
||||
Reference in New Issue
Block a user