Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atprotofans.brokerProof

atprotofans.com

Documentation

main record

Broker attestation proof for a supporter relationship. When inline, cid and signature are required. When remote, only cid is required.

Record Key tid Timestamp-based ID

Properties

cid string cid Required

CID of the proof record. Required for both inline and remote proofs.

key string Optional

Signing key (for inline proofs).

signature bytes Optional

Signature data (for inline proofs).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "cid"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid",
        "description": "CID of the proof record. Required for both inline and remote proofs."
      },
      "key": {
        "type": "string",
        "description": "Signing key (for inline proofs)."
      },
      "signature": {
        "type": "bytes",
        "description": "Signature data (for inline proofs)."
      }
    }
  },
  "description": "Broker attestation proof for a supporter relationship. When inline, cid and signature are required. When remote, only cid is required."
}

Lexicon Garden

@