Skip to content

Commit

Permalink
Adds getaddressbalance
Browse files Browse the repository at this point in the history
  • Loading branch information
dantudor committed May 27, 2020
1 parent aef7303 commit 8048459
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 0 deletions.
6 changes: 6 additions & 0 deletions address.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package navcoind

type AddressBalance struct {
Balance uint64 `json:"balance"`
Received uint64 `json:"received"`
}
Loading

0 comments on commit 8048459

Please sign in to comment.