Creates a reference envelope that points to content stored in IPFS.
Reference envelopes are small envelopes stored in the DHT that contain
a pointer to the actual envelope stored in IPFS. This allows the hybrid
storage layer to transparently handle large envelopes that exceed the
DHT size limit.
Port of create_reference_envelope() from hybrid/reference.rs lines 31-39.
Creates a reference envelope that points to content stored in IPFS.
Reference envelopes are small envelopes stored in the DHT that contain a pointer to the actual envelope stored in IPFS. This allows the hybrid storage layer to transparently handle large envelopes that exceed the DHT size limit.
Port of
create_reference_envelope()from hybrid/reference.rs lines 31-39.Format