Send native FUSE
fuse_send_nativeSubmits a signed transaction transferring native FUSE from the server's signer to a recipient. Returns the transaction hash; use fuse_get_receipt to confirm inclusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address. | |
| unit | No | `display` (default) treats `amount` as FUSE; `base` treats it as wei. | |
| amount | Yes | Amount of FUSE to send (default unit: FUSE — pass `unit: "wei"` for raw wei). |