All files constants.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 51x 1x 1x 1x 1x
export const PROTOCOL_VIEW_METHODS: Array<string> = ["get_all_markets","get_fdai_balance", "get_market","get_liquidity", "get_depth" ,"get_market_price", "get_best_prices" ,"get_owner", "get_claimable", "get_fdai_metrics", "get_active_resolution_window", "get_open_orders_len", "get_filled_orders_len", "get_market_volume", "get_market_sell_depth", "get_outcome_share_balance"];
export const PROTOCOL_CHANGE_METHODS: Array<string> = ["set_fun_token_account_id", "create_market", "claim_fdai", "place_order", "claim_earnings", "resolute_market", "dispute_market", "finalize_market", "withdraw_dispute_stake", "set_test", "add_to_creators_funds", "delete_market", "cancel_order", "claim_affiliate_earnings", "dynamic_market_sell", "init"];
export const TOKEN_VIEW_METHODS: Array<string> = ['get_total_supply', 'get_balance', 'get_allowance'];
export const TOKEN_CHANGE_METHODS: Array<string> = ['claim_fdai', 'set_allowance', 'new'];
export const NULL_CONTRACT: string = 'null_contract.flux-dev';