21 lines
414 B
YAML
21 lines
414 B
YAML
name: generate-address
|
|
inputs:
|
|
- chain_name
|
|
optional_inputs:
|
|
- account
|
|
step:
|
|
- type: cosmos-get-chain-info
|
|
inputs:
|
|
chain_name: chain_name
|
|
outputs:
|
|
blockchain_config: blockchain_config
|
|
- type: cosmos-generate-wallet
|
|
inputs:
|
|
account: account
|
|
blockchain_config: blockchain_config
|
|
- type: cosmos-get-wallet-address
|
|
inputs:
|
|
blockchain_config: blockchain_config
|
|
outputs:
|
|
pubkey: pubkey
|