BlockchainKitSdkInterface

@ObjCName(swiftName = "BlockchainKitSdkInterface")
interface BlockchainKitSdkInterface

Inheritors

Functions

Link copied to clipboard
abstract suspend fun create2of2Wallet(displayName: String): Result<WalletCreationResult>
Link copied to clipboard
abstract suspend fun create2of3Wallet(displayName: String): Result<ThresholdGroupResult>
Link copied to clipboard
abstract suspend fun setAccessToken(token: String): Result<Boolean>