FfiSignatureRequestInterface

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun addEcdsaSignature(signatureBytes: ByteArray)
Link copied to clipboard
abstract suspend fun addScwSignature(signatureBytes: ByteArray, address: String, chainId: ULong, blockNumber: ULong?)
Link copied to clipboard
abstract suspend fun isReady(): Boolean
Link copied to clipboard
abstract suspend fun missingAddressSignatures(): List<String>

missing signatures that are from MemberKind::Address

Link copied to clipboard
abstract suspend fun signatureText(): String