(Object method)
| 765 | // Functions |
| 766 | // ======================= |
| 767 | public boolean isHttpMethod(Object method) { |
| 768 | return io.github.ccxt.base.Functions.isHttpMethod( |
| 769 | method == null ? null : String.valueOf(method) |
| 770 | ); |
| 771 | } |
| 772 | |
| 773 | public java.util.Map<String, Object> keysort(Object parameters) { |
| 774 | return io.github.ccxt.base.Functions.keysort(parameters); |