mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
12 lines
296 B
Python
12 lines
296 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = ["wallet.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/validator/accounts/v2/iface",
|
||
|
visibility = [
|
||
|
"//validator:__pkg__",
|
||
|
"//validator:__subpackages__",
|
||
|
],
|
||
|
)
|