Market Resolution
(c *Client) ResolveMarket(ctx context.Context, req *ResolveMarketRequest) error
(c *Client) ResolveMarket(ctx context.Context, req *ResolveMarketRequest) errorgotype ResolveMarketRequest struct {
MarketID string
WinningOutcome string
PrivateKey string
}(c *Client) ClaimRewards(ctx context.Context, marketID, userAddress, privateKey string) (float64, error)
(c *Client) ClaimRewards(ctx context.Context, marketID, userAddress, privateKey string) (float64, error)Last updated