/// autogenerated by protoc-plugin-js import type { LedgerEntry } from './LedgerEntry' import type { PostTransferBalance } from './PostTransferBalance' export * from './LedgerMovement/encode.js' export * from './LedgerMovement/decode.js' export type LedgerMovement = { entries: LedgerEntry[] balances: PostTransferBalance[] }