Handbook
Glossary
send-to-address ( address amount -- ? )
Vocabulary
bitcoin
.
client
Inputs
address
a
string
amount
a
number
Outputs
?
a
boolean
Word description
Sends 'amount' from the server's available balance to 'address'. 'amount' is rounded to the nearest 0.01. Returns a boolean indicating if the call succeeded.
Definition
USING:
bitcoin.client.private
kernel
;
IN:
bitcoin.client
::
send-to-address
( address amount -- ? )
"sendtoaddress"
{
address amount
}
bitcoin-request
"sent"
=
;