RPC Browser



Arguments

setlabel "address" "label"

Sets the label associated with the given address.

Arguments:
1. address    (string, required) The address to be associated with a label.
2. label      (string, required) The label to assign to the address.

Result:
null    (json null)

Examples:
> spacexpanse-cli setlabel "rod1qcy7mpn9ggm85cwsw85dw53unw0v3nks2g0uxw9" "tabby"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "setlabel", "params": ["rod1qcy7mpn9ggm85cwsw85dw53unw0v3nks2g0uxw9", "tabby"]}' -H 'content-type: text/plain;' http://127.0.0.1:11998/
[
    {
        "name": "address",
        "detailsLines": [],
        "properties": [
            "string",
            "required"
        ],
        "description": "The address to be associated with a label."
    },
    {
        "name": "label",
        "detailsLines": [],
        "properties": [
            "string",
            "required"
        ],
        "description": "The label to assign to the address."
    }
]