buildWalletLedgerCsv
@raizfc/contracts / buildWalletLedgerCsv
Function: buildWalletLedgerCsv()
buildWalletLedgerCsv(
entries):string
Defined in: finance/finance.dto.ts:221
Parameters
entries
readonly Readonly<{ amount: MoneyAmount; anonymous?: boolean; counterpartyName?: string; createdAt: string; creditLotId?: string; id: string; kind: WalletEntryKind; note?: string; ownerId: string; ownerType: WalletOwnerType; reference?: string; type: WalletEntryType; }>[]
Returns
string