DataLocation

DataLocation

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

enum DataLocation {
  ONCHAIN,
  ARWEAVE,
  IPFS,
  CUSTOM
}

Last updated

Was this helpful?