Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkTokenView ¶
type LinkTokenView struct {
cldchangesetscommon.ContractMetaData
Decimals uint8 `json:"decimals"`
Supply *big.Int `json:"supply"`
Minters []common.Address `json:"minters"`
Burners []common.Address `json:"burners"`
}
func GenerateLinkTokenView ¶
func GenerateLinkTokenView(lt *link_token.LinkToken) (LinkTokenView, error)
type StaticLinkTokenView ¶
type StaticLinkTokenView struct {
common.ContractMetaData
Decimals uint8 `json:"decimals"`
Supply *big.Int `json:"supply"`
}
func GenerateStaticLinkTokenView ¶
func GenerateStaticLinkTokenView(lt *link_token_interface.LinkToken) (StaticLinkTokenView, error)
Click to show internal directories.
Click to hide internal directories.