Pure package detail
printfdebugging
gno.land/p/moul/printfdebugging/v2
Indexed deployment identity with independently loaded latest RPC source. Functions and Render are realm-only RPC capabilities.
Indexed deployment
Identity
- Package path
- gno.land/p/moul/printfdebugging/v2
- Block
- 23351
- Deployed (UTC)
- Transaction
- gzhIdFHrdP0zUF4EFDe3TjSTCbmQiFpZXPS0eB17GDY=
Latest RPC state
Source
// this package is a joke... or not.
package printfdebugging
import (
"strings"
"gno.land/p/nt/ufmt/v0"
)
func BigRedLine(args ...string) {
println(ufmt.Sprintf("%s[%dm####################################%s[%dm %s",
Escape, int(BgRed), Escape, int(Reset),
strings.Join(args, " "),
))
}
func Success() {
println(" \033[31mS\033[33mU\033[32mC\033[36mC\033[34mE\033[35mS\033[31mS\033[0m ")
}
The verified vm/qfuncs operation accepts realm paths only.
Pure packages expose source files but do not have Realm Render.