Banking.RequestAccountLogs
Skip to content
mnscript
StringResult Banking.RequestAccountLogs(BankAccount, number, number) 

Description ​

Requests the account logs for a BankAccount Sorted newest to oldest.

Arguments ​

BankAccount - The BankAccount.
number - The number of logs (Cannot be larger than 20).
number - The offset to fetch from. E.G fetch starting at the first log which exists, or offset by x amount.

Returns ​

StringResult - A StringResult representing the success of the request.