dappforce/subsocial-solochain

Refactor ipfs_hash to Content enum

subsocialdev opened this issue · 0 comments

enum Content {
  None,
  Onchain(Vec<u8>),
  IPFS(Vec<u8>),
  Hyper(Vec<u8>)
  // PrivateDB(...)
}