uraniumcorporation/Solana Payout Action
Automatically pay SOL/SPL tokens to a specified recipient wallet address in Solana
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| recipient-wallet-address | Solana wallet address of the recipient | yes | — |
| token | Token to send - either 'SOL' or an SPL token address | yes | — |
| amount | Amount to send (in SOL or tokens) | yes | — |
| network | Solana network to use (mainnet-beta, devnet, testnet) | no | mainnet-beta |
| timeout | Timeout to confirm the transaction in milliseconds | no | 300000 |
Outputs
| name | description |
|---|---|
| success | Whether the payment was successful |
| error | The error that occurred during the payment |
| transaction | The transaction signature for the successful payment |