Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adnl/api/ton-kotlin-adnl.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-adnl>
// Library unique name: <org.ton.kotlin:ton-kotlin-adnl>
abstract interface org.ton.adnl.connection/AdnlClient { // org.ton.adnl.connection/AdnlClient|null[0]
abstract suspend fun sendQuery(kotlin/ByteArray, kotlin.time/Duration): kotlin/ByteArray // org.ton.adnl.connection/AdnlClient.sendQuery|sendQuery(kotlin.ByteArray;kotlin.time.Duration){}[0]
}
Expand Down
2 changes: 1 addition & 1 deletion bigint/api/ton-kotlin-bigint.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-bigint>
// Library unique name: <org.ton.kotlin:ton-kotlin-bigint>
final class org.ton.bigint/BigInt : kotlin/Comparable<org.ton.bigint/BigInt>, kotlin/Number { // org.ton.bigint/BigInt|null[0]
constructor <init>(kotlin/ByteArray) // org.ton.bigint/BigInt.<init>|<init>(kotlin.ByteArray){}[0]
constructor <init>(kotlin/String) // org.ton.bigint/BigInt.<init>|<init>(kotlin.String){}[0]
Expand Down
2 changes: 1 addition & 1 deletion bitstring/api/ton-kotlin-bitstring.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-bitstring>
// Library unique name: <org.ton.kotlin:ton-kotlin-bitstring>
abstract interface org.ton.bitstring/BitString : kotlin.collections/Iterable<kotlin/Boolean>, kotlin/Comparable<org.ton.bitstring/BitString> { // org.ton.bitstring/BitString|null[0]
abstract val size // org.ton.bitstring/BitString.size|{}size[0]
abstract fun <get-size>(): kotlin/Int // org.ton.bitstring/BitString.size.<get-size>|<get-size>(){}[0]
Expand Down
2 changes: 1 addition & 1 deletion block-tlb/api/ton-kotlin-block-tlb.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-block-tlb>
// Library unique name: <org.ton.kotlin:ton-kotlin-block-tlb>
open enum class org.ton.block/AccStatusChange : kotlin/Enum<org.ton.block/AccStatusChange> { // org.ton.block/AccStatusChange|null[0]
enum entry DELETED // org.ton.block/AccStatusChange.DELETED|null[0]
enum entry FROZEN // org.ton.block/AccStatusChange.FROZEN|null[0]
Expand Down
2 changes: 1 addition & 1 deletion contract/api/ton-kotlin-contract.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-contract>
// Library unique name: <org.ton.kotlin:ton-kotlin-contract>
abstract interface org.ton.contract/SmartContract { // org.ton.contract/SmartContract|null[0]
abstract val address // org.ton.contract/SmartContract.address|{}address[0]
abstract fun <get-address>(): org.ton.block/AddrStd // org.ton.contract/SmartContract.address.<get-address>|<get-address>(){}[0]
Expand Down
2 changes: 1 addition & 1 deletion crypto/api/ton-kotlin-crypto.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-crypto>
// Library unique name: <org.ton.kotlin:ton-kotlin-crypto>
abstract interface org.ton.kotlin.crypto/Decryptor { // org.ton.kotlin.crypto/Decryptor|null[0]
abstract fun decryptIntoByteArray(kotlin/ByteArray, kotlin/ByteArray, kotlin/Int = ..., kotlin/Int = ..., kotlin/Int = ...) // org.ton.kotlin.crypto/Decryptor.decryptIntoByteArray|decryptIntoByteArray(kotlin.ByteArray;kotlin.ByteArray;kotlin.Int;kotlin.Int;kotlin.Int){}[0]
abstract fun decryptToByteArray(kotlin/ByteArray, kotlin/Int = ..., kotlin/Int = ...): kotlin/ByteArray // org.ton.kotlin.crypto/Decryptor.decryptToByteArray|decryptToByteArray(kotlin.ByteArray;kotlin.Int;kotlin.Int){}[0]
Expand Down
2 changes: 1 addition & 1 deletion hashmap-tlb/api/ton-kotlin-hashmap-tlb.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-hashmap-tlb>
// Library unique name: <org.ton.kotlin:ton-kotlin-hashmap-tlb>
abstract interface <#A: in kotlin/Any?> org.ton.kotlin.dict/DictionaryKeyStorer { // org.ton.kotlin.dict/DictionaryKeyStorer|null[0]
abstract val keySize // org.ton.kotlin.dict/DictionaryKeyStorer.keySize|{}keySize[0]
abstract fun <get-keySize>(): kotlin/Int // org.ton.kotlin.dict/DictionaryKeyStorer.keySize.<get-keySize>|<get-keySize>(){}[0]
Expand Down
2 changes: 1 addition & 1 deletion liteapi-tl/api/ton-kotlin-liteapi-tl.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-liteapi-tl>
// Library unique name: <org.ton.kotlin:ton-kotlin-liteapi-tl>
abstract interface org.ton.lite.api/LiteApi { // org.ton.lite.api/LiteApi|null[0]
abstract suspend fun invoke(org.ton.lite.api.liteserver.functions/LiteServerGetAccountState, kotlin/Int = ...): org.ton.lite.api.liteserver/LiteServerAccountState // org.ton.lite.api/LiteApi.invoke|invoke(org.ton.lite.api.liteserver.functions.LiteServerGetAccountState;kotlin.Int){}[0]
abstract suspend fun invoke(org.ton.lite.api.liteserver.functions/LiteServerGetAllShardsInfo): org.ton.lite.api.liteserver/LiteServerAllShardsInfo // org.ton.lite.api/LiteApi.invoke|invoke(org.ton.lite.api.liteserver.functions.LiteServerGetAllShardsInfo){}[0]
Expand Down
2 changes: 1 addition & 1 deletion liteclient/api/ton-kotlin-liteclient.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-liteclient>
// Library unique name: <org.ton.kotlin:ton-kotlin-liteclient>
abstract interface org.ton.lite.client/LiteClientApi { // org.ton.lite.client/LiteClientApi|null[0]
abstract suspend fun getAccountState(org.ton.block/MsgAddressInt): org.ton.lite.client.internal/FullAccountState // org.ton.lite.client/LiteClientApi.getAccountState|getAccountState(org.ton.block.MsgAddressInt){}[0]
abstract suspend fun getAccountState(org.ton.block/MsgAddressInt, org.ton.api.tonnode/TonNodeBlockIdExt): org.ton.lite.client.internal/FullAccountState // org.ton.lite.client/LiteClientApi.getAccountState|getAccountState(org.ton.block.MsgAddressInt;org.ton.api.tonnode.TonNodeBlockIdExt){}[0]
Expand Down
2 changes: 1 addition & 1 deletion tl-legacy/api/ton-kotlin-tl-legacy.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-tl-legacy>
// Library unique name: <org.ton.kotlin:ton-kotlin-tl-legacy>
abstract interface <#A: in kotlin/Any?> org.ton.tl/TlEncoder { // org.ton.tl/TlEncoder|null[0]
abstract fun encode(org.ton.tl/TlWriter, #A) // org.ton.tl/TlEncoder.encode|encode(org.ton.tl.TlWriter;1:0){}[0]
abstract fun encodeBoxed(org.ton.tl/TlWriter, #A) // org.ton.tl/TlEncoder.encodeBoxed|encodeBoxed(org.ton.tl.TlWriter;1:0){}[0]
Expand Down
2 changes: 1 addition & 1 deletion tl/api/ton-kotlin-tl.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-tl>
// Library unique name: <org.ton.kotlin:ton-kotlin-tl>
open annotation class org.ton.kotlin.tl/Bits128 : kotlin/Annotation { // org.ton.kotlin.tl/Bits128|null[0]
constructor <init>() // org.ton.kotlin.tl/Bits128.<init>|<init>(){}[0]
}
Expand Down
2 changes: 1 addition & 1 deletion tlb/api/ton-kotlin-tlb.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-tlb>
// Library unique name: <org.ton.kotlin:ton-kotlin-tlb>
abstract interface <#A: in kotlin/Any?> org.ton.tlb/TlbStorer { // org.ton.tlb/TlbStorer|null[0]
open fun createCell(#A): org.ton.cell/Cell // org.ton.tlb/TlbStorer.createCell|createCell(1:0){}[0]
open fun storeTlb(org.ton.cell/CellBuilder, #A) // org.ton.tlb/TlbStorer.storeTlb|storeTlb(org.ton.cell.CellBuilder;1:0){}[0]
Expand Down
2 changes: 1 addition & 1 deletion tonapi-tl/api/ton-kotlin-tonapi-tl.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-tonapi-tl>
// Library unique name: <org.ton.kotlin:ton-kotlin-tonapi-tl>
final enum class org.ton.api.dht/DhtUpdateRule : kotlin/Enum<org.ton.api.dht/DhtUpdateRule>, org.ton.tl/TlObject<org.ton.api.dht/DhtUpdateRule> { // org.ton.api.dht/DhtUpdateRule|null[0]
enum entry ANYBODY // org.ton.api.dht/DhtUpdateRule.ANYBODY|null[0]
enum entry OVERLAY_NODES // org.ton.api.dht/DhtUpdateRule.OVERLAY_NODES|null[0]
Expand Down
2 changes: 1 addition & 1 deletion tvm/api/ton-kotlin-tvm.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <org.ton:ton-kotlin-tvm>
// Library unique name: <org.ton.kotlin:ton-kotlin-tvm>
final enum class org.ton.cell/CellType : kotlin/Enum<org.ton.cell/CellType> { // org.ton.cell/CellType|null[0]
enum entry LIBRARY_REFERENCE // org.ton.cell/CellType.LIBRARY_REFERENCE|null[0]
enum entry MERKLE_PROOF // org.ton.cell/CellType.MERKLE_PROOF|null[0]
Expand Down