π°Balances And History
Balance
const balances = await veilnyx.getBalances();// balances (assetId -> amount)
{
65537: 5000n,
65538: 4n,
65539: 10203n,
.
.
.
}Transaction History
const txHistory = await veilnyx.getHistory();Last updated