Skip to content

maintain general response format for all handlers#5

Open
maneeSHA-256 wants to merge 7 commits into
mainfrom
maneesha/wallet-improvements
Open

maintain general response format for all handlers#5
maneeSHA-256 wants to merge 7 commits into
mainfrom
maneesha/wallet-improvements

Conversation

@maneeSHA-256

Copy link
Copy Markdown
Collaborator

This PR maintains a general response format for all handlers, i.e.,

type BasicResponse struct {
	Status  bool        `json:"status"`
	Message string      `json:"message"`
	Result  interface{} `json:"result"`
}

and updates the README accordingly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants