Handbook
Glossary
get-label ( address -- label )
Vocabulary
bitcoin
.
client
Inputs
address
a
string
Outputs
label
a
string
Word description
Returns the label associated with the given address.
Definition
USING:
bitcoin.client.private
;
IN:
bitcoin.client
::
get-label
( address -- label )
"getlabel"
{
address
}
bitcoin-request
;