OZContractDetailsResponse
public struct OZContractDetailsResponse : Decodable, Equatable, Sendable
Full details of a smart account contract.
Includes the contract ID, summary information, and all context rules with their signers and policies. The indexer returns the top-level keys in camelCase; the inner fields use snake_case.
-
Undocumented
Declaration
Swift
public let contractId: String -
Undocumented
Declaration
Swift
public let summary: OZIndexedContractSummary -
Undocumented
Declaration
Swift
public let contextRules: [OZIndexedContextRule] -
Undocumented
Declaration
Swift
public init( contractId: String, summary: OZIndexedContractSummary, contextRules: [OZIndexedContextRule] )
View on GitHub
Install in Dash