Versions in this module Expand all Collapse all v0 v0.1.0 May 6, 2026 Changes in this version + func DeployLinkToken(e cldf.Environment, chains []uint64) (cldf.ChangesetOutput, error) + func DeploySolanaLinkToken(e cldf.Environment, cfg DeploySolanaLinkTokenConfig) (cldf.ChangesetOutput, error) + func DeployStaticLinkToken(e cldf.Environment, chains []uint64) (cldf.ChangesetOutput, error) + type DeploySolanaLinkTokenConfig struct + ChainSelector uint64 + TokenDecimals uint8 + TokenPrivKey solana.PrivateKey