stx-history
SP2PABAF9FTAJYNFZH93XENAJ8FVY99RRM50D2JG9Source Code
;; historical stacks balance of user
(define-read-only (get-balance (user principal) (bh uint))
(ok (at-block (unwrap! (get-block-info? id-header-hash bh) (err u9999)) (stx-get-balance user)))
)
Functions (1)
| Function | Access | Args |
|---|---|---|
| get-balance | read-only | user: principal, bh: uint |