func NewUintType() Type {
    return &typeConstructor{
        signature:    "I",
        signatureIDL: "uint32",
        typeName:     jen.Uint32(),