Type alias UseBatchSessionProps

UseBatchSessionProps: {
    correspondingIndexes?: GetSessionParams["leafIndex"];
    options?: BuildUserOpOptions;
    smartAccountAddress?: Hex;
    transactions: Transaction | Transaction[];
}

Type declaration