All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.ton.api.dht.DhtStored.kt Maven / Gradle / Ivy

package org.ton.api.dht

import org.ton.tl.*

public object DhtStored : TlConstructor(
    schema = "dht.stored = dht.Stored"
), TlObject {
    override fun tlCodec(): TlCodec = this

    override fun encode(writer: TlWriter, value: DhtStored) {
    }

    override fun decode(reader: TlReader): DhtStored = DhtStored
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy