16 lines
305 B
YAML
16 lines
305 B
YAML
name: generate-address
|
|
description: |-
|
|
Generate a Solana address.
|
|
inputs:
|
|
- name: account
|
|
description: >-
|
|
The account to use, if not the default account.
|
|
optional: true
|
|
step:
|
|
- type: sol-generate-wallet
|
|
inputs:
|
|
account: account
|
|
- type: sol-get-wallet-address
|
|
outputs:
|
|
pubkey: pubkey
|