Parse
idle
Use from Workbench
import { L402 } from "@boltwall/l402";const macaroon = "<base64 macaroon>";const inspection = L402.fromMacaroon(macaroon).inspectMacaroon();// -> { identifier, caveats, signature }
import { L402 } from "@boltwall/l402";const macaroon = "<base64 macaroon>";const inspection = L402.fromMacaroon(macaroon).inspectMacaroon();// -> { identifier, caveats, signature }