Type alias LitContractContext

LitContractContext: {
    Allowlist: LitContract;
    LITToken: LitContract;
    Multisender: LitContract;
    PKPHelper: LitContract;
    PKPNFT: LitContract;
    PKPNFTMetadata: LitContract;
    PKPPermissions: LitContract;
    PubkeyRouter: LitContract;
    RateLimitNFT: LitContract;
    Staking: LitContract;
    StakingBalances: LitContract;
    [index: string]: string | any;
}

Defines a set of contract metadata for bootstrapping network context and interfacing with contracts on Chroncile blockchain

Type declaration

Generated using TypeDoc