Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-17 17:19:05 +02:00
parent 2722983c42
commit b8fc2d4f76
47 changed files with 1677 additions and 0 deletions

View file

@ -0,0 +1,6 @@
package com.tangem.lib.auth
interface P2PEthPoolAuthProvider {
fun getApiKey(): String
}