Sha256: 747065325a36e00e828085dcfc3993496a09c788da47dcde44c40c8f6b0aef6e
Contents?: true
Size: 359 Bytes
Versions: 5
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true module Harmony module Api module V1 module Misc module Utility def get_circulating_supply response(post('getCirculatingSupply'))&.to_f end def get_total_supply response(post('getTotalSupply'))&.to_f end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems