AddAdmin
        
        
          
              func AddAdmin(cur realm, addr address)
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    AddAdmin adds an admin to the Admin Group.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "AddAdmin" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "AddAdmin" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          AddBackupOwner
        
        
          
              func AddBackupOwner(cur realm, addr address)
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    AddBackupOwner adds a backup owner to the Owner Group. A backup owner can claim ownership of the contract.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "AddBackupOwner" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "AddBackupOwner" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          Admins
        
        
          
              func Admins() []string
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    Admins returns the current admin members of the claims contract.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "Admins" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "Admins" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          BackupOwners
        
        
          
              func BackupOwners() []string
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    BackupOwners returns the current backup owners of the claims contract.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "BackupOwners" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "BackupOwners" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          ClaimOwnership
        
        
          
              func ClaimOwnership(cur realm)
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    ClaimOwnership allows an authorized user in the ownerGroup to claim ownership of the contract.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "ClaimOwnership" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "ClaimOwnership" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          IsAdmin
        
        
          
              func IsAdmin(addr address) bool
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    IsAdmin checks if an address is in the config adminGroup.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "IsAdmin" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "IsAdmin" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          RemoveAdmin
        
        
          
              func RemoveAdmin(cur realm, addr address)
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    RemoveAdmin removes an admin from the Admin Group. The primary owner cannot be removed.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "RemoveAdmin" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "RemoveAdmin" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          RemoveBackupOwner
        
        
          
              func RemoveBackupOwner(cur realm, addr address)
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    RemoveBackupOwner removes a backup owner from the Owner Group. The primary owner cannot be removed.
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "RemoveBackupOwner" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "RemoveBackupOwner" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx
        
       
     
  
  
  
    
      
        
          Render
        
        
          
              func Render(path string) string
            
          
        
      
      
        
        
          
          Execute
        
      
    
    
    
    
      Command
      
        
        
        # WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "Render" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" -broadcast -chainid "dev" -remote "http://gno-rpc:26657" ADDRESSgnokey query -remote "http://gno-rpc:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/n2p5/config" -func "Render" -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "http://gno-rpc:26657" call.tx