ContractDetailsResponse

@Serializable
data class ContractDetailsResponse(val contractId: String, val summary: IndexedContractSummary, val contextRules: List<IndexedContextRule>)

Response containing full details of a smart account contract.

Includes the contract ID, summary information, and all context rules with their signers and policies.

Constructors

Link copied to clipboard
constructor(contractId: String, summary: IndexedContractSummary, contextRules: List<IndexedContextRule>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard