Neynar · Schema

TransactionFrameType

Type of transaction mini app

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

transactionframetype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/TransactionFrameType",
  "title": "TransactionFrameType",
  "description": "Type of transaction mini app",
  "enum": [
    "pay"
  ],
  "type": "string"
}