actions-marketplace-validations/Check Hedera account balance
Checks that a Hedera Hashgraph account is above a minimum balance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| hedera-network | The Hedera 'mainnet', 'testnet' or 'previewnet' network associated with account | no | testnet |
| operator-id | The account id of the operator | yes | — |
| operator-key | The private key of the operator | yes | — |
| minimum-balance | The minimum balance in hbars for the action to succeed | yes | — |
| account-id | The account id being checked, defaulting to 'operator-id' if not set | no | — |
| fail-action | Boolean to fail action if account balance is below minimum | no | true |
Outputs
| name | description |
|---|---|
| account-balance | The account balance in hbars |