Asynchronously encodes a Blueprint into a blueprint string. Does not include the "DSA:" prefix, consider adding it on a public app.
The blueprint to encode.
import { encode, PREFIX } from "dsabp-js"const str = PREFIX + await encode(bp) Copy
import { encode, PREFIX } from "dsabp-js"const str = PREFIX + await encode(bp)
Asynchronously encodes a Blueprint into a blueprint string. Does not include the "DSA:" prefix, consider adding it on a public app.