UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

5 lines 182 B
export declare abstract class BaseDeserializer<T, O = any> { constructor(); abstract deserialize(data: string, opts?: O): T; } //# sourceMappingURL=base-deserializer.d.ts.map