xboston / metahash-go

Metahash API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaHash API GO library

An unofficial Golang library for #MetaHash blockchain.

metahash-go

Requirements

  • GO go 1.12+

Installation

go get -u github.com/xboston/metahash-go

Information

Refence links:

Methods

  • fetch-balance
  • fetch-balances
  • fetch-history
  • get-tx
  • get-last-txs
  • get-blocks
  • get-block-by-number
  • get-block-by-hash
  • get-dump-block-by-number
  • get-dump-block-by-hash
  • get-count-blocks
  • get-last-node-stat-result
  • get-last-node-stat-trust
  • get-all-last-nodes-count
  • get-nodes-raiting
  • get-address-delegations
  • get-forging-sum-all
  • get-forging-sum
  • get-common-balance
  • status
  • mhc_send
  • getinfo

Extra Methods

Usage

You can find usage examples in the examples folder.

License

This package is released under the MIT license.

About

Metahash API client

License:MIT License


Languages

Language:Go 100.0%