{
  "title": "PostConditionFungibleConditionCode",
  "description": "A fungible condition code encodes a statement being made for either STX or a fungible token, with respect to the originating account.",
  "type": "string",
  "enum": [
    "sent_equal_to",
    "sent_greater_than",
    "sent_greater_than_or_equal_to",
    "sent_less_than",
    "sent_less_than_or_equal_to"
  ]
}
