UNPKG

@pokt-network/pocket-js

Version:

Pocket-js core package with the main functionalities to interact with the Pocket Network.

8 lines (7 loc) 156 B
/** * An enum to represent all the valid Coin Denominations in Pocket Network */ export declare enum CoinDenom { Upokt = "Upokt", Pokt = "Pokt" }