AddressLookupResponse

@Serializable
data class AddressLookupResponse(val signerAddress: String, val contracts: List<IndexedContractSummary>, val count: Int)

Response from looking up a signer address in the indexer.

Contains the signer address, all contracts where this address is registered as a signer, and the total count of contracts.

Constructors

Link copied to clipboard
constructor(signerAddress: String, contracts: List<IndexedContractSummary>, count: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val count: Int
Link copied to clipboard