space-pussy/x/grid/spec/09_cli.md

CLI

Queries

Query all energy routes that made from source account:

cyber query grid routes-from [source-addr]

Query all energy routes that routed to destination account:

cyber query grid routes-to [destination-addr]

Query energy value that routed from source account:

cyber query grid routed-from [source-addr]

Query energy value that routed to destination account:

cyber query grid routed-to [destination-addr]

Query energy route that routes for given source and destination accounts:

cyber query grid route [source-addr] [destination-addr]

Query all energy routes (pagination flags supported):

cyber query grid routes

Transactions

Create energy route from your address to destination address with provided alias:

cyber tx grid create-route [destination-addr] [alias]

Set value of energy route to destination address:

cyber tx grid edit-route [destination-addr] [value]

Delete your energy route to given destination address:

cyber tx grid delete-route [destination-addr]

Edit alias of energy route to given destination address:

cyber tx grid edit-route-alias [destination-addr] [new-alias]

Synonyms

space-pussy/x/bandwidth/spec/09_cli
CLI Queries Query the current bandwidth module parameters information: Query the bandwidth load: Query the bandwidth price: Query the desirable bandwidth: Query the account's bandwidth:
space-pussy/x/resources/spec/09_cli
CLI Queries Query the current resources module parameters information: Query potential resources return on investmint with current rates: Transactions Investmint basic resource with the return of advanced system' resource:
go-cyber/x/bandwidth/spec/09_cli
CLI Queries Query the current bandwidth module parameters information: Query the bandwidth load: Query the bandwidth price: Query the desirable bandwidth: Query the account's bandwidth:
go-cyber/x/grid/spec/09_cli
CLI Queries Query all energy routes that made from source account: Query all energy routes that routed to destination account: Query energy value that routed from source account: Query energy value that routed to destination account: Query energy route that routes for given source and destination…
go-cyber/x/resources/spec/09_cli
CLI Queries Query the current resources module parameters information: Query potential resources return on investmint with current rates: Transactions Investmint basic resource with the return of advanced system' resource:

Neighbours