CounterpartyDecision
@andrewkimjoseph/celina-sdk / services/agentkarma.service / CounterpartyDecision
Interface: CounterpartyDecision
Defined in: src/services/agentkarma.service.ts:48
Result of a local counterparty trust evaluation.
Properties
chain
chain:
"celo"
Defined in: src/services/agentkarma.service.ts:50
Always "celo" — this adapter is Celo-pinned.
decision
decision:
TrustDecision
Defined in: src/services/agentkarma.service.ts:54
Explainable allow/deny from the local policy (no network, pure function).
snapshot
snapshot:
KarmaSnapshot
Defined in: src/services/agentkarma.service.ts:56
The karma snapshot the decision was computed from.
wallet
wallet:
string
Defined in: src/services/agentkarma.service.ts:52
The wallet that was evaluated.
Last updated
Was this helpful?