Assert that an SPL token account's amount field satisfies threshold op.
amount
threshold op
Wraps lighthouse.tokenAccount(target).amount(threshold, op).build() → lighthouseValidation. Pure function — no I/O.
lighthouse.tokenAccount(target).amount(threshold, op).build()
balanceCheck({ target: hotWalletAta, threshold: 50_000_000, op: "<" }) Copy
balanceCheck({ target: hotWalletAta, threshold: 50_000_000, op: "<" })
Assert that an SPL token account's
amountfield satisfiesthreshold op.Wraps
lighthouse.tokenAccount(target).amount(threshold, op).build()→ lighthouseValidation. Pure function — no I/O.