UNPKG

open-libra-sdk

Version:

A minimalist Typescript library for interacting with the Open Libra blockchain.

11 lines 322 B
export declare enum PoFError { VALIDATOR_NOT_CONFIGURED = 11, WALLET_NOT_SLOW = 12, IS_JAILED = 13, TOO_FEW_VOUCHES = 14, BID_IS_ZERO = 15, BID_EXPIRED = 16, LOW_UNLOCKED_COIN_BALANCE = 17 } export declare const mapPoFErrors: (list: string[]) => string[]; //# sourceMappingURL=pofError.d.ts.map