github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/r/demo/users/z_0_b_filetest.gno (about)

     1  package main
     2  
     3  // SEND: 199000000ugnot
     4  
     5  import (
     6  	"std"
     7  
     8  	"gno.land/r/demo/users"
     9  )
    10  
    11  func main() {
    12  	users.Register("", "gnouser", "my profile")
    13  	println("done")
    14  }
    15  
    16  // Error:
    17  // payment must not be less than 200000000