ugf_sol_wait_user_sig_message
Wait for a Solana user-signature message prepared by UGF, then retrieve the serialized message to sign locally with your keypair.
Instructions
Wait for the Solana user-sig message UGF prepared. Returns {serialized_message: base64}. Agent signs locally with its keypair via nacl.sign.detached, then calls ugf_sol_submit_user_sig.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digest | Yes | ||
| max_attempts | No | ||
| interval_ms | No |