0x-relayer-cat 中文文档教程
0x-relayer-cat
Usage
$ npm install -g 0x-relayer-cat
$ 0x-relayer-cat COMMAND
running command...
$ 0x-relayer-cat (-v|--version|version)
0x-relayer-cat/0.0.10 darwin-x64 node-v11.13.0
$ 0x-relayer-cat --help [COMMAND]
USAGE
$ 0x-relayer-cat COMMAND
...
Commands
0x-relayer-cat cat
调用以太坊交易
USAGE
$ 0x-relayer-cat cat
OPTIONS
-e, --httpEndpoint=httpEndpoint (required) [default: https://api.radarrelay.com/0x/v2] SRA HTTP endpoint of the
Relayer
-h, --help show CLI help
-w, --wsEndpoint=wsEndpoint (required) [default: wss://ws.radarrelay.com/0x/v2] SRA WebSocket endpoint of the
Relayer
--assetDataA=assetDataA asset data
--assetDataB=assetDataB asset data
--makerAddress=makerAddress Maker address
--pullDelay=pullDelay (required) [default: 1000] Delay in milliseconds between pulling from SRA endpoint
orderbooks
--pushDelay=pushDelay Delay in milliseconds before pushing to mesh (allows for batching)
--toMesh=toMesh Mesh Endpoint to forward to
--toSRA=toSRA SRA Endpoint to forward to
EXAMPLE
$ 0x-relayer-cat cat
查看代码:src/commands/cat.ts
0x-relayer-cat help [COMMAND]
显示 0x-relayer-cat 的帮助
USAGE
$ 0x-relayer-cat help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
0x-relayer-cat
Usage
$ npm install -g 0x-relayer-cat
$ 0x-relayer-cat COMMAND
running command...
$ 0x-relayer-cat (-v|--version|version)
0x-relayer-cat/0.0.10 darwin-x64 node-v11.13.0
$ 0x-relayer-cat --help [COMMAND]
USAGE
$ 0x-relayer-cat COMMAND
...
Commands
0x-relayer-cat cat
Call the Ethereum transaction
USAGE
$ 0x-relayer-cat cat
OPTIONS
-e, --httpEndpoint=httpEndpoint (required) [default: https://api.radarrelay.com/0x/v2] SRA HTTP endpoint of the
Relayer
-h, --help show CLI help
-w, --wsEndpoint=wsEndpoint (required) [default: wss://ws.radarrelay.com/0x/v2] SRA WebSocket endpoint of the
Relayer
--assetDataA=assetDataA asset data
--assetDataB=assetDataB asset data
--makerAddress=makerAddress Maker address
--pullDelay=pullDelay (required) [default: 1000] Delay in milliseconds between pulling from SRA endpoint
orderbooks
--pushDelay=pushDelay Delay in milliseconds before pushing to mesh (allows for batching)
--toMesh=toMesh Mesh Endpoint to forward to
--toSRA=toSRA SRA Endpoint to forward to
EXAMPLE
$ 0x-relayer-cat cat
See code: src/commands/cat.ts
0x-relayer-cat help [COMMAND]
display help for 0x-relayer-cat
USAGE
$ 0x-relayer-cat help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help