Asynchronously decodes a blueprint string. Supports the "DSA:" prefix (case-insensitive).
The blueprint string.
Optional
Decoding options.
import { decode } from "dsabp-js"const bp = await decode(str) Copy
import { decode } from "dsabp-js"const bp = await decode(str)
Asynchronously decodes a blueprint string. Supports the "DSA:" prefix (case-insensitive).