fuse_send_native
ActiveTool of Fuse Network
declared in 0.1.0
Submits 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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"to",
"amount"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient address."
},
"unit": {
"enum": [
"display",
"base"
],
"type": "string",
"description": "`display` (default) treats `amount` as FUSE; `base` treats it as wei."
},
"amount": {
"type": "string",
"description": "Amount of FUSE to send (default unit: FUSE — pass `unit: \"wei\"` for raw wei)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries