This function may take some time to process depending on the size of the transaction history on an account

getTransactions(user, n, node)

Arguments

user

Account To Query

n

Number of Transactions since beginnning of account history

node

node

Value

The First n of transactions on an account

Examples

# NOT RUN {
getTransactions("eroche", 100)
# }