konakov sergey

Results 3 issues of konakov sergey

Currently link to API documentationn is opening: https://github.com/ton-blockchain/docs/blob/master/apis link. Seems the right one should be: https://github.com/ton-blockchain/docs/tree/master/docs/apis

Maybe it will be more correct to change ConnectionResult enum from: public enum ConnectionResult { Ok, CouldNotConnect } to public enum ConnectionResult { Unknown = 0, Ok = 1, CouldNotConnect...

Hi ! issue is with config.primary.coin.rewards property. In documentation it is described as a string property: > / Type: String > config.primary.coin.rewards = '' | [string] but in config file...