icepick/crates/icepick/workflows/spacemesh/generate-wallet.yaml

18 lines
307 B
YAML

name: generate-address
optional_inputs:
- account
- cluster
step:
- type: spacemesh-generate-wallet
inputs:
account: account
- type: ed25519-get-pubkey
outputs:
pubkey: pubkey
- type: spacemesh-get-wallet-address
inputs:
pubkey: pubkey
cluster: cluster
outputs:
address: address