Synchronously 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 { encodeSync, PREFIX } from "dsabp-js"const str = PREFIX + encodeSync(bp) Copy
import { encodeSync, PREFIX } from "dsabp-js"const str = PREFIX + encodeSync(bp)
Synchronously encodes a Blueprint into a blueprint string. Does not include the "DSA:" prefix, consider adding it on a public app.