Versions in this module Expand all Collapse all v0 v0.1.4 May 10, 2023 v0.1.3 Mar 22, 2023 Changes in this version + const BalancePath + const BlockHeightPath + const ListBillsPath + const ProofPath + type MoneyBackendClient struct + BaseUrl string + HttpClient http.Client + func NewClient(baseUrl string) (*MoneyBackendClient, error) + func (c *MoneyBackendClient) GetBalance(pubKey []byte, includeDCBills bool) (uint64, error) + func (c *MoneyBackendClient) GetBlockHeight() (uint64, error) + func (c *MoneyBackendClient) GetProof(billId []byte) (*block.Bills, error) + func (c *MoneyBackendClient) ListBills(pubKey []byte) (*money.ListBillsResponse, error)