interface SessionSigsProp {
    chain: string;
    expiration?: any;
    litNodeClient: ILitNodeClient;
    resources: any[];
    sessionCapabilities?: any;
    switchChain?: boolean;
}

Properties

chain: string
expiration?: any
litNodeClient: ILitNodeClient
resources: any[]
sessionCapabilities?: any
switchChain?: boolean