Skip to content

Module dev_manifest.erl

An Arweave path manifest resolution device.

Description

Follows the v1 schema: https://specs.ar.io/?tx=lXLd0OPwo-dJLB_Amz5jgIeDhiOkjXuM3-r0H_aiNj0

Function Index

info/0Use the route/4 function as the handler for all requests, aside from keys and set, which are handled by the default resolver.
manifest/3*Find and deserialize a manifest from the given base.
resolve_test/0*
route/4*Route a request to the associated data via its manifest.

Function Details

info/0

info() -> any()

Use the route/4 function as the handler for all requests, aside from keys and set, which are handled by the default resolver.

manifest/3 *

manifest(Base, Req, Opts) -> any()

Find and deserialize a manifest from the given base.

resolve_test/0 *

resolve_test() -> any()

route/4 *

route(Key, M1, M2, Opts) -> any()

Route a request to the associated data via its manifest.