Skip to content

Commit

Permalink
api: added design comment on Ae.API*() methods
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Feb 19, 2019
1 parent ccdf565 commit 5762cbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aeternity/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (
"github.com/aeternity/aepp-sdk-go/generated/models"
)

// Ae.API*() methods are the stable interface to Go code that uses this SDK.
// Logic implementation is handled by the unexported functions.

// APIGetStatus post transaction
func (ae *Ae) APIGetStatus() (status *models.Status, err error) {
return getStatus(ae.Epoch)
Expand Down

0 comments on commit 5762cbf

Please sign in to comment.