Handbook
Glossary
list-transactions ( count include-generated -- seq )
Vocabulary
bitcoin
.
client
Inputs
count
a
number
include-generated
a
boolean
Outputs
seq
a
sequence
Word description
Return's a sequence containing up to 'count' most recent transactions.This requires a patched bitcoin server so may not work with old or unpatched servers.
Definition
USING:
bitcoin.client.private
;
IN:
bitcoin.client
::
list-transactions
( count include-generated -- seq )
"listtransactions"
{
count include-generated
}
bitcoin-request
;