gno.land/r/gnops/valopers
Rendered output
Valoper's details:
berty-val2-1
Validator name: Berty Validator Node (moniker: berty-val2-1)
The networks we are currently validating are the following: none
Our total AUM is: 0
Our organisation's coordinates: www.berty.tech; Discord handles: rems14, jefft0
Contact details: [email protected], Discord: https://discord.gg/bdxYJMM7Kt
We believe in gno.land's mission and, beyond our other contributions, we want to add our node to strengthen the resiliency of the network.
Our contributions to gno.land: Gno Native Kit framework, dSocial experimental mobile social media dApp, Gno Key Mobile and multiple PRs supporting the work of the Gno Core team. We documented our contributions in our journies posts: https://github.com/gnolang/hackerspace/issues/28, https://github.com/gnolang/hackerspace/issues/51, https://github.com/gnolang/hackerspace/issues/67, https://github.com/gnolang/hackerspace/issues/92
- Address: g17fagya0w79zdjz5zg9sn9xlpzmx2clschkrj8r
- PubKey: gpub1pgfj7ard9eg82cjtv4u4xetrwqer2dntxyfzxz3pqv4k5vuemsk5g6uex788ynl2qjrjm8mc8axeqdnpdzy5s0xzmramgyktuqx
- Server Type: data-center
Query (read-only)
non-crossing functions · no tx, no wallet neededAuth() → *gno.land/p/moul/authz.Authorizer
GetByAddr(address_XXX string) → struct{Moniker string; Description string; ServerType string; Address .uverse.address; PubKey string; KeepRunning bool; auth *gno.land/p/nt/ownable/v0/exts/authorizable.Authorizable}
NewInstructionsProposalCallback(newInstructions string) → func(.uverse.realm) .uverse.error
NewMinFeeProposalCallback(newMinFee int64) → func(.uverse.realm) .uverse.error
Call functions (state-changing)
signs a tx via AdenaAddToAuthList(address_XXX string, member string)
DeleteFromAuthList(address_XXX string, member string)
Register(moniker string, description string, serverType string, address_XXX string, pubKey string)
UpdateDescription(address_XXX string, description string)
UpdateKeepRunning(address_XXX string, keepRunning bool)
UpdateMoniker(address_XXX string, moniker string)
UpdateServerType(address_XXX string, serverType string)
All exported functions (12)
show raw signatures
| Name | Params | Returns |
|---|---|---|
| Auth | — | [{"Name": ".res.0", "Type": "*gno.land/p/moul/authz.Authorizer", "Value": ""}] |
| NewInstructionsProposalCallback | [{"Name": "newInstructions", "Type": "string", "Value": ""}] | [{"Name": ".res.0", "Type": "func(.uverse.realm) .uverse.error", "Value": ""}] |
| NewMinFeeProposalCallback | [{"Name": "newMinFee", "Type": "int64", "Value": ""}] | [{"Name": ".res.0", "Type": "func(.uverse.realm) .uverse.error", "Value": ""}] |
| AddToAuthList | [{"Name": "cur", "Type": "interface {Address func() .uverse.address; Coins func() .uverse.gnocoins; Origin func() .uverse.realm; PkgPath func() string; Previous func() .uverse.realm; Send func(.uverse.gnocoins, .uverse.address) .uverse.error; String func() string}", "Value": ""}, {"Name": "address_XXX", "Type": "string", "Value": ""}, {"Name": "member", "Type": "string", "Value": ""}] | — |
| DeleteFromAuthList | [{"Name": "cur", "Type": "interface {Address func() .uverse.address; Coins func() .uverse.gnocoins; Origin func() .uverse.realm; PkgPath func() string; Previous func() .uverse.realm; Send func(.uverse.gnocoins, .uverse.address) .uverse.error; String func() string}", "Value": ""}, {"Name": "address_XXX", "Type": "string", "Value": ""}, {"Name": "member", "Type": "string", "Value": ""}] | — |
| Register | [{"Name": "cur", "Type": "interface {Address func() .uverse.address; Coins func() .uverse.gnocoins; Origin func() .uverse.realm; PkgPath func() string; Previous func() .uverse.realm; Send func(.uverse.gnocoins, .uverse.address) .uverse.error; String func() string}", "Value": ""}, {"Name": "moniker", "Type": "string", "Value": ""}, {"Name": "description", "Type": "string", "Value": ""}, {"Name": "serverType", "Type": "string", "Value": ""}, {"Name": "address_XXX", "Type": "string", "Value": ""}, {"Name": "pubKey", "Type": "string", "Value": ""}] | — |
| UpdateMoniker | [{"Name": "cur", "Type": "interface {Address func() .uverse.address; Coins func() .uverse.gnocoins; Origin func() .uverse.realm; PkgPath func() string; Previous func() .uverse.realm; Send func(.uverse.gnocoins, .uverse.address) .uverse.error; String func() string}", "Value": ""}, {"Name": "address_XXX", "Type": "string", "Value": ""}, {"Name": "moniker", "Type": "string", "Value": ""}] | — |
| UpdateDescription | [{"Name": "cur", "Type": "interface {Address func() .uverse.address; Coins func() .uverse.gnocoins; Origin func() .uverse.realm; PkgPath func() string; Previous func() .uverse.realm; Send func(.uverse.gnocoins, .uverse.address) .uverse.error; String func() string}", "Value": ""}, {"Name": "address_XXX", "Type": "string", "Value": ""}, {"Name": "description", "Type": "string", "Value": ""}] | — |
| UpdateKeepRunning | [{"Name": "cur", "Type": "interface {Address func() .uverse.address; Coins func() .uverse.gnocoins; Origin func() .uverse.realm; PkgPath func() string; Previous func() .uverse.realm; Send func(.uverse.gnocoins, .uverse.address) .uverse.error; String func() string}", "Value": ""}, {"Name": "address_XXX", "Type": "string", "Value": ""}, {"Name": "keepRunning", "Type": "bool", "Value": ""}] | — |
| UpdateServerType | [{"Name": "cur", "Type": "interface {Address func() .uverse.address; Coins func() .uverse.gnocoins; Origin func() .uverse.realm; PkgPath func() string; Previous func() .uverse.realm; Send func(.uverse.gnocoins, .uverse.address) .uverse.error; String func() string}", "Value": ""}, {"Name": "address_XXX", "Type": "string", "Value": ""}, {"Name": "serverType", "Type": "string", "Value": ""}] | — |
| GetByAddr | [{"Name": "address_XXX", "Type": "string", "Value": ""}] | [{"Name": ".res.0", "Type": "struct{Moniker string; Description string; ServerType string; Address .uverse.address; PubKey string; KeepRunning bool; auth *gno.land/p/nt/ownable/v0/exts/authorizable.Authorizable}", "Value": ""}] |
| Render | [{"Name": "fullPath", "Type": "string", "Value": ""}] | [{"Name": ".res.0", "Type": "string", "Value": ""}] |
Files
Storage
{
"raw": "storage: 121068, deposit: 12106800"
}