(_value)
| 35 | return "0x" + result; |
| 36 | } |
| 37 | function encodeBase58Check(_value) { |
| 38 | const value = (0, index_js_4.getBytes)(_value); |
| 39 | const check = (0, index_js_4.dataSlice)((0, index_js_1.sha256)((0, index_js_1.sha256)(value)), 0, 4); |
| 40 | const bytes = (0, index_js_4.concat)([value, check]); |
| 41 | return (0, index_js_4.encodeBase58)(bytes); |
| 42 | } |
| 43 | const _guard = {}; |
| 44 | function ser_I(index, chainCode, publicKey, privateKey) { |
| 45 | const data = new Uint8Array(37); |
no outgoing calls
no test coverage detected