Interface: ProtocolConfig
Makaio Framework / contracts/extension / ProtocolConfig
Interface: ProtocolConfig
Section titled “Interface: ProtocolConfig”Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:41
Protocol-specific configuration for an adapter contribution.
Acts as a seam for future protocol-level settings (e.g., custom base URLs,
auth overrides, timeout policies). Currently intentionally empty — consuming
code should treat an absent value the same as {}.
Properties
Section titled “Properties”endpoint?
Section titled “endpoint?”
readonlyoptionalendpoint?:string
Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:43
Optional custom endpoint URL overriding the protocol default.