github.com/primecitizens/pcz/std@v0.2.1/ffi/js/bindings/utils.go (about) 1 package bindings 2 3 type ( 4 Ref uint32 5 bool = Ref 6 )