burn-principal
SP355B7SVQQCJMZJN73V05Z97MF3YFZH274Q3AZG6Source Code
(define-read-only (generate-burn-standard-principal (entropyString (string-utf8 1000)))
(let
(
(withAddedEntropy (concat (unwrap-panic (to-consensus-buff? entropyString)) (unwrap-panic (to-consensus-buff? stacks-block-height))))
(hash (hash160 withAddedEntropy))
)
(principal-construct? 0x16 hash)
)
)Functions (1)
| Function | Access | Args |
|---|---|---|
| generate-burn-standard-principal | read-only | entropyString: (string-utf8 1000 |