keystore package

Function

Render

func Render(p string) string

Render provides read-only url access to the functions of the keystore "" -> show all keystores listed by owner "owner" -> show all keys for that owner's keystore "owner:size" -> returns size of owner's keystore "owner:get:key" -> show value for that key in owner's keystore

Param

Command

gnokey query -remote "tcp://0.0.0.0:26657" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/archive/keystore" -func "Render"  -args "" -gas-fee 1000000ugnot -gas-wanted 5000000 -send "" ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "zenao-dev" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "tcp://0.0.0.0:26657" call.tx