For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataLocation

DataLocation

This enum indicates where Schema.data and Attestation.data are stored.

enum DataLocation {
  ONCHAIN,
  ARWEAVE,
  IPFS,
  CUSTOM
}

Last updated

Was this helpful?