One published file: an absolute path and the lowercase-hex SHA-256 of its bytes. Parsed from a NIP-5A ["path", "<abs-path>", "<sha256>"] tag.
["path", "<abs-path>", "<sha256>"]
const entry: PathEntry = { path: '/index.html', sha256: '186ea5…1c99' }; Copy
const entry: PathEntry = { path: '/index.html', sha256: '186ea5…1c99' };
Absolute path of the file (the path tag's second element).
path
Lowercase-hex SHA-256 of the file bytes (the path tag's third element).
One published file: an absolute path and the lowercase-hex SHA-256 of its bytes. Parsed from a NIP-5A
["path", "<abs-path>", "<sha256>"]tag.Example