Skip to content

bee.vale.minted ​

A batch of vales was minted. Delivered to colectiva, which has NO handler and files it into the generic ecosystem_events archive, so no app acts on it. receivers is deliberately empty: listing colectiva would make every ecosystem event look consumed.

Senders ​

  • bee

Receivers ​

None declared.

Data schema ​

Each field maps to a type hint. | null indicates an optional field.

json
{
  "batchId": "string | null",
  "transactionId": "string | null",
  "communityId": "string",
  "issuerCellId": "string",
  "accountId": "string",
  "amountCents": "number"
}

Example payload ​

The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.

json
{
  "batchId": "example-batchId",
  "transactionId": "example-transactionId",
  "communityId": "example-communityId",
  "issuerCellId": "example-issuerCellId",
  "accountId": "example-accountId",
  "amountCents": 0
}

See also ​


Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.

Red Broom Software Ecosystem