mirror of
https://github.com/callebtc/electronwall.git
synced 2025-12-17 15:14:25 +01:00
api done
This commit is contained in:
@@ -7,8 +7,8 @@ type ApiClient interface {
|
||||
}
|
||||
|
||||
type ApiNodeInfo struct {
|
||||
OneMl OneML_NodeInfoResponse
|
||||
Amboss Amboss_NodeInfoResponse
|
||||
OneMl OneML_NodeInfoResponse `json:"1ml"`
|
||||
Amboss Amboss_NodeInfoResponse `json:"amboss"`
|
||||
}
|
||||
|
||||
func GetApiNodeinfo(pubkey string) (ApiNodeInfo, error) {
|
||||
|
||||
Reference in New Issue
Block a user