list-transactions ( count include-generated -- seq )


Vocabulary
bitcoin.client

Inputs
counta number
include-generateda boolean


Outputs
seqa 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


:: list-transactions ( count include-generated -- seq )
"listtransactions"
{ count include-generated } bitcoin-request ;