UNPKG

@aeternity/aepp-sdk

Version:

SDK for the æternity blockchain

10 lines 218 B
import { toBytes } from '../../../utils/bytes.js'; export default { serialize(string) { return toBytes(string); }, deserialize(buffer) { return buffer.toString(); } }; //# sourceMappingURL=string.js.map