Versions in this module Expand all Collapse all v1 v1.0.9 Dec 22, 2022 v1.0.8 Dec 22, 2022 Changes in this version + type Amount struct + func NewAmount(address string) *Amount + func (amount *Amount) GetRequest() *network.AmountRequest + type AmountResponse struct + Amount float64 + type Handler struct + func NewHandler(mnemonic string, derivationPath string, password string, privateKey string, ...) *Handler + func (handler *Handler) ServeHTTP(writer http.ResponseWriter, req *http.Request)