@orangecheck/pledge-core / ResolutionMechanism
Type Alias: ResolutionMechanism
type ResolutionMechanism =
| "chain_state"
| "counterparty_signs"
| "nostr_event_exists"
| "stamp_published"
| "http_get_hash"
| "dns_record"
| "vote_resolves";
Defined in: pledge-core/src/types.ts:10