Documentation
¶
Index ¶
Constants ¶
View Source
const ( // LinkToken is the burn/mint link token. It should be used everywhere for // new deployments. Corresponds to // https://github.com/smartcontractkit/chainlink/blob/develop/core/gethwrappers/shared/generated/link_token/link_token.go#L34 LinkToken cldf.ContractType = "LinkToken" // StaticLinkToken represents the (very old) non-burn/mint link token. // It is not used in new deployments, but still exists on some chains // and has a distinct ABI from the new LinkToken. // Corresponds to the ABI // https://github.com/smartcontractkit/chainlink/blob/develop/core/gethwrappers/generated/link_token_interface/link_token_interface.go#L34 StaticLinkToken cldf.ContractType = "StaticLinkToken" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.