{
  "title": "TransactionAnchorModeType",
  "type": "string",
  "enum": ["on_chain_only", "off_chain_only", "any"],
  "description": "`on_chain_only`: the transaction MUST be included in an anchored block, `off_chain_only`: the transaction MUST be included in a microblock, `any`: the leader can choose where to include the transaction."
}
