Wormhole · Schema

transactions.AttributeDoc

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
type string
value object
View JSON Schema on GitHub

JSON Schema

transactions-attributedoc.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-attributedoc",
  "title": "transactions.AttributeDoc",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "value": {
      "type": "object",
      "additionalProperties": {}
    }
  }
}