Jacek Sieka a15660f70f
chore: fix import conflict
There's a new byteutils in newer versions of stew - also, remove
upraises and disable windows testing which requires SSL library install
2025-12-10 22:06:29 +01:00

11 lines
199 B
Nim

import pkg/contractabi
import ../basics
{.push raises: [].}
export basics
export contractabi
func encode*(encoder: var AbiEncoder, destination: Destination) =
encoder.write(destination.toArray)