interface LitContract {
    abi?: any;
    address?: string;
    name?: string;
}

Properties

Properties

abi?: any
address?: string
name?: string