token-amm-pool-v2-01-helper
SP102V8P0F7JX67ARQ77WEA3D3CFB5XW39REDT0AMSource Code
(define-read-only (get-balance-many (tokens (list 200 { token-id: uint, who: principal })))
(map get-balance tokens))
(define-private (get-balance (token { token-id: uint, who: principal }))
(contract-call? .token-amm-pool-v2-01 get-balance (get token-id token) (get who token)))Functions (2)
| Function | Access | Args |
|---|---|---|
| get-balance-many | read-only | tokens: (list 200 { token-id: uint, who: principal } |
| get-balance | private | token: { token-id: uint, who: principal } |