mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: add basic UI for block explorer
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package builder
|
||||
|
||||
type Builder interface {
|
||||
Build() error
|
||||
}
|
||||
|
||||
func New() Builder {
|
||||
}
|
||||
Reference in New Issue
Block a user