Versions in this module Expand all Collapse all v0 v0.2.0 May 7, 2026 v0.1.0 May 6, 2026 Changes in this version + type LinkTokenView struct + Burners []common.Address + Decimals uint8 + Minters []common.Address + Supply *big.Int + func GenerateLinkTokenView(lt *link_token.LinkToken) (LinkTokenView, error) + type StaticLinkTokenView struct + Decimals uint8 + Supply *big.Int + func GenerateStaticLinkTokenView(lt *link_token_interface.LinkToken) (StaticLinkTokenView, error)