OZAddressLookupResponse
public struct OZAddressLookupResponse : Decodable, Equatable, Sendable
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.
-
Undocumented
Declaration
Swift
public let signerAddress: String -
Undocumented
Declaration
Swift
public let contracts: [OZIndexedContractSummary] -
Undocumented
Declaration
Swift
public let count: Int -
Undocumented
Declaration
Swift
public init(signerAddress: String, contracts: [OZIndexedContractSummary], count: Int) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash